mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
fix typo
This commit is contained in:
parent
2542c9d176
commit
635edc0022
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue