Mercurial > repos > iuc > last
comparison lastsplit.xml @ 4:8705e0d74a0f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/last commit 6b601baaf89634bc8d110ea06e3e64c7a585f3ba"
author | iuc |
---|---|
date | Wed, 24 Mar 2021 22:36:50 +0000 |
parents | 9a7e91fc6562 |
children | 19c265784f35 |
comparison
equal
deleted
inserted
replaced
3:3de2195f32c0 | 4:8705e0d74a0f |
---|---|
1 <tool id="last_split" name="LAST-split" version="@LAST_CONDA_VERSION@+galaxy0" profile="18.01"> | 1 <tool id="last_split" name="LAST-split" version="@LAST_CONDA_VERSION@+galaxy0" profile="20.01"> |
2 | 2 |
3 <description>finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA).</description> | 3 <description>finds "split alignments" (typically for DNA) or "spliced alignments" (typically for RNA).</description> |
4 | 4 |
5 <macros> | 5 <macros> |
6 <import>macros_last.xml</import> | 6 <import>macros_last.xml</import> |
70 <conditional name="db_opts"> | 70 <conditional name="db_opts"> |
71 <param name="db_opts_input" value="db"/> | 71 <param name="db_opts_input" value="db"/> |
72 <param name="database" value="humdb"/> | 72 <param name="database" value="humdb"/> |
73 </conditional> | 73 </conditional> |
74 <param name="last_align" ftype="maf" value="last_align_gen.maf"/> | 74 <param name="last_align" ftype="maf" value="last_align_gen.maf"/> |
75 <output name="outfile" ftype="maf" file="last_split.maf"/> | 75 <output name="outfile" ftype="maf" file="last_split.maf" lines_diff="2"/> |
76 </test> | 76 </test> |
77 </tests> | 77 </tests> |
78 | 78 |
79 <help>@LAST_HELP@</help> | 79 <help>@LAST_HELP@</help> |
80 <citations><expand macro="citations"/></citations> | 80 <citations><expand macro="citations"/></citations> |