Skip to content

Commit

Permalink
updates to support v105 of ensembl annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed May 18, 2022
1 parent b1c8983 commit 513d167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion definitions/tools/agfusion.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task agfusion {
}

runtime {
docker: "mgibio/agfusion:1.3-ensembl-95"
docker: "mgibio/agfusion:1.3.1-ensembl-105"
memory: "32GB"
cpu: 4
}
Expand Down
2 changes: 1 addition & 1 deletion definitions/tools/star_fusion_detect.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ task starFusionDetect {
runtime {
memory: "64GB"
cpu: cores
docker: "trinityctat/starfusion:1.10.1"
docker: "trinityctat/starfusion:pre-1.11.c"
disks: "local-disk ~{space_needed_gb} HDD"
}

Expand Down

0 comments on commit 513d167

Please sign in to comment.