Skip to content

Commit

Permalink
Add more explanation to database_files name column
Browse files Browse the repository at this point in the history
related to #49
  • Loading branch information
iimog committed May 4, 2017
1 parent cb65532 commit c401e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/queue/sql/queue_config.example.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ INSERT INTO programs (name) VALUES
('tblastx');

-- database files available. name is the name it will be referenced by, md5 is the zip file's sum, download_uri specifies where the file can be retreived
-- Important: the name column needs to equal the basename of the blast database files inside the zip file (name without .p?? or .n??)
INSERT INTO database_files
(name, md5, download_uri) VALUES
('13_test.fasta', '81b096cd80be252fd7633d39b08d53d2', 'http://wbbi170/httpdocs/server/downloads/13_test.fasta.zip'),
Expand Down

0 comments on commit c401e28

Please sign in to comment.