Dear all,
I use tophat with --initial-read-mismatches 10
However I have the error:
gzip: stdout: Broken pipe
error:could not open pipe gzip:left_kept.fa.z
----
I thought it was the gzip error, so I use -z0 to have unzip file, but I have another error:
self.file=open(filename)
IOError: [Errno 2] No such file or directory: '/left_kept_reads_missing.fq'
------------
I use solid pair-end reads. Is it the reason ?
I use tophat with --initial-read-mismatches 10
However I have the error:
gzip: stdout: Broken pipe
error:could not open pipe gzip:left_kept.fa.z
----
I thought it was the gzip error, so I use -z0 to have unzip file, but I have another error:
self.file=open(filename)
IOError: [Errno 2] No such file or directory: '/left_kept_reads_missing.fq'
------------
I use solid pair-end reads. Is it the reason ?
Comment