Reorganizing models and enabling "other" models#12
Open
akutuva21 wants to merge 2 commits intoRuleWorld:masterfrom
Open
Reorganizing models and enabling "other" models#12akutuva21 wants to merge 2 commits intoRuleWorld:masterfrom
akutuva21 wants to merge 2 commits intoRuleWorld:masterfrom
Conversation
- Create \`Examples\`, \`Published\`, and \`Tutorials\` root directories. - Move \`Contributed/BNGPlayground_Examples\` to \`Examples\`. - Move published model subdirectories (e.g., PyBioNetGen models, Contributed/Hlavacek2018, Contributed/Mitra2019, Validation models like Korwek2023, MyrtleBeach) to \`Published\`. - Move remaining items in \`Contributed/BNGPlayground_Validation\` and \`BNGPlayground_PublicRuntime\` to \`Tutorials\`. - Update \`metadata-schema.yaml\` to add explicit domains (\`compartments\`, \`energy\`, \`wacky\`, \`mechanistic-modeling\`, etc.). - Update \`metadata.yaml\` files previously labeled as \`other\` with the new, specific categories. - Update \`scripts/generate-manifest.js\` and \`scripts/validate-metadata.js\` with new \`SEARCH_ROOTS\` and categories. - Regenerate \`manifest.json\`. Co-authored-by: akutuva21 <44119804+akutuva21@users.noreply.github.com>
…969453 chore: Restructure RuleHub directories and improve metadata categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR refactors the RuleHub directory structure and updates metadata categories according to the latest requirements.
Key Changes
Published,Examples, andTutorials.Examplesdirectory.PyBioNetGenpublished models toPublished/PyBioNetGen.AuthorYearformat fromContributed/toPublished/.BNGPlayground_Validationmodels based on their origin (published vs. tutorials)."category: other".mechanistic-modeling,feature-demos,compartments,wacky,energy, etc.) to themetadata-schema.yaml.metadata.yamlfiles.generate-manifest.jsandvalidate-metadata.jsmodified to scan the new root directories.