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

ran into erro #2

Open
Huanle opened this issue Dec 18, 2016 · 2 comments
Open

ran into erro #2

Huanle opened this issue Dec 18, 2016 · 2 comments
Assignees
Labels

Comments

@Huanle
Copy link

Huanle commented Dec 18, 2016

Hi guylenard:
I ran into this error when running orthomcl_groups_analysis.pl.

'Retreiving: Family1 with 1215 sequences
Can't call method "seq" on an undefined value at ../orthomcl_tools/orthomcl_groups_analysis.pl line 204, <$_[...]> line 61419.'

I used this command:
perl ../orthomcl_tools/orthomcl_groups_analysis.pl -o dollopinput -g groups.txt -p compliantFasta/goodProteins.fasta -a Presence_Absense.grid.txt -c tally.grid -f compliantFasta/

Can you help me out of this?
Thanks a lot for your help and for developing this utility.

Kind Regards,
Huanlee

@guyleonard guyleonard self-assigned this Dec 19, 2016
@guyleonard guyleonard added the bug label Dec 19, 2016
@guyleonard
Copy link
Owner

guyleonard commented Dec 19, 2016

Try writing your command as:
perl ../orthomcl_tools/orthomcl_groups_analysis.pl -o dollopinput -g groups.txt -p compliantFasta/goodProteins.fasta -a -c -f compliantFasta/

Other than that, it's hard to tell what the problem might be without the data - at that point in the script it is trying to retrieve fasta seqs from your compliantFasta directory - so I wonder if you have either extra information in one of your files or a wrong number somewhere...?

The two to double check are the dollopinput and the groups.txt to make sure they are correct

@Huanle
Copy link
Author

Huanle commented Jan 1, 2017

Hi guyleonard, Thanks for your suggestion.

After I ran
perl orthomcl_tools/orthomcl_groups_analysis.pl -o dollopinput -g groups.txt -p compliantFasta/goodProteins.fasta -a -c -f compliantFasta/

i got the same error.

Can't call method "seq" on an undefined value at orthomcl_tools/orthomcl_groups_analysis.pl line 204, <$fh> line 1181.

....

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

No branches or pull requests

2 participants