Mercurial > repos > iuc > trycycler_subsample
view macros.xml @ 3:6015aa0303f2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trycycler commit ab252d84772e94d522b4d436a11dc31b3a4d6712"
author | iuc |
---|---|
date | Tue, 19 Oct 2021 08:29:40 +0000 |
parents | cb4768eeca3b |
children | 05bd7504fdb2 |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">0.5.1</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>