mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
style: Remove old comment
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
4f0c34bbfb
commit
86850dc8a4
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ include { GFFREAD } from '../../../software/gffread/main.nf' addParams( options:
|
||||||
|
|
||||||
workflow test_gffread {
|
workflow test_gffread {
|
||||||
def input = []
|
def input = []
|
||||||
input = //[ [ id:'test', single_end:false ], // meta map
|
input = [ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
|
||||||
[ file("${launchDir}/tests/data/gff/a.gff3", checkIfExists: true) ]
|
|
||||||
GFFREAD ( input )
|
GFFREAD ( input )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue