Skip to content

Commit

Permalink
Add more explanation to availability filter
Browse files Browse the repository at this point in the history
related to #49
  • Loading branch information
iimog committed May 4, 2017
1 parent a71b709 commit cb65532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/queue/sql/queue_config.example.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ INSERT INTO database_files

-- contains information which program is available for which program.
-- additionally, 'availability_filter' can be used to e.g. restrict use for a organism-release combination
-- the availability filter has the format {organism_id}_{release}
-- you need a separate line for each organism/release combination
INSERT INTO program_database_relationships
(programname, database_name, availability_filter) VALUES
('blastn','13_test.fasta', '13_test'),
Expand Down

0 comments on commit cb65532

Please sign in to comment.