[Bioc-devel] Problem in asBam from Rsamtools

2013-06-01 Thread rcaloger
Hi, I am using the devel version of Bioconductor as part of the development of my package chimera. Testing a new function in chimera, that uses Rsubread package, I encountered a problem in converting a sam file generated by Rsubread in a bam file. I used the function asBam from Rsamtools and I

Re: [Bioc-devel] Problem in asBam from Rsamtools

2013-06-01 Thread Martin Morgan
On 06/01/2013 08:04 AM, rcaloger wrote: Hi, I am using the devel version of Bioconductor as part of the development of my package chimera. Testing a new function in chimera, that uses Rsubread package, I encountered a problem in converting a sam file generated by Rsubread in a bam file. I used th

Re: [Bioc-devel] Problem in asBam from Rsamtools

2013-06-01 Thread Wei Shi
Dear Raf, As Martin pointed, that line seems to be the concatenation of two records. But the second record is incomplete (it doesn't have the read identifier). It seems more likely to be a file system problem rather than Rsubread problem. Could you please also provide the line before the proble