Skip to content
Snippets Groups Projects
Unverified Commit d6bb5325 authored by Cats's avatar Cats Committed by GitHub
Browse files

Merge pull request #167 from biowdl/update_htseq

Update htseq version
parents bc77095d ae1f3865
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ that users understand how the changes affect the new version.
version 2.2.0-dev
---------------------------
+ Update htseq to default image version 0.11.2
+ Update biowdl-input-converter in common.wdl to version 0.2.1.
+ Update TALON section to now include the new annotation file output, and add config file creation to the TALON task.
+ Removed unused inputs (trimPrimer and format) for cutadapt.
......
......@@ -13,7 +13,7 @@ task HTSeqCount {
Array[String] additionalAttributes = []
String memory = "40G"
String dockerImage = "quay.io/biocontainers/htseq:0.9.1--py36h7eb728f_2"
String dockerImage = "quay.io/biocontainers/htseq:0.11.2--py37h637b7d7_1"
}
command {
......
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