chapmanb / bcbb

Incubator for useful bioinformatics code, primarily in Python and R
http://bcbio.wordpress.com
604 stars 243 forks source link

Couple utilities, bed12->picard interval converter #62

Closed roryk closed 11 years ago

roryk commented 11 years ago

Pared down the unit test data so it is small as well.

chapmanb commented 11 years ago

Awesome, thanks Rory. The only change I made was to remove the dependency on the samtools executable and use pysam instead. I already have a brutal number of BAM manipulation dependencies with Picard and pysam so am trying to avoid using samtools unless it's explicitly needed (like for variant calling).