Skip to content

Commit

Permalink
Merge pull request #395 from JoseEspinosa/fixes
Browse files Browse the repository at this point in the history
Fix save_unaligned parameter description in schema
  • Loading branch information
JoseEspinosa authored Jul 3, 2024
2 parents 1b94331 + ac7feee commit 651b61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated pipeline template to [nf-core/tools 2.10](https://github.com/nf-core/tools/releases/tag/2.10).
- [[#367](https://github.com/nf-core/chipseq/issues/367)] - Get rid of `CheckIfExists` for params paths.
- [[#370](https://github.com/nf-core/chipseq/issues/370)] - Fix stack overflow exceptions in phantompeakqualtools ([see here](https://github.com/kundajelab/phantompeakqualtools/issues/3)).
- [[PR #391](https://github.com/nf-core/chipseq/pull/391)] - Get rid of the `lib` folder and rearrange the pipeline accordingly.
- [[#387](https://github.com/nf-core/chipseq/issues/387)] - Get rid of the `lib` folder and rearrange the pipeline accordingly.
- [[#385](https://github.com/nf-core/chipseq/issues/385)] - Fix `--save_unaligned` description in schema.

### Software dependencies

Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"save_unaligned": {
"type": "boolean",
"fa_icon": "fas fa-save",
"description": "Where possible, save unaligned reads from either STAR, HISAT2 or Salmon to the results directory.",
"description": "Save unaligned sequences to the output directory (only available for Bowtie 2 and STAR.",
"help_text": "This may either be in the form of FastQ or BAM files depending on the options available for that particular tool."
},
"bamtools_filter_pe_config": {
Expand Down

0 comments on commit 651b61d

Please sign in to comment.