This repository was archived by the owner on Jan 27, 2020. It is now read-only.
To process targeted sequencing with a target BED#635
Merged
maxulysse merged 36 commits intoSciLifeLab:devfrom Sep 21, 2018
szilvajuhos:master
Merged
To process targeted sequencing with a target BED#635maxulysse merged 36 commits intoSciLifeLab:devfrom szilvajuhos:master
maxulysse merged 36 commits intoSciLifeLab:devfrom
szilvajuhos:master
Conversation
added 9 commits
August 16, 2018 11:59
maxulysse
reviewed
Sep 11, 2018
| concatOptions = "-i ${genomeIndex} -c ${task.cpus} -o ${outputFile} " | ||
|
|
||
| """ | ||
| ${workflow.projectDir}/scripts/concatenateVCFs.sh ${concatOptions} |
Member
There was a problem hiding this comment.
You should put the new concatenateVCFs.sh script in bin instead, it's directly in the $PATH
Collaborator
Author
There was a problem hiding this comment.
Cool, thanks, I am still testing, but will move
Member
|
I noticed that you updated Sarek-data as well, don't forget to update the submodule in Sarek as well |
maxulysse
reviewed
Sep 13, 2018
| echo "$(tput setaf 1)nextflow run $@ -profile $PROFILE --genome $GENOME --genome_base $GENOMEBASE --tag $TAG --verbose$(tput sgr0) --max_cpus ${CPUS}" | ||
| nextflow run $@ -profile $PROFILE --genome $GENOME --genome_base $GENOMEBASE --tag $TAG --verbose --max_cpus ${CPUS} | ||
| else | ||
| echo "$(tput setaf 1)nextflow run $@ -profile $PROFILE --genome $GENOME --genome_base $GENOMEBASE --tag $TAG --verbose$(tput sgr0) --max_cpus ${CPUS}" --targetBED ${TARGETBED} |
Member
There was a problem hiding this comment.
I think it should be
echo "$(tput setaf 1)nextflow run $@ -profile $PROFILE --genome $GENOME --genome_base $GENOMEBASE --tag $TAG --verbose$(tput sgr0) --max_cpus ${CPUS} --targetBED ${TARGETBED}"
maxulysse
reviewed
Sep 13, 2018
maxulysse
reviewed
Sep 13, 2018
| - [#620](https://github.com/SciLifeLab/Sarek/pull/620) - Add `tmp/` to `.gitignore` | ||
| - [#625](https://github.com/SciLifeLab/Sarek/pull/625) - Add [`pathfindr`](https://github.com/NBISweden/pathfindr) as a submodule | ||
| - [#639](https://github.com/SciLifeLab/Sarek/pull/639) - Add a complete example analysis to docs | ||
| - [#629](https://github.com/SciLifeLab/Sarek/pull/629) - Add a complete example analysis to docs |
Collaborator
Author
Member
There was a problem hiding this comment.
It has not to be the PR name.
It could be a shorter description, since a PR can fall into Added, Changed, Removedor evenFixedcategory at the same time. For meAddedis anything new andChanged` is anything updated
added 2 commits
September 21, 2018 09:59
maxulysse
reviewed
Sep 21, 2018
maxulysse
reviewed
Sep 21, 2018
jherrero
referenced
this pull request
in UCL-BLIC/Sarek_v2.2.1
Apr 11, 2019
To process targeted sequencing with a target BED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes to make possible to add a BED file and run targeted processing for both germline and somatic calls. To be tested on real WES data.
PR checklist
devbranchmasterbranch./scripts/test.sh -p docker -t ALL).docsis updatedCHANGELOG.mdis updatedREADME.mdis updatedLearn more about contributing: https://github.com/SciLifeLab/Sarek/blob/master/.github/CONTRIBUTING.md