Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bioinfo
ngs_tools
Commits
70d319bc
Commit
70d319bc
authored
Sep 16, 2016
by
Holger Brandl
Browse files
added enrichr wrapper for R
parent
49849422
Changes
1
Hide whitespace changes
Inline
Side-by-side
tool_setup.sh
View file @
70d319bc
...
...
@@ -107,6 +107,22 @@ 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
## blat
#https://genome.ucsc.edu/goldenpath/help/blatSpec.html
## parallel blat
# https://github.com/icebert/pblat
\ No newline at end of file
# https://github.com/icebert/pblat
## enrichr API https://github.com/snewhouse/enrichr-api
cd
~/bin
git clone https://github.com/snewhouse/enrichr-api
export
PATH
=
~/bin/enrichr-api:
${
PATH
}
#change interpreter to python 3 in
nano enrichr-api/query_enrichr_py3.py
export
PATH
=
~/bin/enrichr-api:
${
PATH
}
;
query_enrichr_py3.py /tmp/RtmpGt5uEk/file83c2615400f3.lst
'batch enrichment'
ENCODE_TF_ChIP /tmp/RtmpGt5uEk/file83c247b2a3d2.txt
\ 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