Warn user if both transcript_fasta
and additional_fasta
are provided.
#1450
Labels
transcript_fasta
and additional_fasta
are provided.
#1450
Description of feature
Pipeline fails if a user provides
--transcript_fasta "/path/to/transcript/fasta" --additional_fasta "/path/to/spike-in/fasta" --star_index false
. The error will be in the salmon quantification step and will read something like:This is because it is not obvious that
transcript_fasta
needs to be manually regenerated by the user for the spike-in, or left empty to be auto-generated.The text was updated successfully, but these errors were encountered: