Skip to content

Commit

Permalink
Fix save_unaligned parameter description in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jul 3, 2024
1 parent c0c6347 commit a628cc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#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)).
- [[#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
12 changes: 11 additions & 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 Expand Up @@ -399,6 +399,16 @@
"description": "Skip MultiQC.",
"fa_icon": "fas fa-fast-forward"
},
"skip_peak_calling": {
"type": "boolean",
"description": "Skip MACS2 peak calling.",
"fa_icon": "fas fa-fast-forward"
},
"skip_reporting": {
"type": "boolean",
"description": "Skip reporting.",
"fa_icon": "fas fa-fast-forward"
},
"skip_qc": {
"type": "boolean",
"fa_icon": "fas fa-fast-forward",
Expand Down

0 comments on commit a628cc4

Please sign in to comment.