nf-core_modules/tests/software/picard/markduplicates/test.yml
Edmund Miller a3684d9594
Lint modules ci (#389)
* ci: Add modules lint step

Moved it ahead of the nextflow install so ideally it'll fail before we
bother doing any more setup

* ci: _ => /

* Update tests/config/pytest_software.yml

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-04-08 09:10:52 +01:00

17 lines
657 B
YAML

- name: picard markduplicates on sorted bam
command: nextflow run ./tests/software/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: fe8ed25b4bd25be0cc7a8730fc3b2f30
- name: picard markduplicates on unsorted bam
command: nextflow run ./tests/software/picard/markduplicates -entry test_picard_markduplicates_unsorted_bam -c tests/config/nextflow.config
tags:
- picard
- picard/markduplicates
- should fail
exit_code: 1