Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Feb 5, 2019
1 parent 35bf5de commit 263150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function link_jbrowse_tools(){
rm -rf bin
ln -s jbrowse/bin bin
cd jbrowse
./bin/cpanm --notest --local-lib=ext-lib Bio::GFF3::LowLevel::Parser CGI Devel::Size Digest::Crc32 JSON File::Next Hash::Merge Heap::Simple Heap::Simple::Perl Heap::Simple::XS PerlIO::gzip
./bin/cpanm --notest --local-lib=extlib Bio::GFF3::LowLevel::Parser CGI Devel::Size Digest::Crc32 JSON File::Next Hash::Merge Heap::Simple Heap::Simple::Perl Heap::Simple::XS PerlIO::gzip
./bin/cpanm --notest --local-lib=jbrowse/src/perl5 LWP::UserAgent
cd ..
echo "**********************************";
Expand Down

0 comments on commit 263150c

Please sign in to comment.