Previous changeset 1:52a9daf61566 (2017-09-26) Next changeset 3:bb6334253319 (2017-09-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447-dirty |
modified:
tool_data_table_conf.xml.sample |
removed:
tool-data/tool_data_table_conf.xml.sample |
b |
diff -r 52a9daf61566 -r 2f9a0d340ce5 tool-data/tool_data_table_conf.xml.sample --- a/tool-data/tool_data_table_conf.xml.sample Tue Sep 26 05:46:56 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
b |
@@ -1,12 +0,0 @@ -<tables> - <!-- Locations of all fasta files under genome directory --> - <table name="all_fasta" comment_char="#"> - <columns>value, dbkey, name, path</columns> - <file path="tool-data/all_fasta.loc" /> - </table> - <!-- Locations of all liftOver files --> - <table name="liftOver" comment_char="#"> - <columns>dbkey, name, value</columns> - <file path="tool-data/liftOver.loc" /> - </table> -</tables> |
b |
diff -r 52a9daf61566 -r 2f9a0d340ce5 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Tue Sep 26 05:46:56 2017 -0400 +++ b/tool_data_table_conf.xml.sample Tue Sep 26 05:57:25 2017 -0400 |
b |
@@ -1,10 +1,10 @@ <tables> - <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_fasta.loc" /> </table> - <!-- Locations of all liftOver files --> + <table name="liftOver" comment_char="#"> <columns>dbkey, name, value</columns> <file path="tool-data/liftOver.loc" /> |