diff --git a/tests/software/ucsc/main.nf b/tests/software/ucsc/main.nf index 1613a707..ce7df6b5 100644 --- a/tests/software/ucsc/main.nf +++ b/tests/software/ucsc/main.nf @@ -11,5 +11,5 @@ workflow test_ucsc_bedgraphtobigwig { UCSC_BEDGRAPHTOBIGWIG ( input, file('https://raw.githubusercontent.com/igvteam/igv.js/master/test/data/wig/chrom.sizes', checkIfExists: true) - ) + ) }