ReactionMechanismGenerator / ReactionMechanismGenerator/RMG-database
import/export: save ratelibrary.txt comments to rules.py?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 127
- Forks
- 160
- Avg merge
- 6d 2h
- Merged PRs (30d)
- 2
Description
The rules.py file has a longDesc field which could store comments but is currently empty. We could put unparseable lines (mostly comments) from the ratelibrary.txt files in here when we import, so they don't get lost.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read rules.py to understand the longDesc field, then trace the import path for ratelibrary.txt files. Check how unparseable lines are currently handled and preserve the relevant comments in longDesc during import. Done means those comments are no longer lost and existing import behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100