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

Pysam 0.13 compatibility fix #4

Open
pkMyt1 opened this issue Jan 10, 2018 · 3 comments
Open

Pysam 0.13 compatibility fix #4

pkMyt1 opened this issue Jan 10, 2018 · 3 comments

Comments

@pkMyt1
Copy link

pkMyt1 commented Jan 10, 2018

As you know, Pysam 0.13 is a code breaking update. There are some nice changes to the API that I wanted to use in my pipeline. The fix for Connor is in the def build_writer() function;

    hd = input_bam.header # rename the header variable in this line.
    header = hd.to_dict() # add this line
@cgates
Copy link
Member

cgates commented Jan 10, 2018

Thanks, pkMyt1 - I will have a look and see if we can extend support to 0.13. Are you currently blocked?

@pkMyt1
Copy link
Author

pkMyt1 commented Jan 10, 2018 via email

@cgates
Copy link
Member

cgates commented Jan 10, 2018

I wanted to confirm you have a working solution and are not waiting on me. Yes, we need to maintain some backwards compatibility so I will see how tricky it will be to support both.
All is well. Thanks.

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

No branches or pull requests

2 participants