]> git.donarmstrong.com Git - samtools.git/history - padding.c
SAM/BAM input to 'samtools depad' not linked to FASTA reference
[samtools.git] / padding.c
2012-06-19 peterjcSAM/BAM input to 'samtools depad' not linked to FASTA...
2012-06-19 peterjcWording of error messages
2012-06-19 peterjcCheck embedded reference against FASTA if given in...
2012-06-19 peterjcUse FASTA file when no embedded reference in 'samtools...
2012-06-19 peterjcLoad FAI in 'samtools depad' (not used yet)
2012-06-19 peterjcAdd reference FASTA file to 'samtools depad' command...
2012-06-19 peterjcSupport SAM or BAM input/output in 'samtools depad...
2012-06-19 peterjcMinimal 'samtools depad' command line parsing (-? only...
2012-06-19 peterjcAdding a usage function to 'samtools depad' following...
2012-06-19 peterjcAdd a tiny bit of help text to 'samtools depad' command.
2012-06-19 peterjcRevert one of my earlier changes - Heng was right,...
2012-06-19 peterjcFix buffer overflow in 'samtools depad' with CIGAR...
2012-06-19 peterjcFixed the next silly error on that line.
2012-06-19 peterjcFix silly typo
2012-06-19 peterjcMore elegant solution to avoid superfluous leading...
2012-06-19 peterjcRefine logic for removing superfluous P ops (still...
2012-04-04 Petr DanecekMerge remote branch 'main/master'
2012-03-29 Heng LiMerge branch 'master' of github.com:samtools/samtools...
2012-03-29 samtoolsMerge pull request #2 from peterjc/depad
2012-03-26 peterjcCheck reference length in BAM header against embedded...
2012-03-26 peterjcCope with trailing CIGAR H (or S and H) in 'samtools...
2012-03-26 peterjcCope with leading CIGAR H (or H and S) in 'samtools...
2012-03-26 peterjcTolerate CIGAR H operators in 'samtools depad'
2012-03-26 peterjcInclude leading CIGAR P operators in 'samtools depad'
2012-03-26 peterjcRecord actual sequence in unpad_seq (fixes apparently...
2012-03-23 peterjcCorrect my error message; assed some comments
2012-03-23 peterjcAdd TODO note about reference lengths
2012-03-23 peterjcCope with CIGAR D or P to mark gaps in an embedded...
2012-03-22 peterjcCheck current reference sequence matches RNAME in samto...
2012-03-22 peterjcSupport CIGAR X/= in depad
2012-03-22 peterjcHelpful error message on bad CIGAR in unpad_seq
2012-02-08 Heng Lichanges from git
2011-09-23 Heng Liconverted padded SAM to unpadded SAM