How do I run a .fastq single-end file in rsem-calculate-expression?
1
0
Entering edit mode
4.7 years ago

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.

RNA-Seq RSEM SRA rsem-calculate-expression RIBEIRO • 2.4k views
ADD COMMENT
0
Entering edit mode

Hi, please read the manual, it is clearly explained how to run single-end files. https://deweylab.github.io/RSEM/rsem-calculate-expression.html

ADD REPLY
3
Entering edit mode
4.1 years ago
svp ▴ 680

Remove --paired-end from your command and run as follows:

rsem-calculate-expression --num-threads 8 --time --star $fastq $(file_directory_output)
ADD COMMENT

Login before adding your answer.

Traffic: 2640 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