-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
42 lines (39 loc) · 1.21 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
url: https://mrcieu.github.io/GwasDataImport/
template:
bootstrap: 5
navbar:
left:
- text: "Vignettes"
menu:
- text: List of vignettes
href: articles/index.html
- text: Importing datasets into OpenGWAS
href: articles/import_pipeline.html
- text: Edit existing GWAS meta data
href: articles/edit.html
- text: EBI upload pipeline
href: articles/ebi_workflow.html
- text: Automating liftover
href: articles/liftover.html
- text: Test run for upload system
href: articles/testrun.html
- text: Looking up chromosome and position for large sets of rs IDs
href: articles/get_positions.html
- text: "Functions"
href: reference/index.html
- text: "Changelog"
href: news/index.html
right:
- text: "Source"
href: https://github.com/mrcieu/GwasDataImport
articles:
- title: "Vignettes"
desc: >
The following vignettes provide detailed illustrations of the package. For most uses only the GWAS upload and metadata editing sections will be of interest
contents:
- import_pipeline
- edit
- ebi_workflow
- liftover
- testrun
- get_positions