logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bp_tree2pag - convert Bio::TreeIO parseable format trees to pagel format

Description

       Convert TreeIO parseable files into Pagel format tree files.  Be warned that pagel format only really
       supports a single tree per file so.  Also Pagel parsing is not yet available in bioperl.

perl v5.32.1                                       2021-08-15                                    BP_TREE2PAG(1p)

Name

       bp_tree2pag - convert Bio::TreeIO parseable format trees to pagel format

Synopsis

        bp_tree2pag -if nexus -i file.nexus > file.pag

        # OR pipe in through STDIN, and use newick format instead

        cat file.newick | bp_tree2pag -if newick > file.nh

        # OR specify an output and input

        bp_tree2pag -o file.pag -i file.newick

See Also