Skip to content

Commit

Permalink
update download links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
biona001 committed Mar 29, 2024
1 parent dafef04 commit ae7d4b9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/src/man/download.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"\n",
"## Software\n",
"\n",
"| Operating System | v0.1.1 (March 4th, 2024) |\n",
"| Operating System | v0.1.2 (March 28th, 2024) |\n",
"| :--- | :----: |\n",
"| Linux 64-bit | [Download](https://github.com/biona001/GhostKnockoffGWAS/releases/tag/v0.1.1) |\n",
"| Linux 64-bit | [Download](https://github.com/biona001/GhostKnockoffGWAS/releases/tag/v0.1.2) |\n",
"\n",
"After unzipping, the executable will be located inside `bin/GhostKnockoffGWAS`. We recommend adding the folder containing the `GhostKnockoffGWAS` executable to `PATH` for easier access."
]
Expand All @@ -36,15 +36,15 @@
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.9.1",
"display_name": "Julia 1.9.4",
"language": "julia",
"name": "julia-1.9"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.1"
"version": "1.9.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/src/man/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Here is the main downloads page. New software and pre-processed knockoff data wi

## Software

| Operating System | v0.1.1 (March 4th, 2024) |
| Operating System | v0.1.2 (March 28th, 2024) |
| :--- | :----: |
| Linux 64-bit | [Download](https://github.com/biona001/GhostKnockoffGWAS/releases/tag/v0.1.1) |
| Linux 64-bit | [Download](https://github.com/biona001/GhostKnockoffGWAS/releases/tag/v0.1.2) |

After unzipping, the executable will be located inside `bin/GhostKnockoffGWAS`. We recommend adding the folder containing the `GhostKnockoffGWAS` executable to `PATH` for easier access.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"Proceed to the [Downloads page](https://biona001.github.io/GhostKnockoffGWAS/dev/man/download) and download (1) the software as well as (2) a pre-processed knockoff dataset suitable for your analysis, e.g.\n",
"```shell\n",
"wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.1/app_linux_x86.tar.gz\n",
"wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.2/app_linux_x86.tar.gz\n",
"wget https://zenodo.org/records/10433663/files/EUR.zip\n",
"```\n",
"Next, unzip the files in linux command line via:\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page collect examples of running the ghost knockoff pipeline. We will cover

Proceed to the [Downloads page](https://biona001.github.io/GhostKnockoffGWAS/dev/man/download) and download (1) the software as well as (2) a pre-processed knockoff dataset suitable for your analysis, e.g.
```shell
wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.1/app_linux_x86.tar.gz
wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.2/app_linux_x86.tar.gz
wget https://zenodo.org/records/10433663/files/EUR.zip
```
Next, unzip the files in linux command line via:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"\n",
"1. Go to [Download Page](https://biona001.github.io/GhostKnockoffGWAS/dev/man/download) and download (1) the software and (2) the pre-processed LD files. For example,\n",
"\n",
" wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.1/app_linux_x86.tar.gz\n",
" wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.2/app_linux_x86.tar.gz\n",
" wget https://zenodo.org/records/10433663/files/EUR.zip\n",
"2. Unzip them both:\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Most users are expected to follow this workflow. Detailed explanations for each

1. Go to [Download Page](https://biona001.github.io/GhostKnockoffGWAS/dev/man/download) and download (1) the software and (2) the pre-processed LD files. For example,

wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.1/app_linux_x86.tar.gz
wget https://github.com/biona001/GhostKnockoffGWAS/releases/download/v0.1.2/app_linux_x86.tar.gz
wget https://zenodo.org/records/10433663/files/EUR.zip
2. Unzip them both:

Expand Down

0 comments on commit ae7d4b9

Please sign in to comment.