We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0c34b commit 86850dcCopy full SHA for 86850dc
tests/software/gffread/main.nf
@@ -6,7 +6,6 @@ include { GFFREAD } from '../../../software/gffread/main.nf' addParams( options:
6
7
workflow test_gffread {
8
def input = []
9
- input = //[ [ id:'test', single_end:false ], // meta map
10
- [ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
+ input = [ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
11
GFFREAD ( input )
12
}
0 commit comments