Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngs_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
bioinfo
ngs_tools
Commits
a55576b7
Commit
a55576b7
authored
9 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
prepared migration to furiosa
parent
740c4ae0
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
tool_setup.sh
+35
-1
35 additions, 1 deletion
tool_setup.sh
with
35 additions
and
1 deletion
tool_setup.sh
+
35
−
1
View file @
a55576b7
## DeepTools
cd
~/bin
git clone https://github.com/dpryan79/pyBigWig.git
cd
pyBigWig
python setup.py
install
--user
easy_install-2.7
--user
cython
cd
~/bin
git clone https://github.com/pysam-developers/pysam
cd
pysam
python setup.py
install
--user
cd
~/bin
wget
-O
deepTools-2.2.2.tar.gz https://github.com/fidelram/deepTools/archive/2.2.2.tar.gz
tar
xvf deepTools-2.2.2.tar.gz
cd
deepTools-2.2.2
python setup.py
install
--user
\ No newline at end of file
python setup.py
install
--user
cd
~/bin
### java tools
sdk
install
sbt
sbt
install
kotlin
sbt
install
gradle
## bedtools see http://bedtools.readthedocs.org/en/latest/content/installation.html
wget https://github.com/arq5x/bedtools2/releases/download/v2.25.0/bedtools-2.25.0.tar.gz
tar
-zxvf
bedtools-2.25.0.tar.gz
mv
bedtools2 bedtools2-2.25.0
cd
bedtools2-2.25.0
make
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