Skip to content

Commit

Permalink
update readme and changelog (#313)
Browse files Browse the repository at this point in the history
* update readme and changelog

* Update Optimus.changelog.md

* Update README.md

* update optimus wdl version

Co-authored-by: ekiernan <55763654+ekiernan@users.noreply.github.com>
  • Loading branch information
barkasn and ekiernan authored Feb 28, 2020
1 parent 0abc5c8 commit 05a8e4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions pipelines/optimus/Optimus.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# optimus_v2.0.0

* Fixed bug that resulted in wrong emptyDrops output being incorrect

* Updated workflow to WDL 1.0

# optimus_v1.4.0

Expand Down
2 changes: 1 addition & 1 deletion pipelines/optimus/Optimus.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workflow Optimus {

input {
# version of this pipeline
String version = "optimus_v1.4.0"
String version = "optimus_v2.0.0"

# Sequencing data inputs
Array[File] r1_fastq
Expand Down
2 changes: 1 addition & 1 deletion pipelines/optimus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
| Pipeline Version | Date Updated | Documentation Author | Questions or Feedback |
| :----: | :---: | :----: | :--------------: |
| [optimus_v1.4.0](https://github.com/HumanCellAtlas/skylab/releases/tag/optimus_v1.4.0) | November 08, 2019 | [Elizabeth Kiernan](mailto:ekiernan@broadinstitute.org) | Please file GitHub issues in skylab or contact [Kylee Degatano](mailto:kdegatano@broadinstitute.org) |
| [optimus_v2.0.0](https://github.com/HumanCellAtlas/skylab/releases/tag/optimus_v2.0.0) | February 28, 2020 | [Elizabeth Kiernan](mailto:ekiernan@broadinstitute.org) | Please file GitHub issues in skylab or contact [Kylee Degatano](mailto:kdegatano@broadinstitute.org) |

# Table of Contents
- [Optimus Pipeline Overview](#optimus-pipeline-overview)
Expand Down

0 comments on commit 05a8e4e

Please sign in to comment.