mdshw5 / pyfaidx

Efficient pythonic random access to fasta subsequences
https://pypi.python.org/pypi/pyfaidx
Other
459 stars 75 forks source link

Pass build_index to Fasta constructor #138

Closed marcelm closed 6 years ago

marcelm commented 6 years ago

The Fasta constructor should not ignore the build_index parameter, but pass it to the Fasta constructor.

mdshw5 commented 6 years ago

Good eye! I’ll make a point release.

marcelm commented 6 years ago

My IDE (PyCharm) highlights unused variables and parameters :-)

mdshw5 commented 6 years ago

Yeah, I have that enabled through pylint in Atom, but sometimes the visual cues are too subtle (or I'm too rushed). Thanks again!

mdshw5 commented 6 years ago

This will be in v0.5.3.1 once it passes CI.

marcelm commented 6 years ago

Perfect!