Skip to content

Commit 32961cc

Browse files
committed
updated paper link to gigascience
1 parent 52ca902 commit 32961cc

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ os:
99
julia:
1010
- 1.0
1111
- 1.2
12-
# - nightly
13-
14-
# matrix:
15-
# allow_failures:
16-
# -julia: nightly
12+
- 1.4
1713

1814
notifications:
1915
email: false
@@ -29,9 +25,12 @@ after_script:
2925
- julia -e 'using Pkg, MendelIHT; cd(joinpath(dirname(pathof(MendelIHT)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder()); Coveralls.submit(process_folder())'
3026

3127
jobs:
28+
allow_failures:
29+
- julia: 1.4
30+
- os: windows
3231
include:
3332
- stage: "Documentation"
34-
julia: 1.2
33+
julia: 1.0
3534
os: osx
3635
script:
3736
- julia -e 'using Pkg; Pkg.add("Documenter")'

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ The order of installation is important!
2828

2929
## Citation and Reproducibility:
3030

31-
A preprint of our paper is available on [bioRxiv](https://www.biorxiv.org/content/10.1101/697755v2). If you use `MendelIHT.jl`, please cite:
31+
See our [paper](https://academic.oup.com/gigascience/article/9/6/giaa044/5850823?searchresult=1) for algorithmic details. If you use `MendelIHT.jl`, please cite:
3232

3333
```
34-
Benjamin B. Chu, Kevin L. Keys, Christopher A. German, Hua Zhou, Jin J. Zhou, Janet S. Sinsheimer, Kenneth Lange. Iterative Hard Thresholding in GWAS: Generalized Linear Models, Prior Weights, and Double Sparsity. bioRxiv doi:10.1101/697755
34+
Benjamin B Chu, Kevin L Keys, Christopher A German, Hua Zhou, Jin J Zhou, Eric M Sobel, Janet S Sinsheimer, Kenneth Lange, Iterative hard thresholding in genome-wide association studies: Generalized linear models, prior weights, and double sparsity, GigaScience, Volume 9, Issue 6, June 2020, giaa044, https://doi.org/10.1093/gigascience/giaa044
3535
```
3636

3737
In the `figures` subfolder, one can find all the code to reproduce the figures and tables in our preprint. The `Project.toml` and `Manifest.toml` files can be used together to instantiate the exact same computing environment as was used in our paper. For more information about `.toml` files, please visit Julia's [Pkg documentation](https://docs.julialang.org/en/v1.0/stdlib/Pkg/#Glossary-1).
38+
39+
## Bug fixes and user support
40+
41+
If you encounter a bug or need user support, please open a new issue on Github. Please provide as much detail as possible for bug reports, ideally a sequence of reproducible code that lead to the error.
42+
43+
PRs and feature requests are welcomed!

figures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Paper
22

3-
A preprint of our paper is available on [bioRxiv](https://www.biorxiv.org/content/10.1101/697755v2).
3+
Our paper is available [here](https://academic.oup.com/gigascience/article/9/6/giaa044/5850823?searchresult=1).
44

55
# This folder contains the following:
66

0 commit comments

Comments
 (0)