Entering edit mode
3.4 years ago
makylakb
•
0
Hello!
I am working on a Slurm sbatch bash script to perform RNAseq analysis with Salmon in an HPC environment.
I keep receiving the error "salmon quant was invoked improperly" but can't figure out where my error is.
Can anyone spot any errors to help me figure this out?
Script and slurm.out error are attached.
Make sure the index was created properly. Similar issue has been discussed in the following thread.
https://github.com/COMBINE-lab/salmon/issues/197
mates2
value is being concatenated at the end ofmates1
. It is not immediately apparent as to why that is happening. That is leaving values ofmates2
blank. Check the values offq1
andfq2
and make sure they are coming through properly.Pdac_Barhee...._normalized_index
. You should add that name at the end of the long string for the salmon index.