dcouvin / CRISPRCasFinder

A Perl script allowing to identify CRISPR arrays and associated Cas proteins from DNA sequences
https://crisprcas.i2bc.paris-saclay.fr
GNU General Public License v3.0
82 stars 29 forks source link

Date::Calc perl module not located #18

Closed tushar-ahmed closed 4 years ago

tushar-ahmed commented 4 years ago

d3w@d3w:~/CRISPRCasFinder$ perl CRISPRCasFinder.pl -cf CasFinder-2.0.3 -def General -cas -i install_test/sequence.fasta -out Results_test_install -keep Can't locate Date/Calc.pm in @INC (you may need to install the Date::Calc module) (@INC contains: /home/d3w/miniconda3/envs/crispr/lib/site_perl/5.26.2/x86_64-linux-thread-multi /home/d3w/miniconda3/envs/crispr/lib/site_perl/5.26.2 /home/d3w/miniconda3/envs/crispr/lib/5.26.2/x86_64-linux-thread-multi /home/d3w/miniconda3/envs/crispr/lib/5.26.2 .) at CRISPRCasFinder.pl line 25. BEGIN failed--compilation aborted at CRISPRCasFinder.pl line 25.

d3w@d3w:~/CRISPRCasFinder$ sudo cpanm Date::Calc Date::Calc is up to date. (6.4)

Date::Calc module is already there. Even I tried force reinstalling it. but getting the same error. What I am missing? help please

tushar-ahmed commented 4 years ago

I have solved it.

sorry for inconvenience