Issue running RSEM
1
0
Entering edit mode
12 months ago
m.radz ▴ 10

I am trying to run RSEM on my output from STAR. I have vreated the RSEM ref and have it in my working diretory, however when I run RSEM:

rsem-calculate-expression --paired-end --bam -p 16 "$f" RSEMref/ rsem_out/"$base"

I get this error:

rsem-parse-alignments RSEMref/ rsem_out/MR13_S13.temp/MR13_S13 rsem_out/MR13_S13.stat/MR13_S13 MR13_S13_mappedAligned.toTranscriptome.out.bam 3 -tag XM
Cannot open RSEMref/.grp! It may not exist.

However when I look in RSEMref/ there is a .grp file there, why can it not see it?

RSEM RNA • 680 views
ADD COMMENT
0
Entering edit mode
12 months ago

I think it wants more than just the directory where the files are kept; it wants the prefix of the files too. So if your file is called something.grp, your command line should be

rsem-calculate-expression --paired-end --bam -p 16 "$f" RSEMref/something rsem_out/"$base"
ADD COMMENT

Login before adding your answer.

Traffic: 1992 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6