Closed jasonwalker80 closed 7 years ago
Samtools/VarScan has no problem with CRAM inputs instead of BAM.
Strelka works just fine with CRAM inputs instead of BAM.
Mutect also works with CRAM, no surprise there.
Pindel works, but instead of using the samtools default index of .cram.crai
Pindel only looks for the CRAM index as ^.crai
without the .cram extension in the path.
We either need to: