Skip to content

Instantly share code, notes, and snippets.

@binshengliu
Created April 6, 2020 08:55
Show Gist options
  • Select an option

  • Save binshengliu/030d088c8fed06434a3de21e93df2bb0 to your computer and use it in GitHub Desktop.

Select an option

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
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