Skip to content

Commit ef8022e

Browse files
authored
Merge pull request #1038 from adamrtalbot/update_warning_about_additional_fasta
Update warning about additional_fasta and gene BED
2 parents cd0a95b + 73eae67 commit ef8022e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- [[#1018](https://github.com/nf-core/rnaseq/issues/1018)] - Ability to skip both alignment and pseudo-alignment to only run pre-processing QC steps.
1212
- [PR #1016](https://github.com/nf-core/rnaseq/pull/1016) - Updated pipeline template to [nf-core/tools 2.8](https://github.com/nf-core/tools/releases/tag/2.8)
1313
- [PR #1025](https://github.com/nf-core/fetchngs/pull/1025) - Add `public_aws_ecr.config` to source mulled containers when using `public.ecr.aws` Docker Biocontainer registry
14+
- [PR #1038](https://github.com/nf-core/rnaseq/pull/1038) - Updated error log for count values when supplying `--additional_fasta`
1415

1516
### Parameters
1617

lib/WorkflowRnaseq.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ class WorkflowRnaseq {
402402
" When using '--additional_fasta <FASTA_FILE>' the aligner index will not\n" +
403403
" be re-built with the transgenes incorporated by default since you have \n" +
404404
" already provided an index via '--${index}_index <INDEX>'.\n\n" +
405-
" Set '--additional_fasta <FASTA_FILE> --${index}_index false --save_reference' to\n" +
406-
" re-build the index with transgenes included and the index will be saved in\n" +
405+
" Set '--additional_fasta <FASTA_FILE> --${index}_index false --gene_bed false --save_reference'\n" +
406+
" to re-build the index with transgenes included and the index and gene BED file will be saved in\n" +
407407
" 'results/genome/index/${index}/' for re-use with '--${index}_index'.\n\n" +
408408
" Ignore this warning if you know that the index already contains transgenes.\n\n" +
409409
" Please see:\n" +

0 commit comments

Comments
 (0)