Scroll to navigation

BP_NEXUS2NH(1p) User Contributed Perl Documentation BP_NEXUS2NH(1p)

NAME

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

SYNOPSIS

 nexus2nh file.nexus > file.nh
 # OR pipe in through STDIN
 cat file.nexus | nexus2nh > file.nh
 # OR specify an output
 nexus2nh -o file.nh file.nexus

DESCRIPTION

Convert Nexus Tree files into Newick/New Hampshire format tree files.
2012-03-02 perl v5.14.2