Skip to content

Commit

Permalink
diamond: Add loc file for manual database updates
Browse files Browse the repository at this point in the history
Add diamond_database.loc to tool_data_table_conf.xml. The loc file was already on the server although empty.
  • Loading branch information
kysrpex committed Sep 1, 2023
1 parent b45f9e0 commit 0cdbdf1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions files/galaxy/config/tool_data_table_conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@
<columns>value, name, path</columns>
<file path="/opt/galaxy/tool-data/lastz_seqs.loc" />
</table>


<!-- Locations of DIAMOND reference databases -->
<table name="diamond_database" comment_char="#" allow_duplicate_entries="False">
<columns>value, name, db_path</columns>
<file path="/opt/galaxy/tool-data/diamond_database.loc" />
</table>
<!-- Locations of 2bit sequence files for use in deepTools -->
<table name="deepTools_seqs" comment_char="#">
<columns>value, name, path</columns>
Expand Down

0 comments on commit 0cdbdf1

Please sign in to comment.