Skip to content
Open
Prev Previous commit
Next Next commit
added description of relevant files
  • Loading branch information
leptoceratops authored Sep 20, 2018
commit 43de72ba204d2bd01fef0c9d6f215889b41373f3
3 changes: 3 additions & 0 deletions wiki/BioSQL.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ repository at (https://github.com/biosql/biosql.git)
``` bash
svn export https://github.com/biosql/biosql.git/trunk biosql
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, avoid recommending the legacy tool svn here - we want any potential contributors to use git so:

git clone https://github.com/biosql/biosql.git
cd biosql

Or, for a simple snapshot:

wget https://github.com/biosql/biosql/archive/master.tar.gz
tar -zxvf master.tar.gz
cd biosql-master/

```
The two files that are needed are the following:
1. biosqldb-mysql.sql -- the BioSQL schema -- found inside the **sql** subfolder
2. load_ncbi_taxonomy.pl -- the Perl script to populate the database -- found inside the **scrpts** subfolder

Creating the empty database
---------------------------
Expand Down