Mercurial > repos > iuc > clair3
diff tool_data_table_conf.xml.test @ 0:44f6ec903688 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/clair3 commit 9968295e33bad5323ac9cbff8f64c2db35189a5f
author | iuc |
---|---|
date | Wed, 15 Jun 2022 09:45:05 +0000 |
parents | |
children | 3843a30053ee |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Wed Jun 15 09:45:05 2022 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of model folders --> + <table name="clair3_models" comment_char="#"> + <columns>value, name, platform, path</columns> + <file path="${__HERE__}/test-data/clair3_models.loc" /> + </table> + <!-- Locations of reference genome files in fasta format --> + <table name="all_fasta" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/all_fasta.loc" /> + </table> +</tables>