Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
ngs_tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
bioinfo
ngs_tools
Commits
7d5cb986
Commit
7d5cb986
authored
Sep 24, 2019
by
domingue
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds Gene Myers pacbio tools
parent
33b39eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
tool_setup.sh
tool_setup.sh
+37
-0
No files found.
tool_setup.sh
View file @
7d5cb986
...
...
@@ -413,3 +413,40 @@ brew install brewsci/bio/pymol
# You can now run PyMol by typing
pymol
# ==========================================================================
# PacBio tools
# ==========================================================================
#
# DALIGNER
# --------------------------------------------------------------------------
cd
~/bin
git clone https://github.com/thegenemyers/DALIGNER.git
cd
DALIGNER
make
#
# DAMAPPER
# --------------------------------------------------------------------------
cd
~/bin
git clone https://github.com/thegenemyers/DAMAPPER.git
cd
DAMAPPER
make
#
# DEXTRACTOR
# --------------------------------------------------------------------------
cd
~/bin
git clone git@github.com:thegenemyers/DEXTRACTOR.git
cd
DEXTRACTOR
## replace hdf5 binary location in Makefile
# /sw/apps/hdf5/current/
module load hdf5/1.8.20
make
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment