Skip to content

Commit

Permalink
Revert "Remove hardcoded bioperl"
Browse files Browse the repository at this point in the history
This reverts commit b98c454.
  • Loading branch information
cmdcolin committed Feb 21, 2019
1 parent 942d26a commit d92d0c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ my %WriteMakefileArgs = (
"NAME" => "JBrowse",
"PREREQ_PM" => {
"Bio::Annotation::SimpleValue" => 0,
"Bio::DB::SeqFeature" => 0,
"Bio::FeatureIO" => 0,
"Bio::GFF3::LowLevel" => "1.8",
"Bio::GFF3::LowLevel::Parser" => "1.8",
"Bio::Index::Fasta" => 0,
"Bio::OntologyIO" => 0,
"Bio::Root::Version" => "1.006000",
"Bio::SeqFeature::Annotated" => 0,
"Bio::SeqFeature::Lite" => 0, #< for Bio::DB::BAM
"Carp" => 0,
"Cwd" => 0,
"DBI" => 0,
Expand Down
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ if ! ( perl -MExtUtils::MakeMaker -e 1 >/dev/null 2>&1); then
log_echo "WARNING: Your Perl installation does not seem to include a complete set of core modules. Attempting to cope with this, but if installation fails please make sure that at least ExtUtils::MakeMaker is installed. For most users, the best way to do this is to use your system's package manager: apt, yum, fink, homebrew, or similar.";
fi;
( set -x;
bin/cpanm -v --notest -l extlib/ Bio::Perl@1.7.2 < /dev/null;
bin/cpanm -v --notest -l extlib/ Bio::Perl@1.7.2 < /dev/null;
set -e
bin/cpanm -v --notest -l extlib/ Bio::Perl@1.7.2 < /dev/null;
set -x;
bin/cpanm -v --notest -l extlib/ --installdeps . < /dev/null;
bin/cpanm -v --notest -l extlib/ --installdeps . < /dev/null;
set -e;
Expand Down

0 comments on commit d92d0c0

Please sign in to comment.