cuffdiff / htseq-count
1
0
Entering edit mode
6.9 years ago
dimitrischat ▴ 210

Hello all. I ll try and be clear this time around about what i am asking. I am trying to run cuffdiff. Before i ran tophat2, got the accepted hits then sorted them and then put them into cuffdiff. my command line is this :

cuffdiff -o /Users/.../cuffdiffmefrep1-rep2/ -L mef1,mef2 -p 2 ~/.../mm9genes.gtf /Users/....sortedmef1accepted.bam /Users/..../sortedmef2accepted.bam

but i get 0kb output files. Any solution there?

Also i tried htseq-count. my command line is :

htseq-count -f bam -o samtout -q /Users/..../sortedes1accepted.bam /Users/j.../mm9genes.gtf

but i cant seem to get the ouput files. Only print out in terminal. Do i have to put also -i and -t ? and how to do that?

I use mac os

RNA-Seq • 1.2k views
ADD COMMENT
1
Entering edit mode
6.9 years ago

htseq-count will always write its output to the screen, you need to redirect stdout (>).

BTW, featureCounts is much faster.

ADD COMMENT

Login before adding your answer.

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