Skip to content

Commit

Permalink
Merge branch 'dev' into bugfix/update-fasta-help
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila authored Dec 18, 2024
2 parents 1e7e716 + 419ddb3 commit ba88b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#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
4 changes: 0 additions & 4 deletions subworkflows/local/utils_nfcore_smrnaseq_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ workflow PIPELINE_COMPLETION {
def validateInputParameters() {
genomeExistsError()

if (!params.mirgenedb && !params.mirtrace_species) {
error("Reference species for miRTrace is not defined via the `--mirtrace_species` parameter.")
}

if (!params.mirgenedb) {
// Validate mature miRNA fasta file
if (!params.mature) {
Expand Down

0 comments on commit ba88b1e

Please sign in to comment.