Mercurial > repos > jjohnson > contig_annotation_tool
comparison cat_contigs.xml @ 3:18ece3d5bcde draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 3febcc9ba3d3717877c36bf96742209012a13ac4-dirty
author | jjohnson |
---|---|
date | Tue, 26 Nov 2019 15:42:14 -0500 |
parents | ad7507073c3f |
children | aaeb63501369 |
comparison
equal
deleted
inserted
replaced
2:9a01840eac52 | 3:18ece3d5bcde |
---|---|
35 <assert_contents> | 35 <assert_contents> |
36 <has_text text="contig_38063" /> | 36 <has_text text="contig_38063" /> |
37 </assert_contents> | 37 </assert_contents> |
38 </output> | 38 </output> |
39 </test> | 39 </test> |
40 <test> | |
41 <param name="contigs_fasta" ftype="fasta" value="contigs.fasta"/> | |
42 <expand macro="test_catdb"/> | |
43 <param name="select_outputs" value="predicted_proteins_faa"/> | |
44 <conditional name="names"> | |
45 <param name="add_names" value="both"/> | |
46 </conditional> | |
47 <param name="summarise" value="classification"/> | |
48 <output name="predicted_proteins_faa"> | |
49 <assert_contents> | |
50 <has_text text=">contig_9952" /> | |
51 </assert_contents> | |
52 </output> | |
53 <output name="orf2lca_names"> | |
54 <assert_contents> | |
55 <has_text text="Listeria" /> | |
56 </assert_contents> | |
57 </output> | |
58 <output name="classification_summary"> | |
59 <assert_contents> | |
60 <has_text text="Listeria" /> | |
61 </assert_contents> | |
62 </output> | |
63 </test> | |
40 </tests> | 64 </tests> |
41 <help><![CDATA[ | 65 <help><![CDATA[ |
42 **CAT contigs** | 66 **CAT contigs** |
43 Classifiy metagenomics contigs. | 67 Classifiy metagenomics contigs. |
44 | 68 |