-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I installed the software through CPAN
I tried to run the software with:
mashtree *.fasta --numcpus 12 --min-depth 0 > mashtree.dnd
while I always got this error:
------------- EXCEPTION: Bio::Root::Exception -------------
MSG: parse error: expected ; or ) or ,
STACK: Error::throw
STACK: Bio::Root::Root::throw /home/zhangbin/bin/../lib/perl5/Bio/Root/Root.pm:449
STACK: Bio::TreeIO::NewickParser::parse_newick /home/zhangbin/bin/../lib/perl5/Mashtree/../Bio/TreeIO/NewickParser.pm:204
STACK: Bio::TreeIO::newick::next_tree /home/zhangbin/bin/../lib/perl5/Mashtree/../Bio/TreeIO/newick.pm:144
STACK: Mashtree::createTreeFromPhylip /home/zhangbin/bin/../lib/perl5/Mashtree.pm:337
STACK: main::main /home/zhangbin/bin/mashtree:149
STACK: /home/zhangbin/bin/mashtree:37
thoughts?