Mercurial > repos > jjohnson > netmhc
diff README @ 0:bb25a4e5f211 draft default tip
"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/netmhc commit 3bf9a39fe11622806ac6b032ba4fc6139a003580"
author | jjohnson |
---|---|
date | Tue, 18 Feb 2020 14:48:51 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Feb 18 14:48:51 2020 -0500 @@ -0,0 +1,26 @@ +NetMHC 4.0 server predicts binding of peptides to a number of different HLA alleles using artificial neural networks (ANNs). + +SEE: http://www.cbs.dtu.dk/services/NetMHC/ + +NetMHC is available to academic researchers. +The download webpage requires the user to accept a academic license aggrement, which prevents automatic Galaxy package installation. +http://www.cbs.dtu.dk/cgi-bin/nph-sw_request?netMHC + + +Download NetMHC 4.0 and install as described in: netMHC-4.0.readme +( Be sure to do step 3 which installs the data from: http://www.cbs.dtu.dk/services/NetMHC-4.0/data.tar.gz ) + + +For Galaxy installation : + +Add tool_depedencies/netMHC/4.0/env.sh + +The env.sh must define ENVIROMENT variables: NMHOME and TMPDIR + +For example, if you installed netMHC at: /home/galaxy/src/netMHC-4.0 + +galaxy@galaxy [/home/galaxy] % cat tool_dependencies/netMHC/4.0/env.sh +export NMHOME=/home/galaxy/src/netMHC-4.0 +export TMPDIR=/tmp +export PATH=/home/galaxy/src/netMHC-4.0:$PATH +