Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk authored Nov 6, 2023
1 parent 478f49c commit cab2268
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ Running reat under slurm requires changing the `-Dconfig.file` argument from the
java -Dconfig.file=reat/cromwell_configuration/slurm.conf -jar cromwell.jar
```

## Workflow

### Transcriptome Workflow
![Alt text](/docs/_static/REAT_Transcriptome.png)

### Homology Workflow
![Alt text](/docs/_static/REAT_Homology.png)

### Prediction Workflow
![Alt text](/docs/_static/REAT_Prediction.png)

## Releasing new versions

Expand All @@ -149,4 +159,4 @@ List of changes (note that this message will be used in the Release)
Finally you may want to update the release message by editing it directly
```
The above will bump a minor version (options are major, minor and patch), create a tag with the message above, trigger the github actions for checking the commit and generating a new github release.
The above will bump a minor version (options are major, minor and patch), create a tag with the message above, trigger the github actions for checking the commit and generating a new github release.

0 comments on commit cab2268

Please sign in to comment.