Clean out comments

This commit is contained in:
Anders Goncalves da Silva 2021-02-15 21:04:17 -08:00
parent b99972f3a0
commit eeedb959c9
No known key found for this signature in database
GPG key ID: 9DAECD8B113C8AFE

View file

@ -22,8 +22,6 @@ workflow test_ivar_variants_no_gff_with_mpileup {
IVAR_VARIANTS ( input, ref, dummy )
}
//params.gff = "${launchDir}/tests/data/gff/sarscov2/MN908947.3.gff3"
workflow test_ivar_variants_with_gff_with_mpileup {
def ref = file("${launchDir}/tests/data/fasta/sarscov2/MN908947.3.fa", checkIfExists: true)