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

Install problems.. #23

Closed
zacforsman opened this issue Sep 3, 2017 · 4 comments
Closed

Install problems.. #23

zacforsman opened this issue Sep 3, 2017 · 4 comments

Comments

@zacforsman
Copy link

I'm having trouble installing the perl modules on my Ubuntu server following your instructions.. I tried several alternative ways of installing the perl modules and many of them worked but the script won't run. I second Jon's suggestion of a miniconda installation... I've been fighting with this for hours. Thanks. -Zac

@zacforsman
Copy link
Author

On Ubuntu, the packages wouldn't install with cpan Perl::Module, instead cpan install VCF (all caps) worked for all modules. However when I run
rad_haplotyper.pl I get the following error:

Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Undefined value assigned to typeglob at /usr/lib/x86_64-linux-gnu/perl5/5.22/List/MoreUtils.pm line 94.
Could not find sub 'uniq' exported by List::MoreUtils at /home/z/programs/rad_haplotyper.pl line 8.
BEGIN failed--compilation aborted at /home/z/programs/rad_haplotyper.pl line 8.

According to the perl documentation:

Undefined value assigned to typeglob
        (W misc) An undefined value was assigned to a typeglob, a la "*foo =
        undef". This does nothing. It's possible that you really mean "undef
        *foo".

Any suggestions on how to install would be most welcome. -Zac

@chollenbeck
Copy link
Owner

Hi Zac,

What errors did you get when you tried to install the modules with cpan? I don't think I've had a problem with these particular modules on Ubuntu. For example, what error do you get when you run:

cpan List::MoreUtils

@zacforsman
Copy link
Author

zacforsman commented Sep 4, 2017 via email

@chollenbeck
Copy link
Owner

Great - glad you got it to work.

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

2 participants