Giter Club home page Giter Club logo

Comments (3)

lakshwadeep avatar lakshwadeep commented on July 22, 2024

There is a TestData directory included, which will show errors if Perl is using BioPerl 1.6.9.

from amphora2.

cjfields avatar cjfields commented on July 22, 2024

Ok, that helps. Based on the error reported in the README it seems like something that changed with Newick parsing. I'll create a ticket and link it here.

from amphora2.

wenqingchu avatar wenqingchu commented on July 22, 2024

I met one error.
perl Scripts/Phylotyping.pl -CPUs 2 > phylotype.result
I typed the command above and got the error message below.
Can't call method "id" on an undefined value at Scripts/Phylotyping.pl line 164, line 1.

159 for my $query (keys %support) {
160 $output .= "$query\t$marker";
161 for my $edge (keys %{$support{$query}}) {
162 my @Lineage = $tree_functions->get_lineage_nodes($ref_taxon{$edge});
163 for my $taxon (@Lineage, $ref_taxon{$edge}) {
164 $confidence{$query}{$taxon->id} += $support{$query}{$edge};
165 }
166 }

from amphora2.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.