mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
b2a6f5409e
* tested * updated meta config and test config
15 lines
636 B
YAML
15 lines
636 B
YAML
- name: picard markduplicates on 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 on unsorted bam
|
|
command: nextflow run ./tests/modules/picard/markduplicates -entry test_picard_markduplicates_unsorted_bam -c tests/config/nextflow.config
|
|
tags:
|
|
- picard
|
|
- picard/markduplicates
|
|
exit_code: 1
|