Created
April 6, 2020 08:55
-
-
Save binshengliu/030d088c8fed06434a3de21e93df2bb0 to your computer and use it in GitHub Desktop.
Solve `Can't locate DB_File.pm in @INC` when running ROUGE-1.5.5.pl without conda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conda config --append channels bioconda | |
| conda install perl perl-db-file perl-xml-parser perl-libwww-perl # This will install tons of packages | |
| sed -i '1 s/perl.*/env perl/' ~/.files2rouge/ROUGE-1.5.5.pl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment