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_nexus2nh - convert nexus format trees (from PAUP* and MrBayes) to new hampshire

Description

       Convert Nexus Tree files into Newick/New Hampshire format tree files.

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

Name

       bp_nexus2nh - convert nexus format trees (from PAUP* and MrBayes) to new hampshire

Synopsis

        bp_nexus2nh file.nexus > file.nh

        # OR pipe in through STDIN

        cat file.nexus | bp_nexus2nh > file.nh

        # OR specify an output

        bp_nexus2nh -o file.nh file.nexus

See Also