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
d95a540d
Commit
d95a540d
authored
8 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
cont. gene characterization
parent
6e011795
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
+23
-1
23 additions, 1 deletion
tool_setup.sh
with
23 additions
and
1 deletion
tool_setup.sh
+
23
−
1
View file @
d95a540d
...
...
@@ -82,4 +82,26 @@ pip install --user multiqc
## bedops
tar
xvf bedops_linux_x86_64-v2.4.20.tar.bz2
mv
bin bedops_linux_x86_64-v2.4.20
\ No newline at end of file
mv
bin bedops_linux_x86_64-v2.4.20
## pfam (follow PfamScan/README and see http://pfam.xfam.org/help#tabview=tab12)
cd
/home/brandl/bin/PfamScan/pfam_data
wget ftp://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.dat.gz
wget ftp://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/Pfam-A.hmm.gz
wget ftp://ftp.ebi.ac.uk/pub/databases/Pfam/current_release/active_site.dat.gz
gunzip
Pfam-A.hmm.dat.gz
gunzip
Pfam-A.hmm.gz
gunzip
active_site.dat.gz
#which hmmpress
export
PATH
=
/projects/plantx/bin/hmmer-3.1b2-linux-intel-x86_64/binaries/:
$PATH
hmmpress Pfam-A.hmm
wget ftp://ftp.ebi.ac.uk/pub/databases/Pfam/Tools/PfamScan.tar.gz
tar
xvf PfamScan.tar.gz
#cpan Moose ## suggested by does not seem to be required, see
\ No newline at end of file
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