Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ima23 committed Nov 27, 2018
1 parent ca2f964 commit 7d02191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FATHMM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ limitations under the License.
A typical installation could consist of:
> wget https://raw.github.com/HAShihab/fathmm/master/cgi-bin/fathmm.py
> wget ftp://supfam2.cs.bris.ac.uk/FATHMM/database/fathmm.v2.1.SQL
> wget http://fathmm.biocompute.org.uk/database/fathmm.v2.3.SQL.gz
> mysql -h[host] -P[port] -u[user] -p[pass] -e"CREATE DATABASE fathmm"
> mysql -h[host] -P[port] -u[user] -p[pass] -Dfathmm < fathmm.v2.1.SQL
> echo "[DATABASE]\nHOST = [host]\nPORT = [port]\nUSER = [user]\nPASSWD = [pass]\nDB = fathmm\n" > config.ini
> mysql -h[host] -P[port] -u[user] -p[pass] -Dfathmm < fathmm.v2.3.SQL
> echo -e "[DATABASE]\nHOST = [host]\nPORT = [port]\nUSER = [user]\nPASSWD = [pass]\nDB = fathmm\n" > config.ini
=cut

Expand Down

0 comments on commit 7d02191

Please sign in to comment.