mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
e971f538a9
* Specify more guidelines on input channels * Linting * Updates based on code review * Update README.md * Fix broken sentence * Fix IQ tree * Fix picard markdup and merge sam * Fix plink/vcf version * Fix plink version output * Fix prokka version command * Fix pydamage * Try fixing markduplicates * Fix snpEff * Fix vcftools version * Fix pydamage and filtersamreads test run * Fix MarkDuplicates tests * Add missing unsorted checks * Remove MD5 sym due to stochasicity in BAM file
19 lines
769 B
YAML
19 lines
769 B
YAML
- name: picard markduplicates sorted bam
|
|
command: nextflow run ./tests/modules/picard/markduplicates -entry test_picard_markduplicates_sorted_bam -c tests/config/nextflow.config
|
|
tags:
|
|
- picard
|
|
- picard/markduplicates
|
|
files:
|
|
- path: ./output/picard/test.MarkDuplicates.metrics.txt
|
|
- path: ./output/picard/test.bam
|
|
md5sum: b520ccdc3a9edf3c6a314983752881f2
|
|
- name: picard markduplicates unsorted bam
|
|
command: nextflow run ./tests/modules/picard/markduplicates -entry test_picard_markduplicates_unsorted_bam -c tests/config/nextflow.config
|
|
tags:
|
|
- picard
|
|
- picard/markduplicates
|
|
files:
|
|
- path: ./output/picard/test.MarkDuplicates.metrics.txt
|
|
- path: ./output/picard/test.bam
|
|
md5sum: 46a6fc76048ba801d328f869ac9db020
|
|
|