mdshw5 / pyfaidx

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

'Sequence.gc' Method for IUPAC bases #205

Closed Bardia-Masudy closed 1 year ago

Bardia-Masudy commented 1 year ago

Hello! This is meant to address #128. I've added two additional methods to the Sequence object:

Thoughts and Considerations:

I'm new to this process, so please tell me if there's anything I've misunderstood about the issue or the process of contributing. I'm more than happy to modify anything that should be changed.

mdshw5 commented 1 year ago

Thanks for submitting this! I'll take a look when I get some time this week and if everything looks good will merge.

mdshw5 commented 1 year ago

Now that I've fixed the CI and tests are passing, this looks good to merge. Thanks @Bardia-Masudy!