Mercurial > repos > iuc > artic_minion
diff tool_data_table_conf.xml.sample @ 0:8e2cff13b53a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 41ad91410844b6d399844b253e39fa29955b96d6"
| author | iuc |
|---|---|
| date | Thu, 30 Apr 2020 08:03:03 +0000 |
| parents | |
| children | e40fa37c475b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Apr 30 08:03:03 2020 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of primer scheme bedfiles in the required format --> + <table name="primer_scheme_bedfiles" comment_char="#" allow_duplicate_entries="False"> + <columns>value, description, path</columns> + <file path="tool-data/primer_scheme_bedfiles.loc" /> + </table> + <!-- Locations of reference fasta files --> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/all_fasta.loc" /> + </table> +</tables>
