Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trio-whole-exome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
igmmbioinformatics
trio-whole-exome
Commits
0d27c13d
Commit
0d27c13d
authored
4 years ago
by
ameyner2
Browse files
Options
Downloads
Patches
Plain Diff
Update python modules installation.
parent
1d39e53a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Software_installation.md
+7
-16
7 additions, 16 deletions
docs/Software_installation.md
with
7 additions
and
16 deletions
docs/Software_installation.md
+
7
−
16
View file @
0d27c13d
...
@@ -114,31 +114,22 @@ mv /home/u035/project/software/install/1000G_phase3_hg38/1000g.phase3.100k.b38*
...
@@ -114,31 +114,22 @@ mv /home/u035/project/software/install/1000G_phase3_hg38/1000g.phase3.100k.b38*
## Python modules
## Python modules
Users should include this line in any shell scripts requiring these modules, and ensure this command is run prior to installing any Python modules in this location.
```
export PYTHONPATH=/home/u035/project/software/lib/python3.6/site-packages
```
### VASE
### VASE
VASE was installed
following the instructions at https://github.com/david-a-parry/vase, downloaded 27
August 2020.
VASE
v0.4
was installed
28
August 2020.
```
```
cd /home/u035/project/software/install
cd /home/u035/project/software
git clone https://github.com/david-a-parry/vase.git
./bcbio/anaconda/bin/pip3 install git+git://github.com/david-a-parry/vase.git#egg=project[BGZIP,REPORTER,MYGENE]
cd vase
/home/u035/project/software/bcbio/anaconda/bin/python3 setup.py install --prefix /home/u035/project/software
```
```
### XlsxWriter
### XlsxWriter
XlsxWriter 1.3.3 was installed 28 August 2020.
```
```
cd /home/u035/project/software/install
cd /home/u035/project/software
git clone https://github.com/jmcnamara/XlsxWriter.git
./bcbio/anaconda/bin/pip3 install XlsxWriter
cd XlsxWriter
/home/u035/project/software/bcbio/anaconda/bin/python3 setup.py install --prefix /home/u035/project/software
rsync -av xlsxwriter ../../lib/python3.6/site-packages
```
```
## GATK 3.8
## GATK 3.8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment