Otieno Anyango

Results 7 issues of Otieno Anyango

Thank you very much for the time taken in developing the parser and especially the python bindings. I have a feature request for set_mmcif_category to take a table. Looping and...

I have a setup on Google Kubernetes Engine where I deploy a cluster in each of three regions. To index data, I need access from outside the cluster, but all...

enhancement
cloud

sequence search using phmmer fails I believe because phmmer has moved to https by default. The query returns "error": { "msg": "Server returned HTTP response code: 400 for URL: https://www.ebi.ac.uk/Tools/hmmer/search/phmmer",...

This makes the version different based on how you install

`[tools.setuptools]` section in `pyproject.toml` has `include_package_data=True` by default hence no need to specify it. The `license` field requires specific license syntax as per PEP 639. Ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html

https://github.com/BGSU-RNA/fr3d-python/blob/6e88eb7d40088bac32b2cca8211ee47e3a1019b7/setup.py#L11 The license file referenced above does not exist. Leads to ```bash pip install git+https://github.com/BGSU-RNA/fr3d-python.git@master#egg=fr3d Collecting fr3d Cloning https://github.com/BGSU-RNA/fr3d-python.git (to revision master) to /private/var/folders/16/r6_c0c0x7_x5pcq7t35m48y00000gp/T/pip-install-vg39no_p/fr3d_22d5b374ecce4c27af26df2dd279497f Running command git clone --filter=blob:none --quiet...

Thank you for the beautiful work done in maintaining this very useful tool. I was wondering if you could implement versioning via tags. This is in lieu of packaging and...