Skip to content

Commit

Permalink
updated the version and the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Oct 5, 2020
1 parent 4ce4f50 commit 28cb962
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions pipelines/skylab/optimus/Optimus.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 4.1.0

2020-10-05 (Date of Last Commit)

* Updated sctools dockers and made them consistent across the Optimus pipeline


# 4.0.2

2020-09-30 (Date of Last Commit)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/optimus/Optimus.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ workflow Optimus {
}

# version of this pipeline
String pipeline_version = "4.0.2"
String pipeline_version = "4.1.0"

# this is used to scatter matched [r1_fastq, r2_fastq, i1_fastq] arrays
Array[Int] indices = range(length(r1_fastq))
Expand Down

0 comments on commit 28cb962

Please sign in to comment.