-
Notifications
You must be signed in to change notification settings - Fork 75
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
Editing FASTA files sporadically does not have effect. #110
Comments
This is expected behavior for the current version, since writes are not immediately flushed to disk and instead may be buffered. There shouldn't be much of a performance penalty to change this and make |
Thanks for reporting this, by the way! |
The new version is available and hopefully meets your needs: https://pypi.python.org/pypi/pyfaidx |
Thanks for the rapid response, I'll give the new version a try! |
Btw: are you going to attend the Abcam Mutational Signatures conference in Boston this week? |
No, but that looks like a worthwhile conference. I'll have to check it out for next year! |
Hi there,
First of, thanks for writing pyfaidx, it's really useful to my work.
I am currently experiencing an issue where I try to replace a sequence fragment of a FASTA file and the replacement only takes place sporadically. Ie. I do the following:
Now if I check the file on disk, it does not contain the 'N's. If I then execute the same command again, it now does. Just appears as if the changes do not always take effect. Have you ever seen a similar error? Do you know a fix for this?
I am using bioconda pyfaidx version 0.4.8.1 py27_0.
Thanks!
The text was updated successfully, but these errors were encountered: