Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depad2 #11

Merged
merged 19 commits into from
Jun 19, 2012
Merged

Depad2 #11

merged 19 commits into from
Jun 19, 2012

Conversation

peterjc
Copy link
Contributor

@peterjc peterjc commented Jun 19, 2012

Hi Heng,

This is a replacement/update for #6

I've worked on the handling of superfluous CIGAR P operators in 'samtools depad', and found and fixed a buffer overflow when CIGAR D operators are used.

I also realized you were right originally not to accept CIGAR P operators in the input padded reference BAM file (much like it does not make sense to use CIGAR I in this case either), and restored that check.

The command line API has been extended to support SAM or BAM for input or output, and you can (and should) provide a padded reference FASTA file.

Provided a padded reference FASTA file is provided, the reference lengths in the header (including the @sq lines in the SAM header) are updated. If not, a warning is given. My preferred way to deal with this is to use any embedded references, which requires enhancements to the BAI file (see mailing list). Otherwise a pre-scan of the file could be made to find the embedded references.

Peter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants