Mercurial > repos > iuc > cat_contigs
comparison cat_contigs.xml @ 2:3b5e95687bd2 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 2948f114101aeefa951f47df8ee3b25656d9680e
| author | iuc |
|---|---|
| date | Thu, 09 Mar 2023 21:00:00 +0000 |
| parents | f5d2f8a27477 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:f5d2f8a27477 | 2:3b5e95687bd2 |
|---|---|
| 1 <tool id="cat_contigs" name="CAT contigs" version="@VERSION@.1"> | 1 <tool id="cat_contigs" name="CAT contigs" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
| 2 <description>annotate with taxonomic classification</description> | 2 <description>annotate with taxonomic classification</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
| 53 <has_text text=">contig_9952" /> | 53 <has_text text=">contig_9952" /> |
| 54 </assert_contents> | 54 </assert_contents> |
| 55 </output> | 55 </output> |
| 56 <output name="orf2lca_names"> | 56 <output name="orf2lca_names"> |
| 57 <assert_contents> | 57 <assert_contents> |
| 58 <has_text text="Listeria" /> | 58 <has_text text="Bacilli" /> |
| 59 </assert_contents> | 59 </assert_contents> |
| 60 </output> | 60 </output> |
| 61 <output name="classification_summary"> | 61 <output name="classification_summary"> |
| 62 <assert_contents> | 62 <assert_contents> |
| 63 <has_text text="Listeria" /> | 63 <has_text text="Bacilli" /> |
| 64 </assert_contents> | 64 </assert_contents> |
| 65 </output> | 65 </output> |
| 66 </test> | 66 </test> |
| 67 </tests> | 67 </tests> |
| 68 <help><