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

Replace SAMFileReader with SamReaderFactory #653

Closed
lbergelson opened this issue Sep 14, 2016 · 0 comments · Fixed by #654
Closed

Replace SAMFileReader with SamReaderFactory #653

lbergelson opened this issue Sep 14, 2016 · 0 comments · Fixed by #654

Comments

@lbergelson
Copy link
Member

SAMFileReader is long deprecated and slated for destruction (see samtools/htsjdk#699). Instantiations of it should be replaced by calls to SamReaderFactory

lbergelson added a commit that referenced this issue Sep 14, 2016
SAMFileReader has been deprecated for years
replacing it with a SamReader generated from a SamReaderFactory
@lbergelson lbergelson assigned yfarjoun and unassigned yfarjoun Oct 24, 2016
lbergelson added a commit that referenced this issue Oct 24, 2016
SAMFileReader has been deprecated for years
replacing it with a SamReader generated from a SamReaderFactory
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 a pull request may close this issue.

2 participants