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

Issue on installing Biotoolbox #16

Open
marissa97 opened this issue Apr 4, 2023 · 1 comment
Open

Issue on installing Biotoolbox #16

marissa97 opened this issue Apr 4, 2023 · 1 comment

Comments

@marissa97
Copy link

marissa97 commented Apr 4, 2023

Hello,

I am trying to download Bio::ToolBox
It looks like it is now downloaded, however when i run: perl ucsc_table2gff3.pl -f refgene -d hg19
it delivers an error:

Can't locate Bio/ToolBox.pm in @INC (you may need to install the Bio::ToolBox module) (@INC contains: /home/marissa/miniconda3/lib/perl5/5.32/site_perl /home/marissa/miniconda3/lib/perl5/site_perl /home/marissa/miniconda3/lib/perl5/5.32/vendor_perl /home/marissa/miniconda3/lib/perl5/vendor_perl /home/marissa/miniconda3/lib/perl5/5.32/core_perl /home/marissa/miniconda3/lib/perl5/core_perl .) at ucsc_table2gff3.pl line 9.
BEGIN failed--compilation aborted at ucsc_table2gff3.pl line 9.

Can you please tell me what is wrong ?
Thank you!

@tjparnell
Copy link
Owner

Hello,
Based on your error, the package is not installed properly. Did you run the Build script, or go through a Perl package manager such as cpan, cpanm, or cpanp? For more details look at the Advanced Install documentation.

As of this writing, the current version here on GitHub is considerably different (and mostly incompatible) with the released versions on CPAN, but is stable.

The ucsc_table2gff3.pl script is pretty old and I've had to strip out modern incompatibilities. You can also use the get_features.pl script, with the appropriate flags, if you're looking to simply convert annotation formats.

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