Mercurial > repos > iuc > crossmap_gff
changeset 1:52a9daf61566 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
author | iuc |
---|---|
date | Tue, 26 Sep 2017 05:46:56 -0400 |
parents | 5773a57e91e6 |
children | 2f9a0d340ce5 |
files | dump2/.gitignore dump2/out.bam.bam dump2/out.bam.unmap.bam dump2/out2.bam dump2/out2.sorted.bam dump2/out2.sorted.bam.bai dump2/out2.sorted.bam.bam dump2/output2.bam dump2/output2.unmap.bam tool-data/tool_data_table_conf.xml.sample |
diffstat | 6 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dump2/.gitignore Tue Sep 26 05:44:21 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -*
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/tool_data_table_conf.xml.sample Tue Sep 26 05:46:56 2017 -0400 @@ -0,0 +1,12 @@ +<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>