-
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.
* feat: add modules * feat: add docker image * fix: swap to wave containers * feat: update schema and config * feat: add modules to workflow * fix: usage of vcf2mat * fix: remove .view and add more comments explaining the code * feat: add gvcf to vcf conversion * feat: add GATK iGenomes * feat: add tabix * update docs * update input schema * update sbwf * update schemas * add pipeline tests * feat: add correct tests * change access to index bool * prettier to hopefullly fix linting? * fix indentation * add env to local module * fix linting for first version * add nf-test and ignore external configs * wip on nf-test * finalize tests * Template update for nf-core/tools version 3.0.2 * Template update for nf-core/tools version 3.1.0 * Apply suggestions from code review * fix: filename collision by using different subsets of the filename (#4) * Fix/filenamecoll (#5) * First release :) (#1) * feat: add modules * feat: add docker image * fix: swap to wave containers * feat: update schema and config * feat: add modules to workflow * fix: usage of vcf2mat * fix: remove .view and add more comments explaining the code * feat: add gvcf to vcf conversion * feat: add GATK iGenomes * feat: add tabix * update docs * update input schema * update sbwf * update schemas * add pipeline tests * feat: add correct tests * change access to index bool * prettier to hopefullly fix linting? * fix indentation * add env to local module * fix linting for first version * add nf-test and ignore external configs * wip on nf-test * finalize tests * Template update for nf-core/tools version 3.0.2 * Template update for nf-core/tools version 3.1.0 * Apply suggestions from code review * Change famosab to qbic-pipelines after transfer (#2) * Update README.md after transfer * change famosab to qbic-pipelines * update main * fix: filename collision by using filebasename and include modules config again * fix: update snaps * prettier * add sample names to columns and restructure (#7) * add sample names and restructure * add new param * prettier * expand docs * remove weird param * bump-version to dev * prettier * tests * add concatenation of same saples with same label (#8) * add concatenation of same saples with same label * update changelog and docs * maybe we need to switch to a subway map soon * try other ci file * try other ci file * fix name * remove ci from linting * update pipeline level tests * ignore modules * add nft-vcf * update ci and snaps * modify * revert * prepare release 1.1.0 (#10) * prepare release * version correction * prettier * fix schema * remove dev Co-authored-by: Daniel Straub <[email protected]> * add forgotten explanations to output * prettier --------- Co-authored-by: Daniel Straub <[email protected]>
- Loading branch information
Showing
46 changed files
with
2,486 additions
and
187 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
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
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,4 +1,5 @@ | ||
sample,gvcf,vcf_path,vcf_index_path | ||
SAMPLE-1,false,path/to/vcf.gz,path/to/.vcf.gz.tbi | ||
SAMPLE-1,false,path/to/vcf.gz,path/to/.vcf.gz.tbi | ||
SAMPLE-2,true,path/to/g.vcf.gz,path/to/g.vcf.gz.tbi | ||
sample,label,gvcf,vcf_path,vcf_index_path | ||
SAMPLE-1,pipelineA-callerA,false,path/to/vcf.gz,path/to/.vcf.gz.tbi | ||
SAMPLE-1,pipelineB-callerA,false,path/to/vcf.gz,path/to/.vcf.gz.tbi | ||
SAMPLE-2,pipelineB-callerB,true,path/to/g.vcf.gz,path/to/g.vcf.gz.tbi | ||
SAMPLE-2,pipelineB-callerB,true,path/to/g.vcf.gz,path/to/g.vcf.gz.tbi |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.