-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add some new custom profiles * fix tests * fix utils_nfschema_plugin test * fix somalier relate tests * fix rgtools pedfilter test * be more specific for bcftools norm * fix bcftools annotate test * fix vep tests * fix vep tests * make annotation wf local * remove snpeff/snpeff * prettier
- Loading branch information
Showing
35 changed files
with
1,422 additions
and
1,176 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/* | ||
======================================================================================== | ||
Nextflow config file for SeqCap runs | ||
Nextflow config file for WES runs | ||
======================================================================================== | ||
*/ | ||
|
||
params { | ||
callers = "vardict" | ||
filter = true | ||
normalize = true | ||
scatter_count = 14 | ||
caller = "haplotypecaller" | ||
only_call = true | ||
scatter_count = 8 | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,4 @@ params { | |
callers = "vardict" | ||
scatter_count = 5 | ||
only_pass = true | ||
|
||
output_suffix = "-vardict-decomposed-annotated" | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/* | ||
======================================================================================== | ||
Nextflow config file for WES runs | ||
======================================================================================== | ||
*/ | ||
|
||
params { | ||
callers = "haplotypecaller" | ||
scatter_count = 8 | ||
} |
This file contains 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
Oops, something went wrong.