From 204b1a1a087af0fda4df8fafb16f30dc51a9bc12 Mon Sep 17 00:00:00 2001 From: Nikolas Barkas Date: Tue, 10 Sep 2019 14:11:12 -0400 Subject: [PATCH] Update version in Optimus WDL to 1.3.6 (#261) --- pipelines/optimus/Optimus.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/optimus/Optimus.wdl b/pipelines/optimus/Optimus.wdl index f9244770a..f9e5b4fa9 100644 --- a/pipelines/optimus/Optimus.wdl +++ b/pipelines/optimus/Optimus.wdl @@ -19,7 +19,7 @@ workflow Optimus { description: "The optimus 3' pipeline processes 10x genomics sequencing data based on the v2 chemistry. It corrects cell barcodes and UMIs, aligns reads, marks duplicates, and returns data as alignments in BAM format and as counts in sparse matrix exchange format." } # version of this pipeline - String version = "optimus_v1.3.5" + String version = "optimus_v1.3.6" # Sequencing data inputs Array[File] r1_fastq