Skip to content

Commit e2a60fa

Browse files
EladH1pinin4fjords
andauthored
Update subworkflows/local/utils_nfcore_rnaseq_pipeline/main.nf
Co-authored-by: Jonathan Manning <jonathan.manning@seqera.io>
1 parent 745a4af commit e2a60fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subworkflows/local/utils_nfcore_rnaseq_pipeline

subworkflows/local/utils_nfcore_rnaseq_pipeline/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def validateInputParameters() {
401401
}
402402
if (!(params.aligner in ['star_salmon', 'star_rsem', 'hisat2'])) {
403403
error("Contaminant screening with '--contaminant_screening_input unmapped' is only supported with '--aligner star_salmon', '--aligner star_rsem', or '--aligner hisat2'. Use '--contaminant_screening_input trim_only' or '--contaminant_screening_input trimmed' for other aligners.")
404-
}
404+
error("Contaminant screening with '--contaminant_screening_input unmapped' is only supported with '--aligner star_salmon', '--aligner star_rsem', or '--aligner hisat2'. Use '--contaminant_screening_input raw', '--contaminant_screening_input trim_only', or '--contaminant_screening_input trimmed' for other aligners.")
405405
}
406406

407407
// Check that Sylph database and taxonomy is provided if using Sylph

0 commit comments

Comments
 (0)