Update tests/software/bedtools/intersect/main.nf

This commit is contained in:
Harshil Patel 2021-02-07 20:35:12 +00:00 committed by GitHub
parent 8841af1267
commit 5269c1ec60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,6 @@ nextflow.enable.dsl = 2
include { BEDTOOLS_INTERSECT } from '../../../../software/bedtools/intersect/main.nf' addParams( options: [:] )
workflow test_bedtools_intersect {
def input = []
input = [ [ id:'test'],
@ -13,4 +12,3 @@ workflow test_bedtools_intersect {
BEDTOOLS_INTERSECT( input )
}