Hi,
I am trying to run RSEM. It was running successfully until I got this error:
--append-names" failed! Please check if you provide correct parameters/options for the pipeline!
I used this command to run it:
rsem-calculate-expression \
--paired-end \
--bam \
--estimate-rspd \
--append-names \
--num-threads 8 \
/mnt/c/Users/path to file/sorted.bam \
/mnt/c/Users/path to file/Sp1_reference \
/mnt/c/Users/path to file/rsem_output
Temp output files were generated and it processed about 49 million reads.
Please help.
Thank you