File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package :
22 name : squeezemeta
3- version : ' 1.5.0post1 '
3+ version : ' 1.5.0post2 '
44
55source :
66 git_url : https://github.com/jtamames/squeezemeta.git
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sub get_host {
55 my @hosts = (" http://silvani.cnb.csic.es" , " http://andes.cnb.csic.es" );
66 my @goodhosts ;
77 for my $host (@hosts ) {
8- my $ecode = system (" wget -O/dev/null -q $host /SqueezeMeta/SQMhere" );
8+ my $ecode = system (" wget -T10 -t1 -O/dev/null -q $host /SqueezeMeta/SQMhere" );
99 if (!$ecode ) { push (@goodhosts , $host ); }
1010 }
1111 if (!@goodhosts ) { die " No host could be reached!" }
Original file line number Diff line number Diff line change 66use Cwd ' abs_path' ;
77my $databasedir =abs_path($ARGV [0]);
88
9- if (!$databasedir ) { die " Usage: perl install_nodb .pl <database dir>\n " ; }
9+ if (!$databasedir ) { die " Usage: perl configure_nodb .pl <database dir>\n " ; }
1010print (" Make sure that $databasedir contains all the database files (nr.dmnd, etc...)\n\n " );
1111
1212
Original file line number Diff line number Diff line change 66use Cwd ' abs_path' ;
77my $databasedir =abs_path($ARGV [0]);
88
9- if (!$databasedir ) { die " Usage: perl install_nodb .pl <database dir>\n " ; }
9+ if (!$databasedir ) { die " Usage: perl configure_nodb_alt .pl <database dir>\n " ; }
1010print (" Make sure that $databasedir contains all the database files (nr.dmnd, etc...)\n\n " );
1111
1212
You can’t perform that action at this time.
0 commit comments