-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update usage page in documentation (#222)
- Loading branch information
Showing
4 changed files
with
56 additions
and
16 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,4 +1,9 @@ | ||
DEBUG=1 | ||
USE_CACHE=1 | ||
# Disable debug mode per default | ||
DEBUG=0 | ||
# Disable cache to avoid memory issues | ||
USE_CACHE=0 | ||
# Use the REEV API. Change it if you have other instance of REEV. | ||
API_REEV_URL=https://reev.cubi.bihealth.org/internal/proxy | ||
SEQREPO_DATA_DIR=/home/username/seqrepo/master | ||
# Default path to seqrepo data for Docker. Change it to your local development path. | ||
# It can look like this: "/home/<username>/seqrepo/master" | ||
SEQREPO_DATA_DIR= |
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 |
---|---|---|
|
@@ -18,3 +18,6 @@ | |
}, | ||
] | ||
} | ||
|
||
// chr7:155592673:A:C | ||
// chr20:36014577:T:C |
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
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