-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# just_coronary | ||
Coronary disease postagregator for longevity report in oakvar. | ||
|
||
|
||
# Installation | ||
## Installation through Oakvar | ||
|
||
From Oakvar store: | ||
```bash | ||
ov module install just_coronary | ||
``` | ||
From direct link on GitHub: | ||
```bash | ||
ov module install https://github.com/dna-seq/just_coronary | ||
``` | ||
|
||
## Manual installation | ||
|
||
Create a folder with the name "just_coronary" in "postaggregators" folder of Oakvar and put inside all the files from this git repository. |