samtools 0.2.4 → 0.2.4.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- samtools.cabal +1/−1
- src/Bio/SamTools/Bam.hs +1/−1
samtools.cabal view
@@ -1,5 +1,5 @@ Name: samtools-Version: 0.2.4+Version: 0.2.4.1 Synopsis: Binding to the C samtools library Description: Binding to the C samtools library, which reads and writes SAM format alignments, both binary and tab-
src/Bio/SamTools/Bam.hs view
@@ -22,7 +22,7 @@ , Header, nTargets, targetSeqList, targetSeq, targetSeqName, targetSeqLen, lookupTarget -- * SAM/BAM format alignments- , Bam1+ , Bam1, header , targetID, targetName, targetLen, position , isPaired, isProperPair, isUnmap, isMateUnmap, isReverse, isMateReverse , isRead1, isRead2, isSecondary, isQCFail, isDup