Skip to content

Commit

Permalink
FIX alpha passed in the PM1 algorithm was positive
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Jun 10, 2014
1 parent 590090c commit 87285c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastis/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def run_pm1(directory):
os.path.join(directory,
'counts.txt'),
options["chromosomes"],
-1 * options["alpha"],
options["alpha"],
options["beta"],
os.path.join(directory,
'PM1.log'))
Expand Down

0 comments on commit 87285c2

Please sign in to comment.