You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The motivation is that version 0.9.0 added support for Python 3.10 and
3.11¹, which we want to support for Augur.
However, 0.9.0 also introduced a bug that prevented access by sequence
ID. This was fixed in version 1.0.0.²
Looking at the rest of the changelog, I don't see any other breaking
changes through the current version (2.0.1), at least for Augur's use
case. Assuming this will hold true for other 2.x versions, allow both
major versions 1 and 2.
¹ https://github.com/lmdu/pyfastx/blob/ee7303d1402d5f83db1a6ec74b5140b912ae75bb/docs/changelog.rst
² lmdu/pyfastx#62
I have loaded a few example gzipped fasta files, e.g. the following one:
hgdownload.cse.ucsc.edu/goldenPath/dm6/bigZips/dm6.fa.gz
I can load it, iterate and so on, and:
but
Also:
but
I sincerely hope that I have not misunderstood anything, I went by what was listed in the docs:
I am in a conda environment, and installed pyfastx 0.9.1 using pip.
The text was updated successfully, but these errors were encountered: