Mercurial > repos > ufz > phabox_tree
diff tree.xml @ 1:ffeed1c58086 draft default tip
planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/tools/phabox commit 52385539f64c4e46c2e8953588efa3ea01bb99fd
| author | ufz |
|---|---|
| date | Wed, 16 Apr 2025 09:43:42 +0000 |
| parents | daaab891f936 |
| children |
line wrap: on
line diff
--- a/tree.xml Tue Nov 12 09:31:43 2024 +0000 +++ b/tree.xml Wed Apr 16 09:43:42 2025 +0000 @@ -20,22 +20,22 @@ </inputs> <outputs> <collection name="marker_genes" format="fasta" type="list"> - <discover_datasets pattern="finded_marker_(?P<designation>.+)_conbined_db.fa" directory="output/final_prediction/tree_supplementary"/> + <discover_datasets pattern="found_marker_(?P<designation>.+)_combined_db.fa" directory="output/final_prediction/tree_supplementary"/> </collection> </outputs> <tests> <test expect_num_outputs="1"> <param name="dbdir" value="phaboxdb"/> - <param name="contigs" value="example_contigs.fa"/> + <param name="contigs" value="example_contigs.fa" location="https://github.com/KennthShang/PhaBOX/releases/download/v2/example_contigs.fa"/> <output_collection name="marker_genes" count="2"> <element name="portal"> <assert_contents> - <has_text text=">" n="4176"/> + <has_text text=">" n="4281"/> </assert_contents> </element> <element name="terl"> <assert_contents> - <has_text text=">" n="4570"/> + <has_text text=">" n="4672"/> </assert_contents> </element> </output_collection>
