Mercurial > repos > jjohnson > contig_annotation_tool
diff 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 |
line wrap: on
line diff
--- a/cat_contigs.xml Mon Nov 25 15:09:24 2019 -0500 +++ b/cat_contigs.xml Tue Nov 26 15:42:14 2019 -0500 @@ -37,6 +37,30 @@ </assert_contents> </output> </test> + <test> + <param name="contigs_fasta" ftype="fasta" value="contigs.fasta"/> + <expand macro="test_catdb"/> + <param name="select_outputs" value="predicted_proteins_faa"/> + <conditional name="names"> + <param name="add_names" value="both"/> + </conditional> + <param name="summarise" value="classification"/> + <output name="predicted_proteins_faa"> + <assert_contents> + <has_text text=">contig_9952" /> + </assert_contents> + </output> + <output name="orf2lca_names"> + <assert_contents> + <has_text text="Listeria" /> + </assert_contents> + </output> + <output name="classification_summary"> + <assert_contents> + <has_text text="Listeria" /> + </assert_contents> + </output> + </test> </tests> <help><![CDATA[ **CAT contigs**