File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import "wdl/tasks/transcriptclean.wdl"
12
12
workflow long_read_rna_pipeline {
13
13
meta {
14
14
author : "Otto Jolanki"
15
- version : "v2.0 .0"
16
- caper_docker : "encodedcc/long-read-rna-pipeline:v2.0 .0"
17
- caper_singularity : "docker://encodedcc/long-read-rna-pipeline:v2.0 .0"
15
+ version : "v2.1 .0"
16
+ caper_docker : "encodedcc/long-read-rna-pipeline:v2.1 .0"
17
+ caper_singularity : "docker://encodedcc/long-read-rna-pipeline:v2.1 .0"
18
18
croo_out_def : "https://storage.googleapis.com/encode-pipeline-output-definition/longreadrna.output_definition.json"
19
19
description : "ENCODE Long-read-rna pipeline, see https://github.com/ENCODE-DCC/long-read-rna-pipeline for details."
20
20
}
@@ -45,8 +45,8 @@ workflow long_read_rna_pipeline {
45
45
# or that contain annotated noncanonical junctions to the clean SAM and Fasta files at the end
46
46
# of the run.
47
47
Boolean canonical_only = true
48
- String docker = "encodedcc/long-read-rna-pipeline:v2.0 .0"
49
- String singularity = "docker://encodedcc/long-read-rna-pipeline:v2.0 .0"
48
+ String docker = "encodedcc/long-read-rna-pipeline:v2.1 .0"
49
+ String singularity = "docker://encodedcc/long-read-rna-pipeline:v2.1 .0"
50
50
51
51
# Resouces
52
52
Resources small_task_resources = {
You can’t perform that action at this time.
0 commit comments