Skip to content

Commit 9879fa7

Browse files
committed
bug fix
1 parent 5b9c4bf commit 9879fa7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/RAILS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use strict;
2424
use Getopt::Std;
2525
use Net::SMTP;
2626
use vars qw($opt_f $opt_s $opt_d $opt_i $opt_e $opt_l $opt_a $opt_v $opt_b $opt_t $opt_p $opt_q $opt_g);
27-
getopts('f:s:d:e:l:a:v:b:t:p:i:q:');
27+
getopts('f:s:d:e:l:a:v:b:t:p:i:q:g:');
2828
my ($base_name,$anchor,$seqid,$insert_stdev,$min_links,$max_link_ratio,$grace,$verbose)=("",1000,0.9,1.0,1,0.99,1,0,);
2929

3030
my $version = "[v1.4]";

tarball/rails_v1-4.tar.gz

18 Bytes
Binary file not shown.

versions/RAILS_v1.4/RAILS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use strict;
2424
use Getopt::Std;
2525
use Net::SMTP;
2626
use vars qw($opt_f $opt_s $opt_d $opt_i $opt_e $opt_l $opt_a $opt_v $opt_b $opt_t $opt_p $opt_q $opt_g);
27-
getopts('f:s:d:e:l:a:v:b:t:p:i:q:');
27+
getopts('f:s:d:e:l:a:v:b:t:p:i:q:g:');
2828
my ($base_name,$anchor,$seqid,$insert_stdev,$min_links,$max_link_ratio,$grace,$verbose)=("",1000,0.9,1.0,1,0.99,1,0,);
2929

3030
my $version = "[v1.4]";

0 commit comments

Comments
 (0)