How do I run a .fastq single-end file in rsem-calculate-expression?
The following command does not work:
rsem-calculate-expression --num-threads 8 --time --star --paired-end $fastq1 $fastq2 $(file_directory_output)
"Invalid number of arguments!"
Please does anyone have suggestions that might help me? Tks.
• 3,219 views
•
link
1 answer
Remove --paired-end from your command and run as follows:
rsem-calculate-expression --num-threads 8 --time --star $fastq $(file_directory_output)
• 0 views
•
link
Log in to answer this question.
Hi, please read the manual, it is clearly explained how to run single-end files. https://deweylab.github.io/RSEM/rsem-calculate-expression.html