mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05: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 {
|
||||
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 )
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue