Provided by: bioperl_1.6.924-3_all 

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
DESCRIPTION
Convert Nexus Tree files into Newick/New Hampshire format tree files.
perl v5.20.2 2015-10-23 BP_NEXUS2NH(1p)