Open ernfrid opened 8 years ago
I've run into similar problems before and in that case the issue was that my fasta file was not indexed with samtools faidx
. Is your reference sequence indexed?
Hi, I've a similar problem. In my case, I've created an index with samtools but it doesn't work either... That curious because the stdout has the following message and generates a (empty) file called .readcounts:
Minimum mapping quality is set to 1
Expect library: SureSelect in BAM
This is the command I'm using:
./bam-readcount -b 15 -q 1 -f path/to/reference/fasta -l path/to/VarScan.indel path/to/tumorBam
Moving this from comment on other issue