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

add featureType

parent b7ae88d3
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ task HTSeqCount {
String format = "bam"
String order = "pos"
String stranded = "no"
String featureType
Int memory = 40
String dockerImage = "quay.io/biocontainers/htseq:0.9.1--py36h7eb728f_2"
......@@ -21,6 +22,7 @@ task HTSeqCount {
-f ~{format} \
-r ~{order} \
-s ~{stranded} \
--type ~{featureType} \
~{sep=" " inputBams} \
~{gtfFile} \
> ~{outputTable}
......
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