Update main.nf

This commit is contained in:
Subazini TK 2022-05-13 16:26:11 +02:00 committed by Edmund Miller
parent 69243db3d7
commit 541f403963

View file

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