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
db33dee0
Commit
db33dee0
authored
8 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
continued read mapping
parent
77f8dab4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tool_setup.sh
+8
-0
8 additions, 0 deletions
tool_setup.sh
with
8 additions
and
0 deletions
tool_setup.sh
+
8
−
0
View file @
db33dee0
...
...
@@ -47,3 +47,11 @@ tar -zxvf bedtools-2.25.0.tar.gz
mv
bedtools2 bedtools2-2.25.0
cd
bedtools2-2.25.0
make
## bcftools
cd
~/bin
wget https://github.com/samtools/bcftools/releases/download/1.3.1/bcftools-1.3.1.tar.bz2
tar
xvf bcftools-1.3.1.tar.bz2
cd
bcftools-1.3.1
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