Skip to content

Commit 648599c

Browse files
committed
Merge branch 'master' of https://github.com/timeu/gwas-lecture
pull
2 parents 36c8310 + 274e292 commit 648599c

9 files changed

+4834
-14
lines changed

Lecture-0-Setup-of-Python-Environment.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,27 @@
4343
"## Create a conda environment and install limix, jupyter notebook\n",
4444
"\n",
4545
"```bash\n",
46-
"$ conda create -n gwas python=2.7 anaconda\n",
47-
"$ source activate gwas\n",
48-
"$ conda install -c conda-forge limix\n",
49-
"$ conda install jupyter\n",
46+
"$ git clone https://github.com/timeu/gwas-lecture.git \n",
47+
"$ # or download archive from and extract it from https://github.com/timeu/gwas-lecture/archive/master.zip\n",
48+
"$ cd gwas-lecture\n",
49+
"$ conda env create -f environment.yml\n",
5050
"```\n",
5151
"\n",
5252
"## Start jupyter notebook\n",
5353
"\n",
5454
"```\n",
55+
"$ source activate gwas-lecture\n",
5556
"$ jupyter notebook\n",
5657
"```\n",
5758
"Open link that is displayed in terminal in browser \n"
5859
]
60+
},
61+
{
62+
"cell_type": "code",
63+
"execution_count": null,
64+
"metadata": {},
65+
"outputs": [],
66+
"source": []
5967
}
6068
],
6169
"metadata": {

0 commit comments

Comments
 (0)