Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commiting stock mech files (for later use) and make_metadata.py #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

profPlum
Copy link

make_metadata.py: a utility for building meta-data files in the standard case
stock mech files: easy to reference for new models

These were the only things from my personal repo that seemed like they should be added apparently.

(a utility for building meta-data files in the standard case)
cfg['name']=os.path.basename(args.model_folder)
cfg['mechanism']=os.path.basename(args.mech_filename)

os.system(f'cp {args.mech_filename} {args.model_folder}/.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we missing some of the required metadata. I think we should wait until we know that this metadata script works. For stuff like this we should add documentation to the repo.

@@ -0,0 +1,1817 @@
description: |-
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not believe we should commit these. They can be/will be specific for each model (such as modifications of species order or rates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants