Skip to content

Commit

Permalink
Merge pull request #5 from MetabolicAtlas/feat/simplify-model-folder
Browse files Browse the repository at this point in the history
feat: rename modelFiles to model resolves #4
  • Loading branch information
mihai-sysbio authored Jun 25, 2020
2 parents ca86d20 + 69f42c1 commit 11f2f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .standard-GEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ The repository must contain a `/code` folder. This folder must contain all the c
- [ ] 🟥 `/data/README.md`
The repository must contain a `/data` folder. This folder contains the data used in generating the model. It must also include a `README.md` file that describes how the folder is organized.

- [ ] 🟥 `/modelFiles`
The repository must contain `/modelFiles` folder.
- [ ] 🟥 `/model`
The repository must contain `/model` folder.
This folder must contain the model files, in multiple formats, according to the table below. As a general guideline, binary formats (`.mat`, `.xlsx`) must not exist on any other branches than _master_. The main reason for this is that binary files cannot be diff'ed, which means changes cannot be compared to previous versions, which introduces the chance of errors. Moreover, with time, the size of the repository can create difficulties, and we cannot yet recommend storing these files with Git LFS, as it introducs complexity.
All model files must be named the same as the repository, and with the appropriate extension.
Example: `yeast-GEM.mat`
Expand Down
File renamed without changes.

0 comments on commit 11f2f5e

Please sign in to comment.