Getting errors for Salmon

Hi there, I’ve been trying to use Salmon for the past few times and every time it comes up with the error “cannot find ‘ext’”. Not quite sure what went wrong. My input was the transcript fasta file (interleaved paired end) and reference genome fasta file.


Screenshot 2023-10-10 140257

Hi @rachel.lee

This tool expects four primary inputs:

  1. Post-QA Reads, can be paired end
  2. transcriptome fasta
  3. genome fasta (optional)
  4. File containing a mapping of transcripts to genes (optional). Important for gene-level differential expression purposes.

How the transcripts are present in step 4 should contain identifiers that exactly match the > lines in the transcript fasta file. Transcript identifiers in the first column, gene identifiers in the second column, and the data is separated by a tab.

Use NormalizeFasta if you need to remove fasta description content. If you need to do more manipulations to get those to all match up so Salmon can understand, please see Data Manipulation Olympics

If you still need to do read QA, please see Search GTN Materials (query=quality)

Please give that a review and you’ll likely find the problem. But if you need more help, would you please share more about the error? How the job was set up and the content of the files is all on the Job Information view and is usually enough. That is a good summary place for you to review as well when checking the items above.

Thank you for your reply! Figured that the PE interleaved files did not work with Salmon for some reason. It’s working now with paired-end files.

1 Like

Thanks for posting that back @rachel.lee. I’ve seen that before but only at certain servers. Sounds like the AU server doesn’t support that option (yet). Glad you found another way!

1 Like