Update main.nf

This commit is contained in:
Subazini TK 2022-05-13 16:18:59 +02:00 committed by Edmund Miller
parent a0b46d3f03
commit c8c6fdd2e3

View file

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