mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Adding arguments to make md5 hashes stable
This commit is contained in:
parent
20bcb00ea0
commit
e9d90007c5
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
include { BCFTOOLS_MPILEUP } from '../../../../software/bcftools/mpileup/main.nf' addParams( options: ['args2': '--no-version --ploidy 1 --multiallelic-caller'] )
|
||||
include { BCFTOOLS_MPILEUP } from '../../../../software/bcftools/mpileup/main.nf' addParams( options: ['args2': '--no-version --ploidy 1 --multiallelic-caller',
|
||||
'args3': '--no-version' ] )
|
||||
|
||||
workflow test_bcftools_mpileup {
|
||||
|
||||
|
|
|
@ -5,8 +5,9 @@
|
|||
- bcftools_mpileup
|
||||
files:
|
||||
- path: output/bcftools/test.vcf.gz
|
||||
md5sum: cad164d4a83dc8fa0889198acc196ce0
|
||||
md5sum: f25141161cb935ef7719cfb41563ffb0
|
||||
- path: output/bcftools/test.vcf.gz.tbi
|
||||
md5sum: 51f4c3c6eec17d54e8f793ba5ba7b350
|
||||
md5sum: 4423be9f13fa07e5eadb13b1cbe8baf7
|
||||
- path: output/bcftools/test.bcftools_stats.txt
|
||||
md5sum: e632d29778c2b95b8b6e28ffec6fe7dd
|
||||
md5sum: b8d6b6927f7bf024acf11ba438b54fa0
|
||||
|
||||
|
|
Loading…
Reference in a new issue