-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
66 lines (57 loc) · 854 Bytes
/
.gitignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# misc
.DS_Store
.cache
.local
.vscode
# bash
.bash_history
# Python
*.pyc
.pytest_cache
__pycache__
.python_history
.ipython
.jupyter
# plink
*.error
# R
.rda
.varianceRatio.txt
.Rhistory
database.conf
# sphinx
sphinx-docs/source/_build
sphinx-docs/source/_static
# usecases
*.log
# usecases/LDpred2 tutorial scripts
LDpred2_cache
LDpred2_files
LDpred2.pdf
Rplots.pdf
LDpred2.log
LDpred2.tex
LDpred2.aux
LDpred2.html
*.rds
*.bk
*.sbk
*.error
usecases/LDpred2/EUR.imputed.*
usecases/LDpred2/test.score.*
# PGS demo output
scripts/pgs/pgs_toolkit/QC_data
scripts/pgs/pgs_toolkit/PGS_*
scripts/pgs/pgs_toolkit/output/*
scripts/pgs/pgs_toolkit/logs/*
scripts/pgs/pgs_toolkit/tmp-data/*
scripts/pgs/pgs_toolkit/slurm_job_scripts/*
scripts/pgs/pgs_toolkit/bash_scripts/*
*.eigenval
*.eigenvec
*.cov
# Jupyter+IPython
.cache
.local
.ipython
.jupyter