Update main.nf

This commit is contained in:
Subazini TK 2022-05-16 08:30:08 +02:00 committed by Edmund Miller
parent cb21fa0c96
commit 252fcb17c4

View file

@ -10,5 +10,5 @@ workflow test_hmtnote {
file(params.test_data['sarscov2']['illumina']['test_vcf'], checkIfExists: true)
]
HMTNOTE ( input, [] )
HMTNOTE ( input)
}