Skip to content

Commit

Permalink
update selscan to 1.1.0b
Browse files Browse the repository at this point in the history
Note from the author: "If you wish to include low frequency variants in the construction of your haplotypes use --keep-low-freq."
https://github.com/szpiech/selscan/releases/tag/1.1.0b
  • Loading branch information
tomkinsc committed Jun 20, 2016
1 parent 6ad9fbc commit dd03752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tools/selscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from boltons.timeutils import relative_time
import numpy as np

tool_version = '1.1.0a'
tool_version = '1.1.0b'
url = 'https://github.com/szpiech/selscan/archive/{ver}.zip'

log = logging.getLogger(__name__)
Expand Down

0 comments on commit dd03752

Please sign in to comment.