Skip to content

Commit 65ed2b9

Browse files
committed
Update warning when using --additional_fasta to show clarify gene_bed
1 parent cd0a95b commit 65ed2b9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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+
- Updated error log for count values when supplying `--additional_fasta`
1415

1516
### Parameters
1617

lib/WorkflowRnaseq.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,10 @@ class WorkflowRnaseq {
405405
" Set '--additional_fasta <FASTA_FILE> --${index}_index false --save_reference' to\n" +
406406
" re-build the index with transgenes included and the index will be saved in\n" +
407407
" 'results/genome/index/${index}/' for re-use with '--${index}_index'.\n\n" +
408+
" In addition, regions in '--additional_fasta' will not be included in count \n" +
409+
" values. If you wish to include this supply a '--gene_bed' file including \n" +
410+
" of interest or use '--gene_bed false to generate a new one containing all \n" +
411+
" of the '--additional_fasta' regions.\n\n" +
408412
" Ignore this warning if you know that the index already contains transgenes.\n\n" +
409413
" Please see:\n" +
410414
" https://github.com/nf-core/rnaseq/issues/556\n" +

0 commit comments

Comments
 (0)