-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpostBuild
31 lines (30 loc) · 2.42 KB
/
postBuild
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
jupyter contrib nbextension install --user
jupyter nbextension enable codefolding/main
jupyter labextension install jupyterlab_3dmol
mkdir resources
cd resources
mkdir mmtf_full_sample
cd mmtf_full_sample
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00000
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00001
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00002
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00003
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00004
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00005
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00006
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_full_sample/part-00007
cd ..
mkdir mmtf_reduced_sample
cd mmtf_reduced_sample
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00000
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00001
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00002
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00003
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00004
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00005
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00006
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00007
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00008
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00009
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00010
curl -O https://raw.githubusercontent.com/sbl-sdsc/mmtf-pyspark/master/resources/mmtf_reduced_sample/part-00011