style: Remove old comment

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
Edmund Miller 2021-01-15 09:43:06 -06:00 committed by Edmund Miller
parent 4f0c34bbfb
commit 86850dc8a4

View file

@ -6,7 +6,6 @@ include { GFFREAD } from '../../../software/gffread/main.nf' addParams( options:
workflow test_gffread {
def input = []
input = //[ [ id:'test', single_end:false ], // meta map
[ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
input = [ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
GFFREAD ( input )
}