Hi,
I'm getting an error: "sambamba-view: not enough data in stream" by running this command line:
/usr/local/bin/sambamba view -F 'mapping_quality > 0' -L /exome-12-callable-regions.bed -f bam -l 1 /bamfile1.bam > test.bam
I have done the following tests:
- removing the -L BED file from the command line gets rid of the error
- swapping the bamfile1.bam for a different bamfile2.bam and keeping the -L BED file in the command line also gets rid of the error.
So, it seems it is when the -L BED file and bamfile1.bam are in the same command line that I get the error. Can you please provide tips on how I can further narrow down on the issue?
I'm also happy uploading the BED and bamfile1.bam to a suggested place if it is helpful for debug.
I tried a samtools view of the -L BED and bamfile1.bam on the same command line and
that also completed successfully.
Many thanks
Severine
Hi,
I'm getting an error: "sambamba-view: not enough data in stream" by running this command line:
/usr/local/bin/sambamba view -F 'mapping_quality > 0' -L /exome-12-callable-regions.bed -f bam -l 1 /bamfile1.bam > test.bam
I have done the following tests:
So, it seems it is when the -L BED file and bamfile1.bam are in the same command line that I get the error. Can you please provide tips on how I can further narrow down on the issue?
I'm also happy uploading the BED and bamfile1.bam to a suggested place if it is helpful for debug.
I tried a samtools view of the -L BED and bamfile1.bam on the same command line and
that also completed successfully.
Many thanks
Severine