Skip to content

Commit

Permalink
Update resources-directory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeutel committed Feb 21, 2024
1 parent 17aee6e commit 03d0a2d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions GetStarted/resources-directory.md
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)

0 comments on commit 03d0a2d

Please sign in to comment.