Skip to content

Commit

Permalink
Merge pull request #494 from kopichris/bugfix/update-fasta-help
Browse files Browse the repository at this point in the history
bugfix/update-fasta-help
  • Loading branch information
atrigila authored Dec 23, 2024
2 parents 419ddb3 + d768833 commit 261f7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#481]](https://github.com/nf-core/smrnaseq/pull/481) - Fix [MIRTOP_STATS IndexError](https://github.com/nf-core/smrnaseq/issues/477) - Fix mirtop process execution when mirgenedb is used.
- [[#482]](https://github.com/nf-core/smrnaseq/pull/482) - Update documentation regarding MirgeneDB input files.
- [[#486]](https://github.com/nf-core/smrnaseq/pull/486) - Replace `CSVTK_JOIN` to improve processing in large amount of files.
- [[#494]](https://github.com/nf-core/smrnaseq/pull/494) - Update [help text](https://github.com/nf-core/smrnaseq/issues/491) for `--fasta` parameter
- [[#493]](https://github.com/nf-core/smrnaseq/pull/493) - Fix [[#488]](https://github.com/nf-core/smrnaseq/issues/488) - Fix runtime error that can occur when params.genome is set.

## v2.4.0 - 2024-10-14 - Navy Iron Boxer
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"mimetype": "text/plain",
"pattern": "^\\S+\\.fn?a(sta)?(\\.gz)?$",
"description": "Path to FASTA genome file.",
"help_text": "This parameter is *mandatory* if `--genome` is not specified. If you don't have a BWA index available this will be generated for you automatically. Combine with `--save_reference` to save BWA index for future runs.",
"help_text": "FASTA file used for genome quantification and identification of novel miRNAs. If you don't have a Bowtie1 index available, this will be generated for you automatically. Combine with `--save_reference` to save Bowtie1 index for future runs.",
"fa_icon": "far fa-file-code"
},
"mirna_gtf": {
Expand Down

0 comments on commit 261f7e3

Please sign in to comment.