Error in Cuffdiff
0
0
Entering edit mode
4.3 years ago
harshraje19 ▴ 40

Dear friends,

I got following warning/error after running the cuffdiff. can anyone help to solve this error. Command is written above the warning/erro

Thanks

harshraj@harshraj-XPS-8930:~/ArabidopsisExpt$ cuffdiff -o Cuffdiff_out -u cuffmerge_out/merged.gtf control1_thout/accepted_hits.bam, control2_thout accepted_hits.bam, treated1_thout, accepted_hits.bam, treated2_thout/accepted_hits.bam
Warning: Could not connect to update server to verify current version. Please check at the Cufflinks website (http://cufflinks.cbcb.umd.edu).
terminate called after throwing an instance of 'std::__ios_failure'
  what():  basic_filebuf::underflow error reading the file: iostream error
Aborted (core dumped)
rna-seq sequencing RNA-Seq software error next-gen • 1.3k views
ADD COMMENT
0
Entering edit mode

Looks like there is an error in your command line. These file paths don't seem to be correct

control1_thout/accepted_hits.bam, control2_thout accepted_hits.bam, treated1_thout, accepted_hits.bam, treated2_thout/accepted_hits.bam

most likely you need

control1_thout/accepted_hits.bam,control2_thout/accepted_hits.bam treated1_thout/accepted_hits.bam,treated2_thout/accepted_hits.bam

Files separated by comma need to be replicates. If they are all independent then no commas should be used.

ADD REPLY
0
Entering edit mode

I still have similar error as

Warning: Could not connect to update server to verify current version. Please check at the Cufflinks website (http://cufflinks.cbcb.umd.edu). terminate called after throwing an instance of 'std::__ios_failure' what(): basic_filebuf::underflow error reading the file: iostream error Aborted (core dumped)

ADD REPLY
0
Entering edit mode

So are those files actually in the paths you are indicating they are at in the command line above?

Please use ADD COMMENT/ADD REPLY when responding to existing posts to keep threads logically organized. SUBMIT ANSWER is for new answers to original question.

ADD REPLY

Login before adding your answer.

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