view macros.xml @ 6:af40e971a8cc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trycycler commit e9abd8b86133e530d0395d85bca320a1af27a9b6
author iuc
date Tue, 02 Apr 2024 08:29:45 +0000
parents 80a17897564d
children
line wrap: on
line source

<macros>
    <token name="@TOOL_VERSION@">0.5.5</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>