https://github.com/kjappelbaum/moffragmentor
Split a MOF into its building blocks.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 5 committers (20.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Split a MOF into its building blocks.
Basic Info
- Host: GitHub
- Owner: kjappelbaum
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://moffragmentor.readthedocs.io/en/latest/
- Size: 6.22 MB
Statistics
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 30
- Releases: 0
Topics
Metadata Files
README.md
💪 Getting Started
python
mof = MOF.from_cif('tests/test_files/HKUST-1.cif')
Fragment the MOF
python
fragments = mof.fragment()
If you are in a Jupyter notebook you can visualize the components.
python
fragments.linkers[0].show_molecule()
python
fragments.nodes[0].show_molecule()
You can also search PubChem for the building blocks
python
fragments.linkers[0].search_pubchem()
To get the RCSR code run
python
fragments.net_embedding.rcsr_code
🚀 Installation
To install the latest release run
bash
pip install moffragmentor
To install the development version run
bash
pip install git+https://github.com/kjappelbaum/moffragmentor.git
You need to have openbabel installed which you can install with conda install -c conda-forge openbabel.
As a utility, you can also run bash create_conda.sh to create a conda environment with all dependencies.
Note that you might want to change the name of the name of the environment (defaults to moffragmentor).
moffragmentor in the MOF decomposition tool landscape
While moffragmentor has some unique features, it might not be the right tool for your task. Due to some design choices (having a pymatgen representation of all fragments and the net) it is relatively slow in the current implementation (though there are obvious ways for fixing this).
Therefore, we encourage you to also consider alternative tools:
👐 Contributing
Contributions, whether filing an issue, making a pull request, or forking, are appreciated. See CONTRIBUTING.rst for more information on getting involved.
⚖️ License
The code in this package is licensed under the MIT License.
💰 Funding
The research was supported by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement 666983, MaGic), by the NCCR-MARVEL, funded by the Swiss National Science Foundation, and by the Swiss National Science Foundation (SNSF) under Grant 200021_172759.
Owner
- Name: Kevin M Jablonka
- Login: kjappelbaum
- Kind: user
- Location: Germany
- Website: kjablonka.com
- Twitter: kmjablonka
- Repositories: 243
- Profile: https://github.com/kjappelbaum
GitHub Events
Total
- Issues event: 1
- Watch event: 2
- Issue comment event: 1
Last Year
- Issues event: 1
- Watch event: 2
- Issue comment event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kevin M. Jablonka | k****a@e****h | 254 |
| deepsource-autofix[bot] | 6****] | 22 |
| Kevin Jablonka | 3****m | 7 |
| github-actions[bot] | 4****] | 1 |
| DeepSource Bot | b****t@d****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 72
- Total pull requests: 29
- Average time to close issues: 2 months
- Average time to close pull requests: 2 days
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 1.6
- Average comments per pull request: 0.17
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 18
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kjappelbaum (70)
- johannbrehmer (1)
- vthost (1)
Pull Request Authors
- deepsource-autofix[bot] (18)
- kjappelbaum (11)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 141 last-month
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 7
- Total maintainers: 1
pypi.org: moffragmentor
Splits MOFs into metal nodes and linkers.
- Homepage: https://github.com/kjappelbaum/moffragmentor
- Documentation: https://moffragmentor.readthedocs.io/
- License: MIT
-
Latest release: 0.0.6
published about 3 years ago
Rankings
Maintainers (1)
Dependencies
- BobAnkh/auto-generate-changelog master composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- s-weigand/setup-conda v1 composite
- openbabel
- python 3.8.*