This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## ABBA BABA tests | |
## Heath Blackmon | |
## [email protected] | |
## 28 July 2013 | |
## This file has algorithms found in: | |
## Durand, Eric Y., et al. "Testing for ancient admixture between | |
## closely related populations." Molecular biology and evolution | |
## 28.8 (2011): 2239-2252. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
authors: | |
hanzou: | |
name: Hanzou Hattori | |
display_name: Hanzou | |
gravatar: c66919cb194f96c696c1da0c47354a6a | |
email: [email protected] | |
web: http://company.com | |
twitter: company | |
github: hhattori | |
jorgen: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env julia | |
###################################################################### | |
# Overwrite REQUIRE using dependency information from Project.toml. | |
# | |
# Call from the root of the package repository. | |
# | |
# Has some basic sanity checks, but **use at your own risk**, `REQUIRE` | |
# will be overwritten. | |
# | |
# The purpose of this script is to appease attobot, until |