mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
c5235a983d
* Add blacklist of modules that shouldn't be updated to .nf-core.yml * nf-core modules bump-versions for all modules * Remove TODO statements identified by linting * Fix md5sums for failing tests * Fix more tests
16 lines
637 B
YAML
16 lines
637 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: 3270bb142039e86aaf2ab83c540225d5
|
|
|
|
- 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
|