Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BioPerl incompatibility #2

Open
cjfields opened this issue Nov 26, 2013 · 3 comments
Open

BioPerl incompatibility #2

cjfields opened this issue Nov 26, 2013 · 3 comments

Comments

@cjfields
Copy link

Re: the Bioperl issue, if you can provide a test case or file a bug regarding the errors you have we can try to address them. Thanks!

@lakshwadeep
Copy link

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

@cjfields
Copy link
Author

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.

@wenqingchu
Copy link

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants