-
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
14 additions
and
14 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,20 +1,20 @@ | ||
# Resources Directory | ||
|
||
When you first create a Genvisis project, Genvisis will create a resources directory, **.genvisis/**, in your home directory. This directory contains files that are used across Genvisis projects. | ||
* Linux/Mac: $HOME/.genvisis/ | ||
* Windows: C:\Users\[username]\.genvisis\ | ||
- Linux/Mac: $HOME/.genvisis/ | ||
- Windows: C:\Users\[username]\.genvisis\ | ||
|
||
The **.genvisis/** directory contains the following sub-directories and files. | ||
* example/ | ||
* projects/ (contains **.properties** files for each project created) | ||
* resources/ | ||
* Arrays/ | ||
- example/ | ||
- projects/ (contains **.properties** files for each project created) | ||
- resources/ | ||
- Arrays/ | ||
* AffySnp6/ (contains Affymetrix arrays and support files) | ||
* CNV/ (contains Hidden Markov Model [**.hmm**] files used in CNV calling) | ||
* Genome/ (contains resource files for human genome builds hg18, hg19, and hg38) | ||
* HapMap/ (contains resource files for HapMap samples) | ||
* custom_path (the full path of **.genvisis/**) | ||
* Launch.bat (running this file will launch Genvisis on Windows) | ||
* Launch.command (running this file will launch Genvisis on Linux/Mac) | ||
* launch.properties (contains properties used by all Genvisis projects, for example, the path to PLINK and the locations of resources/ and projects/) | ||
* Launch.sh (running this file will launch Genvisis on Linux/Mac) | ||
- CNV/ (contains Hidden Markov Model [**.hmm**] files used in CNV calling) | ||
- Genome/ (contains resource files for human genome builds hg18, hg19, and hg38) | ||
- HapMap/ (contains resource files for HapMap samples) | ||
- custom_path (the full path of **.genvisis/**) | ||
- Launch.bat (running this file will launch Genvisis on Windows) | ||
- Launch.command (running this file will launch Genvisis on Linux/Mac) | ||
- launch.properties (contains properties used by all Genvisis projects, for example, the path to PLINK and the locations of resources/ and projects/) | ||
- Launch.sh (running this file will launch Genvisis on Linux/Mac) |