fr3d-python icon indicating copy to clipboard operation
fr3d-python copied to clipboard

Python implementation of the FR3D software for searching and annotating RNA 3D structures

Results 11 fr3d-python issues
Sort by recently updated
recently updated
newest added

This makes the version different based on how you install

Hello, Just wrote a small modification of one of the NA annotation functions to serve my purposes and thought it could be helpful to others. Usage: ```python from fr3d.classifiers.NA_pairwise_interactions import...

`[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...

With this commit, every time you push new code into the `master` branch or create a pull request against it, GitHub will handle the testing process. It will create a...

What would be the best way of recovering the full backbone connections and their direction (previously B53 and B35). I tried for PDBID: 1F5U with the following arguments: ``` python...

Hi, I have been trying to run the latest version as I usually do : `python ./fr3d-python/fr3d/classifiers/NA_pairwise_interactions.py --input ../Data/CIF/1S72.cif --output . --category basepair,stacking` but I get the following import problem...

Thank you for this great tool, it's something that has been on my wishlist for a long time. Running the pairwise interaction script with just the `--help` argument throws a...

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...

Bumps [scipy](https://github.com/scipy/scipy) from 1.2.3 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies