Skip to content
Snippets Groups Projects
Commit c371d9b5 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Merge branch 'BIOWDL-377' of https://github.com/biowdl/tasks into BIOWDL-377

parents 7d4af040 e95ba4ab
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ task Merge {
# Use cat, bedtools sort and bedtools merge to merge bedfiles in a single task.
task MergeBedFiles {
input {
Array[File] bedFiles
Array[File]+ bedFiles
String outputBed = "merged.bed"
String dockerImage = "quay.io/biocontainers/bedtools:2.23.0--hdbcaa40_3"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment