Mercurial > repos > iuc > trycycler_subsample
view macros.xml @ 5:2628f6790eda draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trycycler commit 6f7d090f3c68336bace91ab1fe4f9c1163d943db
author | iuc |
---|---|
date | Wed, 29 Mar 2023 20:23:41 +0000 |
parents | 05bd7504fdb2 |
children | 6bfab4a4a988 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">0.5.4</token> <token name="@PIPELINE@"> **Trycycler pipeline** :: Trycycler subsample: make maximally-independent read subsets of an appropriate depth. ⬇ Trycycler cluster: carries out complete-linkage clustering of all contig sequences. ⬇ Trycycler reconcile/msa: reconcile the contigs within each cluster and perform a multiple sequence alignment. ⬇ Trycycler partition: split the reads between the different clusters. ⬇ Trycycler consensus: generate a consensus contig sequence for each cluster. </token> <xml name="edam_ontology"> <edam_topics> <edam_topic>topic_0196</edam_topic> </edam_topics> <edam_operations> <edam_operation>operation_0525</edam_operation> </edam_operations> </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">trycycler</requirement> </requirements> </xml> <xml name="citations"> <citations> <citation type="bibtex"> @misc{githubTrycycler, author = {Ryan, Wick}, year = {2020}, title = {Trycycler}, publisher = {GitHub}, journal = {GitHub repository}, url = {https://github.com/rrwick/Trycycler}, } </citation> </citations> </xml> </macros>