Skip to content

Commit

Permalink
add gunzip instruction in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ima23 committed Nov 27, 2018
1 parent 7d02191 commit 83f9c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FATHMM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ limitations under the License.
> wget https://raw.github.com/HAShihab/fathmm/master/cgi-bin/fathmm.py
> wget http://fathmm.biocompute.org.uk/database/fathmm.v2.3.SQL.gz
> gunzip 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.3.SQL
> echo -e "[DATABASE]\nHOST = [host]\nPORT = [port]\nUSER = [user]\nPASSWD = [pass]\nDB = fathmm\n" > config.ini
Expand Down

0 comments on commit 83f9c8e

Please sign in to comment.