mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Clean out comments
This commit is contained in:
parent
b99972f3a0
commit
eeedb959c9
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ workflow test_ivar_variants_no_gff_with_mpileup {
|
||||||
IVAR_VARIANTS ( input, ref, dummy )
|
IVAR_VARIANTS ( input, ref, dummy )
|
||||||
}
|
}
|
||||||
|
|
||||||
//params.gff = "${launchDir}/tests/data/gff/sarscov2/MN908947.3.gff3"
|
|
||||||
|
|
||||||
workflow test_ivar_variants_with_gff_with_mpileup {
|
workflow test_ivar_variants_with_gff_with_mpileup {
|
||||||
|
|
||||||
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)
|
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)
|
||||||
|
|
Loading…
Reference in a new issue