Skip to content

Commit

Permalink
Fixed prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed Sep 18, 2024
1 parent fd4d536 commit 83df78f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.1] - 2024-09-19

The pipeline has been modified to accept an input (samplesheet) with an optional `sample_name` column. The goal of the `sample_name` is to allow for IRIDA-Next users to modify their output filenames and sample names. Previously, all files and samples were named using the IRIDA-Next ID (for which users do not chose). This modification will not impact the running locally of `staramrnf` because if `sample_name` column is absent (as was the case prior to the release) then the `sample` column will behave as it had previously.
- `sample_name` special characters will be replaced with `"_"`
- If no `sample_name` is supplied in the column `sample` will be used
- To avoid repeat values for `sample_name` all `sample_name` values will be suffixed with the `sample` value. Which is a unique value.

- `sample_name` special characters will be replaced with `"_"`
- If no `sample_name` is supplied in the column `sample` will be used
- To avoid repeat values for `sample_name` all `sample_name` values will be suffixed with the `sample` value. Which is a unique value.

## [0.1.0] - 2024-08-14

Expand Down

0 comments on commit 83df78f

Please sign in to comment.