This commit is contained in:
Ramprasad Neethiraj 2022-05-20 17:07:42 +02:00
parent 2542c9d176
commit 635edc0022
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ process BCFTOOLS_ROH {
$reg_file \\ $reg_file \\
$samp_file \\ $samp_file \\
$targ_file \\ $targ_file \\
-o ${prefix}.roh.gz \\ -o ${prefix}.roh \\
$vcf $vcf
cat <<-END_VERSIONS > versions.yml cat <<-END_VERSIONS > versions.yml

View file

@ -2,7 +2,7 @@
command: nextflow run ./tests/modules/bcftools/roh -entry test_bcftools_roh -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/roh/nextflow.config command: nextflow run ./tests/modules/bcftools/roh -entry test_bcftools_roh -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/roh/nextflow.config
tags: tags:
- "bcftools" - "bcftools"
- "bcftools/rhoh" - "bcftools/roh"
files: files:
- path: "output/bcftools/test.roh" - path: "output/bcftools/test.roh"
- path: output/bcftools/versions.yml - path: output/bcftools/versions.yml