Skip to content
Snippets Groups Projects
Commit 5977ad90 authored by JasperBoom's avatar JasperBoom
Browse files

Update talon container.

parent 3dd889b7
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ task CreateAbundanceFileFromDatabase { ...@@ -31,7 +31,7 @@ task CreateAbundanceFileFromDatabase {
File? datasetsFile File? datasetsFile
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -84,7 +84,7 @@ task CreateGtfFromDatabase { ...@@ -84,7 +84,7 @@ task CreateGtfFromDatabase {
File? datasetFile File? datasetFile
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -135,7 +135,7 @@ task FilterTalonTranscripts { ...@@ -135,7 +135,7 @@ task FilterTalonTranscripts {
File? pairingsFile File? pairingsFile
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -180,7 +180,7 @@ task GetReadAnnotations { ...@@ -180,7 +180,7 @@ task GetReadAnnotations {
File? datasetFile File? datasetFile
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -228,7 +228,7 @@ task InitializeTalonDatabase { ...@@ -228,7 +228,7 @@ task InitializeTalonDatabase {
String outputPrefix String outputPrefix
String memory = "10G" String memory = "10G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -277,7 +277,7 @@ task ReformatGtf { ...@@ -277,7 +277,7 @@ task ReformatGtf {
File GTFfile File GTFfile
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -315,7 +315,7 @@ task SummarizeDatasets { ...@@ -315,7 +315,7 @@ task SummarizeDatasets {
File? datasetGroupsCSV File? datasetGroupsCSV
String memory = "4G" String memory = "4G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command { command {
...@@ -364,7 +364,7 @@ task Talon { ...@@ -364,7 +364,7 @@ task Talon {
Int cores = 4 Int cores = 4
String memory = "25G" String memory = "25G"
String dockerImage = "biocontainers/talon:v4.4.1_cv1" String dockerImage = "biocontainers/talon:v4.4.2_cv1"
} }
command <<< 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