Skip to content

Commit

Permalink
Update CHANGELOG for 0.2.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Dec 11, 2024
1 parent 2474718 commit 64a371e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# demultiplex x.y.z
# demultiplex v0.2.0

## Breaking changes

* `demultiplex` workflow: renamed `sample_sheet` argument to `run_information` (PR #24)

## Major updates
The outflow of the workflow has been refactored to be more flexible. This is done by creating a wrapper workflow `runner` that wraps the native `demultiplex` workflow. The `runner` workflow is responsible for setting the output directory based on the input arguments:

The outflow of the workflow has been refactored to be more flexible (PR #19). This is done by creating a wrapper workflow `runner` that wraps the native `demultiplex` workflow. The `runner` workflow is responsible for setting the output directory based on the input arguments:

3 arguments exist for specifying the relative location of the 3 _outputs_ of the workflow:

Expand Down Expand Up @@ -29,12 +34,6 @@ The default structure in the output directory is:

The `$publish_dir` variable corresponds to the argument provided with `--publish-dir`. The `date-time-stamp` is generated by the workflow based on when it was launched and is thus guaranteed to be unique.

# demultiplex v0.2.0

## Breaking changes

* `demultiplex` workflow: renamed `sample_sheet` argument to `run_information` (PR #24)

## New features

* Add support for `bases2fastq` demultiplexer (PR #24)
Expand Down

0 comments on commit 64a371e

Please sign in to comment.