From 23fa59e292744b7f73b25c37e7b7020cc6fef8da Mon Sep 17 00:00:00 2001 From: hjulienne <hanna.julienne@gmail.com> Date: Sat, 24 Nov 2018 10:56:25 +0000 Subject: [PATCH] reconfigure repo file tree --- jass_preprocessing/__init__.py | 18 ++ .../__pycache__/__init__.cpython-35.pyc | Bin 0 -> 569 bytes .../__pycache__/compute.cpython-35.pyc | Bin 0 -> 2315 bytes .../__pycache__/compute_score.cpython-35.pyc | Bin 0 -> 2321 bytes .../__pycache__/dna_utils.cpython-35.pyc | Bin 0 -> 759 bytes .../__pycache__/map_gwas.cpython-35.pyc | Bin 0 -> 4472 bytes .../__pycache__/map_reference.cpython-35.pyc | Bin 0 -> 4295 bytes .../__pycache__/save_output.cpython-35.pyc | Bin 0 -> 1770 bytes .../compute.py => compute_score.py} | 0 .../{jass_preprocessing => }/dna_utils.py | 0 jass_preprocessing/doc/Makefile | 20 --- .../jass_preprocessing.compute_score.rst | 10 -- .../jass_preprocessing.dna_utils.rst | 10 -- .../jass_preprocessing.map_gwas.rst | 22 --- .../jass_preprocessing.map_reference.rst | 10 -- .../_autosummary/jass_preprocessing.rst | 57 ------ .../jass_preprocessing.save_output.rst | 22 --- .../doc/source/_autosummary/modules.rst | 8 - jass_preprocessing/doc/source/conf.py | 169 ------------------ jass_preprocessing/doc/source/index.rst | 101 ----------- .../jass_preprocessing/__init__.py | 18 -- .../__pycache__/__init__.cpython-35.pyc | Bin 625 -> 0 bytes .../{jass_preprocessing => }/map_gwas.py | 0 .../{jass_preprocessing => }/map_reference.py | 0 .../{jass_preprocessing => }/requirements.txt | 0 .../{jass_preprocessing => }/save_output.py | 0 .../main_preprocessing.py | 0 jass_preprocessing/setup.py => setup.py | 0 28 files changed, 18 insertions(+), 447 deletions(-) create mode 100644 jass_preprocessing/__init__.py create mode 100644 jass_preprocessing/__pycache__/__init__.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/compute.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/compute_score.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/dna_utils.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/map_gwas.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/map_reference.cpython-35.pyc create mode 100644 jass_preprocessing/__pycache__/save_output.cpython-35.pyc rename jass_preprocessing/{jass_preprocessing/compute.py => compute_score.py} (100%) rename jass_preprocessing/{jass_preprocessing => }/dna_utils.py (100%) delete mode 100644 jass_preprocessing/doc/Makefile delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.compute_score.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.dna_utils.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_gwas.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_reference.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/jass_preprocessing.save_output.rst delete mode 100644 jass_preprocessing/doc/source/_autosummary/modules.rst delete mode 100644 jass_preprocessing/doc/source/conf.py delete mode 100644 jass_preprocessing/doc/source/index.rst delete mode 100644 jass_preprocessing/jass_preprocessing/__init__.py delete mode 100644 jass_preprocessing/jass_preprocessing/__pycache__/__init__.cpython-35.pyc rename jass_preprocessing/{jass_preprocessing => }/map_gwas.py (100%) rename jass_preprocessing/{jass_preprocessing => }/map_reference.py (100%) rename jass_preprocessing/{jass_preprocessing => }/requirements.txt (100%) rename jass_preprocessing/{jass_preprocessing => }/save_output.py (100%) rename main_preprocessing.py => scripts/main_preprocessing.py (100%) rename jass_preprocessing/setup.py => setup.py (100%) diff --git a/jass_preprocessing/__init__.py b/jass_preprocessing/__init__.py new file mode 100644 index 0000000..57bc151 --- /dev/null +++ b/jass_preprocessing/__init__.py @@ -0,0 +1,18 @@ +""" + +.. autosummary:: + :toctree: _autosummary + + map_gwas + dna_utils + map_reference + compute_score + save_output +""" + + +import jass_preprocessing.map_gwas +import jass_preprocessing.dna_utils +import jass_preprocessing.map_reference +import jass_preprocessing.compute_score +import jass_preprocessing.save_output diff --git a/jass_preprocessing/__pycache__/__init__.cpython-35.pyc b/jass_preprocessing/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d593f31ca6119fd2a99bab2ed0dd6ca4c0496e4 GIT binary patch literal 569 zcmZusJxjzu5Zxr_ovdDCVdEibuQ2I@h=N#H$U(X&49jM`OGvU|Ka{iZZ}=PhOKGkA z2V&)#<1|OI%Rb(`x6I5to=)l8?Cbv8A>@N}j%)d)ed@+SN=RbSA*o9Wha~QndmTRN z@VyQnx7;Q1+<SSYGzffVv{0rjnOsK^_3eqY;94R^K6FgldL^r2`OH*Xq!k0Bvtm>I zS`r^oV#TrbxhQL+5fm44qbT--AdI#${j^!g-F(ta08+sLl9QY%1+~Ol3XV!;)iT%) zY>xV7GV5!>-%^P`;O;Cr_+w}3<aD4%C&W9EBb%ay?}u<DN(@)IDKf08a3MvGT!*(; paSRKIXaBLne%m1lAgeMB5Y+2t|GX5bDe&UJ4ph{_*gJGK_Xo~fugL%a literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/compute.cpython-35.pyc b/jass_preprocessing/__pycache__/compute.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6143719cf9e4ea38523e6e01677e2867371e4c3c GIT binary patch literal 2315 zcmaJ?Pj4Gl5T9NDcbqzZoF-{QS*jr63X-M=1Xa|gRONsmlp2AwJ(!JmZSQvdcKhCQ z+PJZhC`ZJF3txc~-+*tx7uX|6m2%^Pgt(O7Jlkn1D4XoOnR)YO=FQG;e13ku`s>@j z+`myF`kl@^Huycf>T3`m{}#nWt~KLra&t32Pf>x~;!G@&Tbl7@iYnw*XW|^WwHZH8 z(K&MK<iphh`S6yfZxLdV`~vw!!!L2%R<m@1Bxt|aHP5q~9gAf=oMj&GZM^CS5SSkm zMMMvZBsWQ06xl|Tqo)>)EfVi@z!x^3y|96P9cirjHCmk-*GT6%7l_|j#<D=VNKuKR zGCT20I8vskHd`E9)L>nO*3DX_U5Ksb{OGHygXeZKNQXLbMyiv@z&Z5dVc>YecU0ID zJI2KGeMk2L2L>`wX(Iek^dQB<fpBzU_6EI2o^pIodtK=b0&_02Mw$KTy&fun=Z~8w zRV*iEkkQWP@OOH|F=re<36!|3;aO-e6i(3X1|1eTkeg4D+X>g$t#EGbZXBj=wKK`z zZ;!&io<D!yyZ+tP-@ZS(bE8?wN|Tc+vqhTa`HbXGlU2XqOWu((kx)OBI<u8>^PPTp z&CP|X+qAQSxz9AvA+q?1<T;%E`~G%683fz?Xc&iq5ZiZU5@CD$qg$<3`>qV$NoCRr zltP8JBTuPzDue%5O)s#O9%c0@-yXHi*O)^@wE#lJy0v20txI;!s@T_T$;wWSckpmo zPy6j%T=AuTyJ-3fZI&bP?4>qCTb;Jto(zpJ>&w+~ekSMX;<!M^kPFlR9I&i4*xQec ziBk_~$Wwk#{>;E(8J#*~)*9$cZbASP+;Zb0d%5=tFD2TOf6fjA#uG0^#QrZYzy#op zrk`NKApF?CE2`2{BKfhUp`0TqnW-@Y<8_9}L{*upcC{G-Kn(WGsXFgO3+%^-H=D*q z(u;Ilq{g_!d$^N7N4t87qGh(Sbc3Q5bN};G8m;n1o#TyxQlzj(!1QqmYRmEwa-Fey z4A8<qa)HGKitzQOd2En>&KRM7uaRFjsdI*0&`TzZ5<Mu;`j|{esIYOKW`UvB@UieJ zAFbx%erAa*FFKye3W8B6i)byNBgpby89Y2;_>As-km$bC@&;)fU`mW8<Dzxvt%E>& zO~=C&8H5G_*By1nsvE{SkY;pvLL}Nbz{xZPj{MPP3#f9GNS(gtWBfRw=!PQ1Tsq_7 z#N}*WARg&H9&J9kI^Lcn)8=H_eyFqz4~9BSMEl9kcq<jX(VP3N{ksU*<r#OzrE{9p zb?3=g@^l$(8e6Z6WM6ICd|j4cEEkz9F<EA^!lVJ>=03Ugp=4xA9(Y+H#7O97IZqsA zxq<gMD`U`@8)oH4o)jpH%JR&))ijWuK<F?I+@dd&RCrkdx>hU8rLlH%ofwXkP;Qy; zn#PHiYaB8kD&e^$@9|+AiXbcEvI9?J4SPcwxFzKs2H@cgUqNRD)%VgM%f(5jS(Wqb zVbKr0o=B7qJMC@~`+;-|T6!UZ4vzNSyc!Pn-4b%S?Ww@64355R>pp%H+%hJe;W9hj z$!tXCX*nTvzW?%Uv`va{KGh{`sP{k!qpfCdSPRxX#@vQ=#k@S~R;;EqZ?9QZ^XI@~ z$y%^4Sj*NbsJw!+&1JWk;s*;&Yo|UMcQ{CoCPm-)_XOVZh1W)J#44+tvTnh!k`r?0 zR3}W2wv_fXU|<$m<BgIEyn{pvd6}g}l$J{$hX)wl%pnc4$~Ukt9VR@cO_FEIVG3hv cQr;aT{xA-1aN8+vqMB8+P>RWG7wy{eKb#>!?f?J) literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/compute_score.cpython-35.pyc b/jass_preprocessing/__pycache__/compute_score.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8061951fbd3e205cc5542110f65e84ea39a857f5 GIT binary patch literal 2321 zcmaJ?&2Jk;6o0$^cAPpN&Q}}Cf>OW;lBNd)Rn(?b<$xfR8iBMN%*4C4ce|e5&WzK> zjfF%xA}(C`7dY`B@E`CG%n_tYxp6^4T*`08agqwkCi~{ioA)(u-|u;OcDDNKTfcmH zqeApMoqJsHyLjc-AOZdzN{D=C%Dd#}rhJ~_0{O-1wnTnu%9kmwkYAl{XUMNj`B{oD zkYA?&uI4C!w>*7|5c3oiC@5Nf!NhGfOUFop_Ih3WJiXa*%pQ-)GLQE*UikwE)Q^Z_ zqWeV>8>AeHT`S4a6NknQ@%K!?Go4S*bRb_t8mmE#R!)>_r1B;gY`<}=W`R_Z;u6JW z<0L4-q)bm-qjBU=!^kSMX4fk1VB2cWj=rjTcy6bIY^XwSBs-}Hy#tmELyz&mlTnXv zTNM@rp6Z7l6htVqlm`*-VV4XC+*7GN8}uGB=><%&u3&@E+G%H`-B0fIPysxD+&r#g zIWB{Ywm*ZvQxnhHctILU{;Gm!u2{squ-gqgW@`fZ`3$)on;Pqi$*tW@qRg*$Ciw^L zQS{fdXU}@qzq|U|_lI|GG%LC^v6R~7na&#<VLpwner_&#M~GBF{6Hw}O6li2{pgy` zMY7v;b-~`pp9DHU7C(`ggYDmJtDg?St$sXAqLA~gyCRKoy!GL&R;ztigl}ge?SxXI zLR&GDvYm<W|3xPkXxsX4W{0{ym5e5`8N`()I2G&8l3RB!yE&)gUUS6)WSyKj!DEVh z+I8>XqR(~RCEHzSwjA-N&ovvG>$LH9MPxVA?pzt?r~5oz8W-pY`vNrp3M{J)<LyU- zj8hM2%Ts<={A}Q3_UP9sv)Vv^npOln!7Vl}887!<;H5;n;?Jouz&!C%MC||a0%QQ> zX#EK?EY6QC$l@wJArc=s3c?wJ&@eT_KzYpoWg@Dah<2161;7o?tX18d#B;_^0B<gh zi=^i1s7Q@*$(-R%!3^!F1&SAqmZKUJFWLJqpU`;49Mny`F|djhRtd;HDnaZx0Ya`B z#2x{<@Q+-eagkzty^}oFDY#&jP`{TbsN2*{hNhsGZ5AcEU!b)y*^m(7V40?YAy)7) z_aYyy=KP*^xX$wqle)kS7DW-Q1&o9`-xcA5V*{emz4ueq_gZX_B_U?TXfiZfciz|! z6>EA7vt$ri99;M0IjwG#s8HAe!Z=Trw-3uK1Db--Mhn>TB+tA)3owMdh<76%VLF}j zaO|6G&Tx-(AB{F1Umb5vl4+Y{+Ce0hi1vpnN_qS7_INYnz0sAu*4|wN?3zh;&ZT#n z)OGLiSeO|z+OWE;i)3G{+I(4<aV8cGX&AC($ciD$AUgN)tq+6&u)t3l=|Y6T(A7D{ z4|Q(99_cd1jlH2RKV*WVEK=tUr>j{gIw4n466#_g(u^}*fUMQhxhzqBu9Lu#<kByj zyJktM#6=S$A4#Z|*rS6a;;_YK2TWm&dP5QVCCLs#@NkB&pmag@Sr+PCl6IO^QHKYA zK8RS4r&2|ob~jCeQ0RgZEJD!1;hvwD!@-_kLN2$N4E@UB@Qb$U<CnoNW8PU#yV<sO z5!sBb37I#!Elx+<r1<tzUB-cY7lbg{YVNu-=geZvtvhep*NnO)r|HbPt4`JadC*vJ z=G=?UqO$@juEDmssEZkXw$QY07NBv5gY0lp^!0zw;mv@vHhLqGx^l)AEGu4tJ3S*i zQFgc~6;ptLUBoO7P`{Avr-F;ujoLg)Yf7I)`xxDZLmGA!ui;!=F~p2%o8-B2*uvPF cly?ScFigT5rtPHBtvNLZrI@^K(XB211H1W4H~;_u literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/dna_utils.cpython-35.pyc b/jass_preprocessing/__pycache__/dna_utils.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ae111a0bcef3be482b35eedd200769e0c7ba161 GIT binary patch literal 759 zcmaKp(TdYR6o$`9y4`MUS5#OKM8e($wDAE-v39kf5EfEUD@&-!xSN{J)R`1*S+Dd3 zd<<X0H}D1K*0<Oz&zZVqcP|`r4u6K3^Z)sB(CGxfAN_haMu0zXWqG8ZQkg?)1;B(l zLgB%8(j<H+8cusq>_8ed*KrWidLcfCAC%1NQpvDZ{N!rBSk@vuN(N3>VlHGI<Yeg< zTiv1>QkfC8jS+dVa7N@sqHMrdgjE~P5zYbbr?2G!G-`m40qAFdh#cjuM0i7qDN|x` zU~z15WO2A|C8`bw<Iyle+j=Ed&$U)M@+Nzwq<rtEMojJ%a+-18O~$M!^ZF;~CWX2< ziO<wr#AmZ*RSGHNW36T)uj7}4G|i5+c)ZXm7sizGG@eb3$rf7te~ZnQby=D2Vr6ey za~}3J0X4vf=wll@s9W^5MaKvkpF?+t#P%N%pQCR`5d36&nol;UQY!O++9@!{le>(S zFcMa}^238qO-S8GM;pJ$vtIX!#V>Ai({}0pMbN8CQ!}vsZ63-Fd$2ydj<MUTR6eat zpTy<yf8*_rgMVYL-M>Cy|8h2<?vPF*-|l8vq4F$qK-}(?Aq-A)Lfh)iRk5r@-{%?p J^-aIs`U?(Vs+Rx& literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/map_gwas.cpython-35.pyc b/jass_preprocessing/__pycache__/map_gwas.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7ec3b42eabafcaddf309b681081255d9931337e GIT binary patch literal 4472 zcmb_f&y(Cn6@D#gG(UF6`@>$_>o|$PRK*kG-Gr);BIPn{#l&TBrh+GwLBtHQ)U&Hy zjWq7oc)e4*2WlxuisHbZ!I>lfi7q*C@|}|}@V(Y(X1%ck6lkY=TdjWGuU~)fd#^8c zI<5C_{Nq=DT_yTEoq8;^e}tl+po)lm)Pf?55<xy1W!oa(s@gXBPSviF?^0w_<k0UR zTc@Z-k!#uwitySn?IuO|wM@H3(Go>%(?-Lhez!Bd-})pNdv_je_gk%PPs`lPhTd?J zhIyQ&+RHO<7^jgLfL0>47pI<{JQ`+6B$XGWQ43>6m?O-R$tcyW)-&vfdLi$RpE`<* z@)3&uBP#6d*zD=prl%R@M0<jch)x9Ee)wzp+@@oPj%#%6(h)wmwC|Go4INo@Wb^AD z8iGe(Vo{s+96G`eT^0>(>SG`__W{<x_`Jp<82kZNdwi81l+(a+Jhbaf|JG`Gc<y9g zzN@my&My8-Z?U~oo2`t&1N2yi@i3N=u}V3|w%XAjn%Q_pod+t9V&z@ex$1uCje~rb zjeBZ(Oemj@lT69E6kD6^TuG(DNY16Wf2M>HPy*(B##OKD7FMPU=O9S-iy9`8PYZ{a zES$Y8P76DcX}9h-Dy{rRwNlZ5l3_MUbHB+en`YstEXxZApL9_(2mcpR9jx^H^R3-% zB)4|=CP^&Qbn8=<?a46T`pI^`KloJ18)KD)QtLR~+1d-V9*mXz<}RRTuyYXT&GBL3 z@&<<b99GgRsHo`*SG+0OqAObBf~A(xH^){DFAWrftqhGFVr)JAgi!^Y<rT01joS~u zPrv|x23TwWVn70*1gHQ#z(bC28168PB8N6&i(w-eGr2>1z!Cb5lbr~`;9>`=2j7GF z&0#!%;^uJKnaa~X4H(m#2an)FFGCA|9+=P7$^W16VsyMO^NC6q7!9Cj8U@;mf;<>1 z#@a#5FiqvmpWz9rge;)JV4Ncrf~UuYS(*oNic>ek!)!E8WG?51FtEoQ<>n1?3t+IE zv{;GLT&grkZbOlKak~GE>7%I6NTq8{=VKL!lmPdd3ep{^`1lJq7>{Kd8E_QVIP#l3 z&&Rx>Zq08kjO#Z|n{DgY?j%^qceuyznEpy1gY>duBo=E7&q1Z*faSi8egjkLxYku* zvn}2b>q1>Zf5<M$kAt#?V(=-^C|MntE2+E0Q%Tn)QFFgx>8L}|If|AkTA`gaItG}5 zT*G_Jo=da?uv&DXgfufKel~-*-(8)4Wsd2iEPWzX?gdHWjbh`H-jg7ifWC5tlQR4s zFjD~p7?+MW(;zK}{5z1I1r8XFO=yth0a3vMQ~wq8UeuE{myahw!n{|iXJ#vC>Rjt> zZBK1eUF&U6>o?xpymq&Dd)nZ}&wAUvsdJ+jaE(n(-Pzar>|<f|whO2C^LzIS8>0#v zg9<AR3bEO>N>tTBTuBhhuH#$L&|iw=a4=KPZ=_YL4#B|_8J@+=MR){TzY-Z3%j+Ki z1to5p>%s<NmaVqv2<4%F&TDPFFtBYD{T9$P3zAh@a2h=)!e%x?C<H9(%vnIp2EzjU zhI&DEhQ&_6kTo+O!Yg{}Ol|0d90G3Mm__1aq!2D0;}rv%Jm9!Vd5ezF1}m~YkZ<y$ zrSO+nw@Nj>B>Dq>f`$gE$T@xw?7DQD7ipQrm*@!jNQaKFIOr6wOGaDNZJu#?W3NN` zIiptj5uRZD;e>=>MV5>rtlkO>2y_7X!Ig@SKjyrp<PUG0>6jB5!)7uFcdPgvdUxR2 zFT?uRJ-#C5iX^JAyny|6L!L}7-8oGfUP*#SGSRP^Ak<HgRe@+nL8;`NCeQNq%<1}4 z#mL0WYG-%Iv^?u$x`rci%7%2H^c!2t@pI8EnrSctq<S47E1G7^0Fs89pNlQU3_M39 zzbv8jQS^JL4p$B4Do*M@NH@qqyxnh+dIv`&as$8qFH=FkKziHniXI%Pz9aKNl7&U% zr}FT}N@WU8H&$0MW7jIg-9kJ)>qu=DsZMa0*JsxtIL|5^XZkj$59N-LYs?OM^Cs2^ z5`Am)v~XDQGVg|Shw~`<O;pGm;6V@9nP<Ns`ohpDxb)8!J$9+TPzg#}o9`AP21&dP z!NT2@0W#r5uz23OnZ!Eh0C;P}^Yda&nqL2AJr_cXHS_CnYRKoaXaB_0T~!x(wT8lK z0|2I|>2VV0$m_CD@iq!K&v@OUcGo0-Zb>(VlOZyeatK?psExt=x$l-3@|{?N^V~q^ zhhtgT{Ao#NV6B;WEle^kyKNKK{H0T9_LoYd5283k>S+9hUBhpV4hJRRi)AH;Qpq%w zWsl!NQfv?qJSxP{Z<%D1<EbnhuKjaHa(<3}4OZJZFxH(}T;0HKl?lriUS`sJ_^iK! zik7}*owqvnvUM30>moq6#Jbh4UA5Q6>tY3OEunshadVK{cwsbrgrfh1YDT;BxNTBI z=2>&!0J|;%IBsLOco_!7ee3HnJX)n_&GetA=mJIS6kVj~5=ECeyq^fSOess!#+4@8 zpy&#SO)PIz$>wXpZ!2=U4;XlCa!&;ZCeps+4P_2un|T6~upr$x0lxAH#ChB_BCvs> zg4yZ8gnWzha7vv1RpLPyW-2n-TsG?*VCZH^C1!#buRE{i%LPBaBrV{Z(kV@@zrb+F zDP~l6CcB((3HPZ|y4n@b$Ejvz7NhA|8husT`=8|={z@d1cr-ZJjdQ8TNDw~r>l2NO zQ-ZsaAzj7zGelaV^%}okM)kjDEoy^jy290KTrqDN0#|RKRXF=nj`_Z(bl$BQ%24m} zkoUPVywZv$AdWD|Wz@AxuZ9=$)t%25*TPAX@QE!buk^L1VIDr^1I(p)Gt^lVP5iln z|J!h|rdYGC*oyt9+b-&ZL6n7qfnvWZY<;MGw>;mH%xdXmG(J>s;j78qjW#9`GHz+6 mIi&{QK1*F1H%D1CN#w0Mx-=))E<D`)S?vq$OYQUR@BRy8+jblP literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/map_reference.cpython-35.pyc b/jass_preprocessing/__pycache__/map_reference.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0226d72d0a5b90b2e537f6dd35d4fdb9a64b645 GIT binary patch literal 4295 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 literal 0 HcmV?d00001 diff --git a/jass_preprocessing/__pycache__/save_output.cpython-35.pyc b/jass_preprocessing/__pycache__/save_output.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d4d2d353ffe9670b949f630c887fbf4aac78cc3 GIT binary patch literal 1770 zcma)7-EQMV6h31+PLnomnl4GJWp@oMKY^tMiK`VtthQ<?7ge>bRH+DAu4kIqvOV6J zNw*2<Re2d+f;Zp==7tNd5O1(Th;y9&1o0!B%$GSc=VyH8d?(#jtNGKDAHVsz4)6=i zJr2&l#GyYx;P_>b0h}=44saK~$2m?s;I(S*lEPu%{}r`iKX&N{AM^?<IG*Fsy9{6o zkXFvn%@wdq7p5+x=(Tcy{;n8fw1m!Uz<n6tULE)X`KN7g*~Rab5h{@k+u!~MmmZiJ zq(1OQwO5C!2OB9`HRt69@Wpw#34Cc@UIgBnmzRJq&&w@HFvJQ)LC5F|&Cvpt20oqq zvIbK;W*d4_2YP%JdIs(3rBLcX@6rc@)@zWqX&IGJ{mP|%HpTO=0>4L|F*9igrWorD z;9cN7%K8;^*vlh0=IfZ~jmc-t0H0%(7!jDE2udYNC1atr;KA;zNC#(91xa3xOk@&S zRO+^#6lE60V#m7iP#sxck508Pwi!#(6g-?*cPL+3H!8-~Q+jXPx~0_CdG-m8Pc1vK z?7-GznT_%SmnY$g7ow|)w`nfS<ni%~y`#PT-Qf9GFM{tb110n*GqbaxXyj8|wa)3- zx>}U4S;N+nf{Tm&{+eAxWnscfwvD@~&y_5TNUdQJS$|X{FGs>UCAW?3$V59T%7t|^ z8RN?oWtec)AVpV+GklB8s2Yi0c^+jL)F@jkRZ<x1V}A0;*hMXs32}EMwDpY)V}0JQ z+gd)rB-+kiUhal+WH3A7j?B1Fb|D{!+Kl+vHY=qtmgU&iFbgt2X<RQ2m2G482RF87 zNhW>(^&uYSb+|Q@x!4+}qbw0cv2~ziDq^$s^|Qmn@IZ-=uWvFb23u*Qb$EBV|FWc` zb8#JM6VI|SCx@qFx*(ZLjX^0H`XK^%9cPU_VqM2)?b}b6-FE`E!PFDfxTP@}-O~6E z6#k3GUd7ppyu{gh#aZJ(iWFa{*o0kUMpIOp@e?ckhM3okMC#6{h*X<#un7q^0;CUa z{hfap2Kk5W<gfgr#(*^KK#D}4(T$h{3|Fbmw5Wqr^h05}^4)|%rIM}?N0F?=N#x;- zfk?;0esA*hf3Yv)I+jWVQ4wWho#@I)QES~%9%5CR%BLB1$|FV1RxJ=v4XY->BEb?t zi(r|6F5{YU4{jLuk5p5uq~0MQ`t0}H>K+MQf^~uo0_xZ5K0y`tO`1I*pqp1zE-D~+ z3&DCr5pnf4$?qWaYw9u0-z9jD;C+HV0ag19KEfGN?XFD8{Y@dVM_7c7xz7rF=yX^Y u%TjHkUf;8R85KOzvolk1RvU8xs!&ywh0k-zN16Bn|8GE3o|n9(^*;faO_jC) literal 0 HcmV?d00001 diff --git a/jass_preprocessing/jass_preprocessing/compute.py b/jass_preprocessing/compute_score.py similarity index 100% rename from jass_preprocessing/jass_preprocessing/compute.py rename to jass_preprocessing/compute_score.py diff --git a/jass_preprocessing/jass_preprocessing/dna_utils.py b/jass_preprocessing/dna_utils.py similarity index 100% rename from jass_preprocessing/jass_preprocessing/dna_utils.py rename to jass_preprocessing/dna_utils.py diff --git a/jass_preprocessing/doc/Makefile b/jass_preprocessing/doc/Makefile deleted file mode 100644 index e38284e..0000000 --- a/jass_preprocessing/doc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = jass_preprocessing -SOURCEDIR = source -BUILDDIR = _build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.compute_score.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.compute_score.rst deleted file mode 100644 index 5675ae5..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.compute_score.rst +++ /dev/null @@ -1,10 +0,0 @@ -jass\_preprocessing.compute\_score package -========================================== - -Module contents ---------------- - -.. automodule:: jass_preprocessing.compute_score - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.dna_utils.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.dna_utils.rst deleted file mode 100644 index 7d55503..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.dna_utils.rst +++ /dev/null @@ -1,10 +0,0 @@ -jass\_preprocessing.dna\_utils package -====================================== - -Module contents ---------------- - -.. automodule:: jass_preprocessing.dna_utils - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_gwas.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_gwas.rst deleted file mode 100644 index e48846f..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_gwas.rst +++ /dev/null @@ -1,22 +0,0 @@ -jass\_preprocessing.map\_gwas package -===================================== - -Submodules ----------- - -jass\_preprocessing.map\_gwas.map\_gwas module ----------------------------------------------- - -.. automodule:: jass_preprocessing.map_gwas.map_gwas - :members: - :undoc-members: - :show-inheritance: - - -Module contents ---------------- - -.. automodule:: jass_preprocessing.map_gwas - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_reference.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_reference.rst deleted file mode 100644 index 4d124a1..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.map_reference.rst +++ /dev/null @@ -1,10 +0,0 @@ -jass\_preprocessing.map\_reference package -========================================== - -Module contents ---------------- - -.. automodule:: jass_preprocessing.map_reference - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.rst deleted file mode 100644 index 411912e..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.rst +++ /dev/null @@ -1,57 +0,0 @@ -jass\_preprocessing package -=========================== - -Subpackages ------------ - -.. toctree:: - - jass_preprocessing.compute_score - jass_preprocessing.dna_utils - jass_preprocessing.map_gwas - jass_preprocessing.map_reference - jass_preprocessing.save_output - -Submodules ----------- - -jass\_preprocessing.compute module ----------------------------------- - -.. automodule:: jass_preprocessing.compute - :members: - :undoc-members: - :show-inheritance: - -jass\_preprocessing.dna\_utils module -------------------------------------- - -.. automodule:: jass_preprocessing.dna_utils - :members: - :undoc-members: - :show-inheritance: - -jass\_preprocessing.map\_gwas module ------------------------------------- - -.. automodule:: jass_preprocessing.map_gwas - :members: - :undoc-members: - :show-inheritance: - -jass\_preprocessing.map\_reference module ------------------------------------------ - -.. automodule:: jass_preprocessing.map_reference - :members: - :undoc-members: - :show-inheritance: - - -Module contents ---------------- - -.. automodule:: jass_preprocessing - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.save_output.rst b/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.save_output.rst deleted file mode 100644 index 08d580b..0000000 --- a/jass_preprocessing/doc/source/_autosummary/jass_preprocessing.save_output.rst +++ /dev/null @@ -1,22 +0,0 @@ -jass\_preprocessing.save\_output package -======================================== - -Submodules ----------- - -jass\_preprocessing.save\_output.save\_output module ----------------------------------------------------- - -.. automodule:: jass_preprocessing.save_output.save_output - :members: - :undoc-members: - :show-inheritance: - - -Module contents ---------------- - -.. automodule:: jass_preprocessing.save_output - :members: - :undoc-members: - :show-inheritance: diff --git a/jass_preprocessing/doc/source/_autosummary/modules.rst b/jass_preprocessing/doc/source/_autosummary/modules.rst deleted file mode 100644 index 0f87917..0000000 --- a/jass_preprocessing/doc/source/_autosummary/modules.rst +++ /dev/null @@ -1,8 +0,0 @@ -jass_preprocessing -================== - -.. toctree:: - :maxdepth: 4 - - jass_preprocessing - setup diff --git a/jass_preprocessing/doc/source/conf.py b/jass_preprocessing/doc/source/conf.py deleted file mode 100644 index a2e0a4c..0000000 --- a/jass_preprocessing/doc/source/conf.py +++ /dev/null @@ -1,169 +0,0 @@ -# -*- coding: utf-8 -*- -# -# Configuration file for the Sphinx documentation builder. -# -# This file does only contain a selection of the most common options. For a -# full list see the documentation: -# http://www.sphinx-doc.org/en/master/config - -# -- Path setup -------------------------------------------------------------- - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# - -import os -import sys -sys.path.insert(0, os.path.abspath('../../jass_preprocessing/')) - -# -- Project information ----------------------------------------------------- - -project = 'jass_preprocessing' -copyright = '2018, Hanna Julienne' -author = 'Hanna Julienne' - -# The short X.Y version -version = '' -# The full version, including alpha/beta/rc tags -release = '1.0' - -# -- General configuration --------------------------------------------------- -# If your documentation needs a minimal Sphinx version, state it here. -# -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom -# ones. -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.napoleon', - 'sphinx.ext.coverage', - 'sphinx.ext.mathjax', - 'sphinx.ext.viewcode', - 'sphinx.ext.todo', - 'sphinx.ext.coverage' -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -# source_suffix = ['.rst', '.md'] -source_suffix = '.rst' - -# The master toctree document. -master_doc = 'index' - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. -language = None - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This pattern also affects html_static_path and html_extra_path . -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - - -# -- Options for HTML output ------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -# -html_theme = 'bizstyle' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -# -# html_theme_options = {} - -# Add any paths that contain custom static files (such as style sheets) here, -# relative to this directory. They are copied after the builtin static files, -# so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] - -# Custom sidebar templates, must be a dictionary that maps document names -# to template names. -# -# The default sidebars (for documents that don't match any pattern) are -# defined by theme itself. Builtin themes are using these templates by -# default: ``['localtoc.html', 'relations.html', 'sourcelink.html', -# 'searchbox.html']``. -# -# html_sidebars = {} - - -# -- Options for HTMLHelp output --------------------------------------------- - -# Output file base name for HTML help builder. -htmlhelp_basename = 'jass_preprocessingdoc' - - -# -- Options for LaTeX output ------------------------------------------------ - -latex_elements = { - # The paper size ('letterpaper' or 'a4paper'). - # - # 'papersize': 'letterpaper', - - # The font size ('10pt', '11pt' or '12pt'). - # - # 'pointsize': '10pt', - - # Additional stuff for the LaTeX preamble. - # - # 'preamble': '', - - # Latex figure (float) alignment - # - # 'figure_align': 'htbp', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, -# author, documentclass [howto, manual, or own class]). -latex_documents = [ - (master_doc, 'jass_preprocessing.tex', - 'jass\\_preprocessing Documentation', - 'Hanna Julienne', 'manual'), -] - - -# -- Options for manual page output ------------------------------------------ - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, 'jass_preprocessing', 'jass_preprocessing Documentation', - [author], 1) -] - - -# -- Options for Texinfo output ---------------------------------------------- - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - (master_doc, 'jass_preprocessing', 'jass_preprocessing Documentation', - author, 'jass_preprocessing', 'One line description of project.', - 'Miscellaneous'), -] - - -# -- Extension configuration ------------------------------------------------- - -# -- Options for todo extension ---------------------------------------------- - -# If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True diff --git a/jass_preprocessing/doc/source/index.rst b/jass_preprocessing/doc/source/index.rst deleted file mode 100644 index cee2dc0..0000000 --- a/jass_preprocessing/doc/source/index.rst +++ /dev/null @@ -1,101 +0,0 @@ -.. jass_preprocessing documentation master file, created by - sphinx-quickstart on Wed Nov 7 11:03:55 2018. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to jass_preprocessing's documentation! -============================================== - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - -What is jass preprocessing ? -============================ -Jass preprocessing is a tool package that take in input -heterogeneous GWAS summary statistics and perform standardization and quality -checks to output standardize summary statistic files that can be used as input -in the JASS python package and the RAISS imputation package. - -The QC and preprocessing step goes as follow: - -* map column from of a specific GWAS to standardize names -* Select GWAS SNPs that are in the input reference panel -* Align coded allele of the GWAS with the reference panel -* Save the output by chromosome as the following example: - -+----------+-------+------+-----+--------+ -| rsID | pos | A0 | A1 | Z | -+==========+=======+======+=====+========+ -| rs6548219| 30762 | A | G | -1.133 | -+----------+-------+------+-----+--------+ - -Installation -============ - -In a folder that will contain the jass_preprocessing repository, -execute the following lines: - -.. code-block:: shell - - git clone https://gitlab.pasteur.fr/statistical-genetics/JASS_Pre-processing.git - cd JASS_Pre-processing/ - pip3 install ./jass_preprocessing/ - - -Preprocessing example -===================== - -The file : "/JASS_Pre-processing/main_preprocessing.py" gives a complete example on -how to use this package. - - -Input -====== - -* A reference panel (1000 genome format). The user is expected to provide a reference panel in tsv format with the following columns in that order, without header: - -+-----+-----+------------+-----+-----+---------+ -| chr | pos | snp_id | ref | alt | MAF | -+=====+=====+============+=====+=====+=========+ -| 1 |13116| rs62635286 | T | G |0.0970447| -+-----+-----+------------+-----+-----+---------+ -| 1 |13118| rs200579949| A | G |0.0970447| -+-----+-----+------------+-----+-----+---------+ -| 1 |14604| rs541940975| A | G | 0.147564| -+-----+-----+------------+-----+-----+---------+ -| 1 |14930| rs75454623 | A | G | 0.482228| -+-----+-----+------------+-----+-----+---------+ - -* Folder containing all raw gwas data (all chromosomes in one file) -* a list containing the name of GWAS file to the string format. -* A descriptor csv files that will described each GWAS summary statistic files: - - * a header - * 1 line per study - * the fields are: - - -+-------------------------------------------+------------------------------------------------------------+ -| category | field name | -+===========================================+============================================================+ -| path to the data | filename | -+-------------------------------------------+------------------------------------------------------------+ -| study info fields | consortia,outcome,fullName,type,Nsample,Ncase,Ncontrol,Nsnp| -+-------------------------------------------+------------------------------------------------------------+ -| names of the header in the GWAS file | snpid,a1,a2,freq,pval,n,z,OR,se,code,imp,ncas,ncont | -+-------------------------------------------+------------------------------------------------------------+ - -.. | I don't know | altNcas,altNcont| - - -* it must contain the following columns: - -Hard coded path (l.20-29 of JASS_Pre-processing/main_preprocessing.py) - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/jass_preprocessing/jass_preprocessing/__init__.py b/jass_preprocessing/jass_preprocessing/__init__.py deleted file mode 100644 index 0068d9b..0000000 --- a/jass_preprocessing/jass_preprocessing/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -""" - -.. autosummary:: - :toctree: _autosummary - - map_gwas - dna_utils - map_reference - compute - save_output -""" - - -import jass_preprocessing.map_gwas as map_gwas -import jass_preprocessing.dna_utils as dna_utils -import jass_preprocessing.map_reference as map_reference -import jass_preprocessing.compute as compute_score -import jass_preprocessing.save_output as save_output diff --git a/jass_preprocessing/jass_preprocessing/__pycache__/__init__.cpython-35.pyc b/jass_preprocessing/jass_preprocessing/__pycache__/__init__.cpython-35.pyc deleted file mode 100644 index 27038cd7cd2b8bc45adef0e8559bfb6bc41a8d97..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 625 zcmZutJ5R$f5WXa(4~K}20T9aCfn<*mf|UVPs#r`VD@sfoD~TgNc#ZrU{!&*ab|zSG z)22;D&hqK|?z{8d`PlQ&@9g{G-2(W8me~ehn=9{)O98O)7Nj=h7BCyI-B1Tu4{)!c z2f+G(`wblc8v-6R6ajMqyQ_DmW9RJ!p&;;Mt+>=h5sTL-LcXy`@k9wqBcHTHRBJ_C zk@<5hYm$~R(JIT=Y$XZ$NChnuTI&ffDy`O7#!r-RtxN!YnWf-ve7GDClJbNQe9B@e zNhN3{ctWMj%6ZVV!ow{(>qy%Ufk!*&cO>r3hrNAz(owJ(9}gPfZ2*x87Zjg&)U?*b zZi{??aLm%R`<aCcUeIvCbe_?&3@3s!nyB#hW;!JkK`(Z{5dQDc6(S@nGet;Hy)K8B T1y6NOuUykmBIEkbk+nX5X_~=& diff --git a/jass_preprocessing/jass_preprocessing/map_gwas.py b/jass_preprocessing/map_gwas.py similarity index 100% rename from jass_preprocessing/jass_preprocessing/map_gwas.py rename to jass_preprocessing/map_gwas.py diff --git a/jass_preprocessing/jass_preprocessing/map_reference.py b/jass_preprocessing/map_reference.py similarity index 100% rename from jass_preprocessing/jass_preprocessing/map_reference.py rename to jass_preprocessing/map_reference.py diff --git a/jass_preprocessing/jass_preprocessing/requirements.txt b/jass_preprocessing/requirements.txt similarity index 100% rename from jass_preprocessing/jass_preprocessing/requirements.txt rename to jass_preprocessing/requirements.txt diff --git a/jass_preprocessing/jass_preprocessing/save_output.py b/jass_preprocessing/save_output.py similarity index 100% rename from jass_preprocessing/jass_preprocessing/save_output.py rename to jass_preprocessing/save_output.py diff --git a/main_preprocessing.py b/scripts/main_preprocessing.py similarity index 100% rename from main_preprocessing.py rename to scripts/main_preprocessing.py diff --git a/jass_preprocessing/setup.py b/setup.py similarity index 100% rename from jass_preprocessing/setup.py rename to setup.py -- GitLab