Shamir-Lab / Recycler

This is the codebase for Recycler, described in our manuscript: https://academic.oup.com/bioinformatics/article/33/4/475/2623362, by Roye Rozov, Aya Brown Kav, David Bogumil, Naama Shterzer, Eran Halperin, Itzhak Mizrahi, and Ron Shamir
BSD 3-Clause "New" or "Revised" License
58 stars 7 forks source link

minor typo in 'Preparing the BAM input:' #15

Closed cameronmartino closed 6 years ago

cameronmartino commented 6 years ago

Using samtools Version: 0.1.19

samtools sort reads_pe_primary.bam > reads_pe_primary.sort.bam

I believe should be ..

samtools sort reads_pe_primary.bam reads_pe_primary.sort

dpellow commented 6 years ago

Fixed in README. Thanks for pointing it out!