Thanks. The command ran successfully but it threw the following errors:
rsem-gff3-to-gtf KT992094.1.new.gff3 out.gtf
GTF file is successully generated.
There are 0 transcripts contained in the generated GTF file.
rsem-extract-reference-transcripts out 0 out.gtf None 0 KT992094.1.fasta
The reference contains no transcripts!
"rsem-extract-reference-transcripts out 0 out.gtf None 0 KT992094.1.fasta" failed! Plase check if you provide correct parameters/options for the pipeline!
Try removing the backslashes and extra spaces in your second command. Backslashes escape characters, so if it's all one one line you'll be escaping important characters in your arguments and flags.
Also make sure that you're using the correct command line arguments and flags, since your two commands vary greatly in what they theoretically are doing.
basesnamewill be the name for resulting index etc. So provide that.which index?
The index you're trying to generate. Ensure you're either in the directory you wish the output of
rsem-prepare-referenceto be in, or you give that output directory along with a sensible prefix as the basename.while running this:
I got this error:
Error is clearly noted. Check your gff file :
It contains 24 lines only and does not have 25 line
Are you sure? Paste the output to
cat -te KT992094.1.gff3 && echo $?here - don't take a screenshot, copy and paste the content and code-format it.I tried :
And get the following results:
This file does not contain 25th line?