-
Notifications
You must be signed in to change notification settings - Fork 46
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
run agat_convert_sp_gff2gtf.pl after conda install #29
Comments
did you create the environment and install agat properly before?
then the command would be |
yes like ; but same error |
Ok you have a Conda env called agat But the error message says that prerequisites (e.g Sort/Naturally.pm) is not installed while they are supposed to be installed by conda. So apparently either you forgot the step3 in which you have to install agat It seems you did a clone of the repo and try to run directly the script without having installed any prerequisite. |
I try to re-install |
thank you so much Juke34 ! |
I have use this command below :
1 - conda activate agat
2 - I'm open a terminal on my gff pathway
3 - perl agat_convert_sp_gff2gtf.pl --gff file.gff -o file.gtf
ERROR : Can't locate Sort/Naturally.pm in @inc (you may need to install the Sort::Naturally module) (@inc contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /home/kali/AGAT/bin/agat_convert_sp_gff2gtf.pl line 7.
BEGIN failed--compilation aborted at /home/kali/AGAT/bin/agat_convert_sp_gff2gtf.pl line 7.
If anyone has an idea what it is
The text was updated successfully, but these errors were encountered: