CW-2217 fix ordering of sample_ids
This commit is contained in:
parent
25518e37c5
commit
f86b74a494
@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Values for the condition may be any two distinct strings, for example: treated/untreated; sample/control etc.
|
- Values for the condition may be any two distinct strings, for example: treated/untreated; sample/control etc.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Remove default of null for `--ref_transcriptome`
|
- Remove default of null for `--ref_transcriptome`.
|
||||||
|
- Read mapping summary table in the report has correct sample_ids.
|
||||||
|
|
||||||
## [v0.1.13]
|
## [v0.1.13]
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -901,6 +901,7 @@ def de_section(report):
|
|||||||
def main(args):
|
def main(args):
|
||||||
"""Run the entry point."""
|
"""Run the entry point."""
|
||||||
sample_ids = args.sample_ids
|
sample_ids = args.sample_ids
|
||||||
|
sample_ids.sort()
|
||||||
|
|
||||||
report = WFReport(
|
report = WFReport(
|
||||||
"Transcript isoform report", "wf-transcriptomes",
|
"Transcript isoform report", "wf-transcriptomes",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user