mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Fix preseq tests
This commit is contained in:
parent
f37fb66f40
commit
f079ce9d1f
1 changed files with 4 additions and 4 deletions
|
@ -5,9 +5,9 @@
|
|||
- preseq_lcextrap
|
||||
- preseq_lcextrap_single_end
|
||||
files:
|
||||
- path: output/test_preseq_single_end/test.ccurve.txt
|
||||
- path: output/preseq/test.ccurve.txt
|
||||
md5sum: 76ae04c8eaf19c94e3210bb69da38498
|
||||
- path: output/test_preseq_single_end/test.command.log
|
||||
- path: output/preseq/test.command.log
|
||||
|
||||
- name: preseq lcextrap paired-end
|
||||
command: nextflow run ./tests/software/preseq/lcextrap -entry test_preseq_paired_end -c tests/config/nextflow.config
|
||||
|
@ -16,6 +16,6 @@
|
|||
- preseq_lcextrap
|
||||
- preseq_lcextrap_paired_end
|
||||
files:
|
||||
- path: output/test_preseq_paired_end/test.ccurve.txt
|
||||
- path: output/preseq/test.ccurve.txt
|
||||
md5sum: 2836d2fabd2213f097fd7063db550276
|
||||
- path: output/test_preseq_paired_end/test.command.log
|
||||
- path: output/preseq/test.command.log
|
||||
|
|
Loading…
Reference in a new issue