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

This commit is contained in:
Harshil Patel 2021-02-07 20:35:51 +00:00 committed by GitHub
parent 5269c1ec60
commit 0393d39105
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_COMPLEMENT } from '../../../../software/bedtools/complement/main.nf' addParams( options: [:] )
workflow test_bedtools_complement {
def input = []
input = [ [ id:'test'],
@ -13,4 +12,3 @@ workflow test_bedtools_complement {
BEDTOOLS_COMPLEMENT( input )
}