Skip to content

Commit

Permalink
adjusted association coefficient sensu Jucker-2003
Browse files Browse the repository at this point in the history
  • Loading branch information
mtw committed Jan 30, 2018
1 parent 648a0a3 commit 8ea577e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/crossrates.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
# -*-CPerl-*-
# Last changed Time-stamp: <2017-12-20 09:58:51 mtw>
# Last changed Time-stamp: <2018-01-30 18:54:15 mtw>

use Getopt::Long;
use Data::Dumper;
Expand Down Expand Up @@ -30,7 +30,8 @@
my $BindingBonus=0.;
my $ymlminmap=undef;
my $has_map=0;
my $Aa=600; # association/dissociation rate
my $Aa=170000; # association/dissociation rate sensu Jucker-2003
# (k_2 in table 1 and eq 5)

Getopt::Long::config('no_ignore_case');
pod2usage(-verbose => 1)
Expand Down

0 comments on commit 8ea577e

Please sign in to comment.