tabix-1.10.2-bp153.2.5.1<>,la!M@eeeI]#"ї٨E7m:[,{Q(Š0%4Bf_+h 9wt^*W V3VtnJ%{?Q/$<Z]lɮ=m2+@#SlxlxQ26Q!j1W9*Ȅ ߹D3ysXDzVWG!EpDAcn?o$C`PPؤ5^]v6+ړXzwFO\x8 aBs6QIͦW{# >>1?1d  k !'08 < @ H   (h(8 9@ :8 F-G.H.I.X.Y.$\.L].T^.eb.c/-d/e/f/l/u/v/w1,x14y1< z1d1t1x1~1Ctabix1.10.2bp153.2.5.1Generic indexer for TAB-delimited genome position files from the HTSlib projectHTSlib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools. HTSlib implements a generalized BAM index, with file extension .csi (coordinate-sorted index). The HTSlib file reader first looks for the new index and then for the old if the new index is absent. This project also includes the popular tabix indexer, which indexes both .tbi and .csi formats, and the bgzip compression utility.aobs-power8-05SUSE Linux Enterprise 15openSUSEMIThttp://bugs.opensuse.orgProductivity/Scientific/Otherhttps://github.com/samtools/htslib/linuxppc64le 큤a]HG3c4ec629f3a85ca55b5e239a7da00ae7783937cc7f5b71b9c60dcaa2dad04e2f2941ac3b28590cd1ea64843222c99c91793f1bbe212b088edb4b982aeb05009drootrootrootrootlibhts-1.10.2-bp153.2.5.1.src.rpmtabixtabix(ppc-64)@@@@@@@@@@    bgziplibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcurl.so.4()(64bit)libhts3liblzma.so.5()(64bit)liblzma.so.5(XZ_5.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libz.so.1()(64bit)libz.so.1(ZLIB_1.2.0)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.10.21.10.23.0.4-14.6.0-14.0-15.2-14.14.1a ^AE^:@[[GBYf@Ycl@Ycl@W$@W$@WWPierre Bonamy Todd R Todd R flyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.orgflyos@mailoo.org- CVE-2020-36403.diff: Add patch fixing CVE-2020-36403 #boo1187917- Include baselibs.conf as source file. - Update baselibs.conf.- Update to release 1.10.2 * This is a release fix that corrects minor inconsistencies discovered in previous deliverables. - Update to release 1.10.1 * The support for 64-bit coordinates in VCF brought problems for files not conforming to VCF/BCF specification. While previous versions would make out-of-range values silently overflow creating nonsense values but parseable file, the version 1.10 would silently create an invalid BCF. - Update to release 1.10 + Brief summary * Addition of support for references longer than 2Gb (NB: SAM and VCF formats only, not their binary counterparts). This may need changes in code using HTSlib. See README.large_positions.md for more information. * Added a SAM header API. * Major speed up to SAM reading and writing. This also now supports multi-threading. * We can now auto-index on-the-fly while writing a file. This also includes to bgzipped SAM.gz. * Overhaul of the S3 interface, which now supports version 4 signatures. This also makes writing to S3 work.- Update to 1.9 * If `./configure` fails, `make` will stop working until either configure is re-run successfully, or `make distclean` is used. This makes configuration failures more obvious. (#711, thanks to John Marshall) * The default SAM version has been changed to 1.6. This is in line with the latest version specification and indicates that HTSlib supports the CG tag used to store long CIGAR data in BAM format. * bgzip integrity check option '--test' (#682, thanks to @sd4B75bJ, @jrayner) * Faidx can now index fastq files as well as fasta. The fastq index adds an extra column to the `.fai` index which gives the offset to the quality values. New interfaces have been added to `htslib/faidx.h` to read the fastq index and retrieve the quality values. It is possible to open a fastq index as if fasta (only sequences will be returned), but not the other way round. (#701) * New API interfaces to add or update integer, float and array aux tags. (#694) * Add `level=` option to `hts_set_opt()` to allow the compression level to be set. Setting `level=0` enables uncompressed output. (#715) * Improved bgzip error reporting. * Better error reporting when CRAM reference files can't be opened. (#706) * Fixes to make tests work properly on Windows/MinGW - mainly to handle line ending differences. (#716) * Efficiency improvements: - Small speed-up for CRAM indexing. - Reduce the number of unnecessary wake-ups in the thread pool. (#703) - Avoid some memory copies when writing data, notably for uncompressed BGZF output. (#703) * Bug fixes: - Fix multi-region iterator bugs on CRAM files. (#684) - Fixed multi-region iterator bug that caused some reads to be skipped incorrectly when reading BAM files. (#687) - Fixed synced_bcf_reader() bug when reading contigs multiple times. (#691, reported by @freeseek) - Fixed bug where bcf_hdr_set_samples() did not update the sample dictionary when removing samples. (#692, reported by @freeseek) - Fixed bug where the VCF record ref length was calculated incorrectly if an INFO END tag was present. (71b00a) - Fixed warnings found when compiling with gcc 8.1.0. (#700) - sam_hdr_read() and sam_hdr_write() will now return an error code if passed a NULL file pointer, instead of crashing. - Fixed possible negative array look-up in sam_parse1() that somehow escaped previous fuzz testing. (#731, reported by @fCorleone) - Fixed bug where cram range queries could incorrectly report an error when using multiple threads. (#734, reported by Brent Pedersen) - Fixed very rare rANS normalisation bug that could cause an assertion failure when writing CRAM files. (#739, reported by @carsonhh)- Better formatting of the descriptions - Spec file cleaned up using spec-cleaner - Update to 1.8 * The URL to get sequences from the EBI reference server has been changed to https://. This is because the EBI no longer serve sequences via plain HTTP - requests to the http:// endpoint just get redirected. HTSlib needs to be linked against libcurl to download https:// URLs, so CRAM users who want to get references from the EBI will need to run configure and ensure libcurl support is enabled using the - -enable-libcurl option. * Added libdeflate as a build option for alternative faster compression and decompression. Results vary by CPU but compression should be twice as fast and decompression faster. * It is now possible to set the compression level in bgzip. (#675; thanks to Nathan Weeks). * bgzip now gets its own manual page. * CRAM encoding now stored MD and NM tags verbatim where the reference contains 'N' characters, to work around ambiguities in the SAM specification (samtools #717/762). Also added "store_md" and "store_nm" cram-options for forcing these tags to be stored at all locations. This is best when combined with a subsequent decode_md=0 option while reading CRAM. * Multiple CRAM bug fixes, including a fix to free and the subsequent reuse of references with `-T ref.fa`. (#654; reported by Chris Saunders) * CRAM multi-threading bugs fixed: don't try to call flush on reading; processing of multiple range queries; problems with multi-slice containers. * Fixed crashes caused when decoding some cramtools produced CRAM files. * Fixed a couple of minor rANS issues with handling invalid data. * Fixed bug where probaln_glocal() tried to allocate far more memory than needed when the query sequence was much longer than the reference. This caused crashes in samtools and bcftools mpileup when used on data with very long reads. (#572, problem reported by Felix Bemm via minimap2). * sam_prop_realn() now returns -1 (the same value as for unmapped reads) on reads that do not include at least one 'M', 'X' or '=' CIGAR operator, and no longer adds BQ or ZQ tags. BAQ adjustments are only made to bases covered by these operators so there is no point in trying to align reads that do not have them. (#572) * BAM: HTSlib now supports BAMs which include CIGARs with more than 65535 operations as per HTS-Specs 18th November (dab57f4 and 2f915a8). * BCF/VCF: - Removed the need for long double in pileup calculations. - Sped up the synced reader in some situations. - Bug fixing: removed memory leak in bcf_copy. * CRAM: - Added support for HTS_IDX_START in cram iterators. - Easier to build when lzma header files are absent. - Bug fixing: a region query with REQUIRED_FIELDS option to disable sequence retrieval now gives correct results. - Bug fixing: stop queries to regions starting after the last read on a chromosome from incorrectly reporting errors (#651, #653; reported by Imran Haque and @egafni via pysam). * Multi-region iterator: The new structure takes a list of regions and iterates over all, deduplicating reads in the process, and producing a full list of file offset intervals. This is usually much faster than repeatedly using the old single-region iterator on a series of regions. * Curl improvements: - Add Bearer token support via HTS_AUTH_LOCATION env (#600). - Use CURL_CA_BUNDLE environment variable to override the CA (#622; thanks to Garret Kelly & David Alexander). - Speed up (removal of excessive waiting) for both http(s) and ftp. - Avoid repeatedly reconnecting by removal of unnecessary seeks. - Bug fixing: double free when libcurl_open fails. * BGZF block caching, if enabled, now performs far better (#629; reported by Ram Yalamanchili). * Added an hFILE layer for in-memory I/O buffers (#590; thanks to Thomas Hickman). * Tidied up the drand48 support (intended for systems that do not provide this function). * Fixed bug where iterators on CRAM files did not propagate error return values to the caller correctly. Thanks go to Chris Saunders. * Overhauled Windows builds. Building with msys2/mingw64 now works correctly and passes all tests. * More improvements to logging output (thanks again to Anders Kaplan). * Return codes from sam_read1() when reading cram have been made consistent with those returned when reading sam/bam. Thanks to Chris Saunders (#575). * BGZF CRC32 checksums are now always verified. * It's now possible to set nthreads = 1 for cram files. * hfile_libcurl has been modified to make it thread-safe. It's also better at handling web servers that do not honour byte range requests when attempting to seek - it now sets errno to ESPIPE and keeps the existing connection open so callers can revert to streaming mode it they want to. * hfile_s3 now recalculates access tokens if they have become stale. This fixes a reported problem where authentication failed after a file had been in use for more than 15 minutes. * Fixed bug where remote index fetches would fail to notice errors when writing files. * bam_read1() now checks that the query sequence length derived from the CIGAR alignment matches the sequence length in the BAM record.- Separated the binaries from the shared lib package- Cleaner structure of the spec file and baselibs.conf, thanks to the amazing help of the packaging mailing list guys!- Update to 1.5 - Change in SONAME, updated the package name to libhts2 - New dependencies to libbz2 and lzma- Update to 1.3.1- Cleaner spec file - Added baselibs.conf- Changed "./configure" and "make install" for "%configure" and "%make_install" - Moved "%_libdir/libhts.so" and "%_libdir/pkgconfig/htslib.pc" to the *-devel package.- Initial release.obs-power8-05 16291268871.10.2-bp153.2.5.11.10.2-bp153.2.5.1tabixtabix.1.gz/usr/bin//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:16823/openSUSE_Backports_SLE-15-SP3_Update/0429a4e037a94dc5977814d7649bc723-libhts.openSUSE_Backports_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e31fc63ff58f9a6702003daa6abaf961ec9c5df7, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RR RRRR RRR`jpa UEMkutf-8be1760dfd3b77ca3f57de20e00050702e393db8c7d28cfdb504e1c53cf998636? 7zXZ !t/eLO]"k%j|brN('}ਛC_E8H]3QYJTŪd]ʯU'a :/F)\}}“ᐨ܁L2fDsSGCu腩+K/wJVPF&5b"pjpEZ*ס1e> of $"1]X^ʠWB-2Ml+[|AE5JŪOpOP'&]Fc:,^r6Ś -Gp$z[_GctV2E૊3724x$yiUZKsᏲM8)v=& Ȋa no侰Hnqe\^O5^{9BXYeꦇT׮xHTr%\WIy3GFl Ff.aw.9ȭ{/lV% 6ZV̈́Ρʃ㽆lu*[)4Z }<=)x;g rCo`9oЍQ?3{P0;x {2S*IsKK dᵖ;O5Z %_75$h/ֱƏ6,3/L#bñA\tPg8Oe'is.ی0n G)FcC&@o;A0-Qnj&HurKYfjJM+Cr slz?&OrxE.JX'ʑ٭M6D̙lև1eџ rعx%d;AEezPe5) ݒ( .v cɿ9HcZY("TCR8h]D Bd0 I 8Ԇeɻl.PSoj_})Il\2hA>{/__K 09*y2v0pH^?,U`a>0"6KKeN>F+ox0F0\A|YJF`z#oUMz#D/vҵs k3[i[8[jo!]W[<&m%jEIzx^o)`)J5ttbOo 9 ՝T~JnaR$OlQ PgƧj̬_DE|ߓzs;/!קi(s@r0 -|"SJ79:AkqSɼ4!ݯw23B\?)&U֪tT?0qYx|bæ]7xK<E9E ށc]ưpRJ&al}oޅY%}Ԯ ƘL=M~vP Uӕ!䗘B%6VB0TF/{+y#\8hf0aE B!ajهI3w'̥aږJ-и_IY@(''6_(f6dc$W`h)28Q5(ov Z2?P:L`Z9 Ⱦt&p~QI8 䍚ϽlSgLޖ|˒TKimy>nl!i0H.WˋtjP [cI2\tTKf]c6 FU>oOfĝP.y'Ԡ?$6̕-ބFQ?Uk"rP&޾MºJXmP^rwjxT=x䨝z@eV܂xv"V9κqkkSwL#ӪFe]h,tʡBŴΏ1OC=&06Fjsbj|+Pd:uY A9IF'f/wNvu='F,)(z 悠k 62񨒛+35} ;95Z##MNC MC!lMwM|XpiZ27ٿ5b?V;fv)=O>ѬqHeEnFBU޺WQ@g-ʦt08Ӊpj 9l$?M5>%eyPfZZR2 9=^kYmw|M9Rjb y2!ɘq,`x|۱k, o5y֭EҊeĕ2s-8B7jZ ϑ M8cnh aK "RHBw¥ } BLnقй[AE2jye.K8Fձv=O;8|o _#lXQ(D1((= ڥ4vy%v+ 5=KD[({M|}M(NTMj5~W0?&#/{.*WT{=OwEGzEfs\\8NLbmM2gc uӒƱ$]jQ 9hg]7i>0ghmcS.k]AL|2(XVjAbĶ045^ɒ+ؤNN Mabԟ4&bގ{Pldҟ0i x|u2e"e'*MZ) /0N&}h#Dxt#bvBFmpONi|ɪYkuMa49fp6%Y`: 2_2xck9ƏsXn.9* oh SЬEFWѷU;VKsS^*钩 ^ɦ5[FRxoq8ؗ-EPIHI}NOoіF۳["[ Io*Oyy㐓lK]z'5c!EbbPr#[SUoW)dl EF9kbAL `x:{ *jis'ȒW1'=b%?XmX8w _!çŶ 7$t e[ k}Zj^LD b`Sr7:6U٫//#wmJɘtg5{Z~ߧ*/ň)ƒZ >_*O(s=.6UZge tv}z9݄N;rvi/pg8hvfj/2ɑ5ta&WMfkⰺcBJK! tݻ6E^cѫ6IOMlSXb)zՋ!UZ듮Py2V/66yR<?Gsh '<^kϧ:-KpdA 7wK+Ǻ)\N7x[.*LbA\ĤMzn=!8stE^bPfjU=@5i]0XJW 79Z$l a v| <2Mw̮Mb2U?E%p>/L%xEY[,W$n O *a4F5u&Oۥ0C'񟎉o/8;fbRk Ic_%lK!hW'މu]eUSO8S6+ZgVG^QfN|owTR-T#U'hgCL;E3Quհ%E`S憽Ǝ{IY{t͗:PJǴ.޿.S4k=܈XC UH6&mE(r8}?K2 T$⨰B3s_,~yQ"ͨ K߅oMX{`n ;:i7EhA]R.\B@&r?ѭ:IK0 J䌄[Jb&Xu(@hhAw' .Q|)G[@2U+ֹ#\ك}m b!{窽ʭ&Lv^a.:oLR3q5螽G@i, d=nx`OR/ FzҐ9GM-ċR Hem (%q cm*@ O0b>K? 0J͐=#PhK-xGjvO0.M;I YyQPxOxHlX7pei۱R T-XDfȧ) wm؞Е7'eXJ"B~ ӄf䗂"ax Ph0'! 9\݀U*n[>T#Q!'BI%}Y}| TQd-OH* CpVtFI} J 6*c ^nus0jDS :>E n%`F\,>~ Rlk$XI U%0En[i'd P4` ) x*klm.e%\ ֥^D>"<͗1aEmIXV$rc? G;gX]Pdڷ 9(]V?(^?XN?ڌ i4MCNQQ $9C. w2 rD<&3JYb%m:#CEe\_Z{֡&E}YW ~KBE<*1t6JC,h2b\ /UP4A"'Ș\7 p*:n>y=< AՇ:+"/()$eQݚ &NebVƴY;ÿHZC8k[FK&N)=6}ct\TH9Tz_4 xb$yz#6)#}Z (}C@XJǾ"4Er8Vyy{(smx~LjDxIw>u2rQK#soND}C ?_CDR 8y/ʓR{G]9Gs+D2p|J4GE`Ijg Qc97Ϸk& :׽<Be=*詳IHШySxף;⃂R[k126g5'(*E%-,Z^p]qa0ystg8Zs*H(f%:1LFMGߍae}O8[‹`jQ33/cLMtd:-pϩdk jYOУ6=$m VTDNJiZzq:*.cWkjq{FǛg\/f0I6t n0hXFKX{GՆƹ=vNv"] uݲM'U ?@Bp8E_Cv \ %]vo| ,9Q"(* ӴSAy16]YGI`wc-}e=w@Hj,`S7O; \M D7\yŴȝaySKM)^d7^ §N'83a ]OJ#M2|gt46c̸*`mւeWŌ.7X܍3鹙bSOm[j0S'AE!M+ThC1<]&鳃ߓK]otfWZp=J5u;*YxƄ9a 9WԷ]Fp6,~L0Pz'ؚEgbl d~ai -F ^7fVIH'*c9/ہxc8kGʢ=4נe{E {,\h5ABC>yG:8aW+ zv*)a /]7{^іOO6432;K-!Y^*1 jb:?pa@'ݴs%y׶VyT뗀OZ8ʷɈGHJq` nhc y 9ˬڎO3YZr:3wUUO%iӑ B8'D :> r2SJȧ)R _^J)7Y4drɦ/|}RP܍GWElu?:hQQ_3ޛB 4. K.OFDJ&`cj` |pi?ňVZ6ԧAe4Lj#WyJZ$7%9F6[|Vp],DMv)T%Q?,q$cƏTwd |B>>.-)|q5MB5%z!yCIxZѱYHRΑTAeynKdYa翇tGk 2r3fn5/|!ɴ_ I-Eu5ZB^iib۔ٞU#_i1aS$rmχaȭ +yG=')X%&[G|d 9TkoKνR8k.EwBWً9(K#?oq$Ѵ-OG>\byf!i4BzS6!2z!Qi,C'P"G f,H a 76}X;:v,* B%I91g±|?~6ǔ\Xz#z}@.@U(1n\[yL}w |gqH+dJ\o fϲj t*0֯ůg(O&u:! ͏ / E鱠 hd5޼EWSiS!E_D2>=Ձ4;=TօD9y9w/{vqm o"gO齕nq2Vӗ1M->dPN/5I.m#FxYkW\;&U.jZ"5CurFX_!oX&3^aߠ f,S/=Gl`u4A 5):(m$h09L9R%dbRfjH0#\mTmZ*կki J1@.b_DRgO4cUN[wP"mPR1 З~r0,#6S+ k,Y HlE^yfjQؤWҐ~* B4b+Odſ?mH>ڄ 9&2f-!#&*ştx ,^q*o)S*Z S_^{e֌y8S @ޙ>)4E2[Ov y `#vOF&=kMBA[XT9ӂ?-BuZNlatU< d)5?3\ әrZ}Is!R@ʳ!&?iV>i`x>LJ =ɨ4L HZ4u O:v~3l |vOb7ȹ+ {:+^d } rFfT}9umL}{5[˼.8'O{M"7kIĎ0Üx+R>ݑXR0wC߳ƆTݻâA 2+ב6,dCrP,W>7FmMIf-~A/]=3,֖x! 7w^KLR;/~tp"%Osa"LPİ#]T^/ZDxNZ`ߺ[5v պ>|$gbv!CMUsiKn\E_U呜pziѡc?igUfߜ 3qΝdc.1j^ŕ>u^,?ܻX4yUjZXTU¶J5}\NHDɗГ>_JU1H!HH A>jnVPyuZ2M'O.BuǤPz@}KT 08?x/GR|xjQe5>\ PC/_Uwu[Tط]>zgVKs(3< @SXdc +Jo=Ӧ cy`TX:n&mC{_fūL@kj`7YtI i=**níԆGr){2MG_[ <ߗTwX04j'_rd4b:aZsX})$QW d9)V%9K|qD-sa Ӈ!*P#c9F["^} b}|q4n֪M>aݧW#2-i+!$Hojz˓J=6^l+%?A& {wb x (Jcz6C[MJEu6ܪ'=}7Zd-YyԚ]ͷ9si P"w+KE`,t;_*hൔaֽ(^{~Bʡ?WTJEԁW"׈1~HpzqBmk(ቄ?86qs!E3̦P__T?PMay>"P _S묭Wky[r6x#RHh?ėB!se(#eXw7v)8*($GƲ,ekFqz4{LL=(Q|{8*tf.(uwE%E,@pmM,R&Q`pAMjbx`9ݗ@HIC5[w#!eJ?^Wݹu^EV]md2ou $ڻˊzyYlYO@yN~# ڜWd(=]:YX1'"ɤ7&Og:BvyO,~(nI [?f ^3SW-sOGaX;Z 56d־XЕEF?d*;xG-o i+7.*dKbsm/d![|sTи=9]]r#€}Mm 7Yj{r/pw~bRҮ~#ؒH7[Sw3<@:gJk"F vm/ ;%eY=ttV5<8NC1[R`n*JY|ԑQ#F_|"+ .E$,|ش]B.FC@ r城=te'-&}~b J.Bf[}ށ-vS2SDE}RYݙbt؅7mad<|^*Fg'1ɢm`<ܝHs2xpZ^06n&͑ܚ9P=.~ֻt7T:= B42J`c|NbE#Ji5 8ǀ弭ޒrp|D@y[O¨$  *c2~ y Y.Cu" )1T%_p(J!pVК,il+5'qД|@mE [ R#"M(8X_~eQ-PLjQK]J9C>w9x iS_w/,֢gz[S7FYQb8á^J[XsF&i^ʩa[ŀhAUw@>ZHqЀ6&뉞 OwJo spMsT[]E.n4n*K D35mɒBveUt`E^*Cg22W(8OSڮt4* h^RH, L6%>䑀Q£]&ZVє/x7k;26#FhH7AIn}giQ[OTH{9PR^*wBtg%[#D0VJiPiڗo+OyDL?Dz}D6ɰ:J\Qږ.ǒ"i9¼YEqS,LH(cxDQ%kSoHJ87g+nr]R #q=yv()ݡr.8Cݵ0.tФD| nMmP Дu8,ǰ"˲S)MRmT8Ni/H*P6O?"9wbÁK{WnA=JSv c|@:'M7:Sё`4h6]zč];_:Mj1#n9k9,o?45^:Cs@0܉ -(Q2J~QA59N"1lؽNhk"6@Rɯϡu6p:CiMps^ °xޙH{ =e}$zD,FIL~fcabc6!E+wQ>odZ"ɜcv;ȁ /W_Rj=j5g}}ہjGƭsiB&ٮIP.+tPbÚؾ %;a&6>me#u-u 3 f![sMh)BIik~gDm3]-v +Nz7p._t7#RueZVkb츙/2wfP#rJ.f%<@qu0OU%3hI(Q3U>r 8,%Q7 aտ-4mxj_{IZD9ˉ}RM0]N)h@[ دgJAR#6n a fhþ1,op:Ct‚)#.qxɄ_?@7p͸3'g-6ܔB@E>S/>.*M_HlBءjlõ0yF5LsqEH5XgC7|#*1F) b7Hm&L2"RIr'?94"&/ k!7g6*եXԕ%p>]Gpp]JMM;|Oz@БƠoIQ +sW@|c:R;-3|#ĉA Qpl[ߨk MB#} >T;~*…ɹK[%t IU&*DFy #2i}櫃-m\*6 6G&A=a~Z2rv 56[B&hHl7VaT1o\`=dz =LkA)~kWs w;RC [I~SryqѡڱitKA|DO]br#v[ͅ* a7j.)&T;G]&Gg^L MU9*^1( 1bݣ+^vRvƼO{D]a͢ 3W8PUMUz}(r5=3ܳQZX_b*>_io4h: d3sS̝dl!0S5Ea9wkF&GgB/ߟ&[9oГCPGzԢ9^ ًO, i%qAf+,[snجltPzI@ؘ䟞T>7KIJF@Dgcp]xGmߗ, YV%GgSJiLu|ȧ1Qpj4ԨGMxBA;ol0J`ЧV6!||oK0T <`s"Tff eN>$i9d縖gO4X2@Tl'X A[ZкWW+(P/jv !eӌ7S+CQR1Eʵj$^YR?8⃄( Ig {9}@,ܚLw7s`o(AH@#RHpsGud.A;@v<_eD9^Y2R3qa;Fz64S/9hT mn.W r7Nm?bWV%k 󮜦ԃ(bzltHV6o%M {J9'bHbY\ָ 2ٌ4!6u+.Ts\W A5YB%fJUv$wεxut]:F|K>fIEUž6`np*0XVNF# D_q"D,3PqL~vt_Y֜vN}mSJbx4wUM*.~^gwk]@Wx2 mA[i{+K*hetEX9̈́mu/VcE \\-,Ke;aq{4PbʖIv`jH`_C;oJ%:66Zhv")Ow/u8h)L;}]GE  W0PiRSuX33`KH i[6REą> U1^s{F )~G%m<-J!)f àYIU O{[]Q^fYtr`igs@ 6Co<@Wj̉p1 pƊs0j6p&xT2晃XHPmS =2P­bNTnwC@ga0Т)+Y~Zo"r91Mf&v3i&oq6DJ/.xZLi~fbT_[ .%A9^6TO-yN?b̗U6xd=_ ԈlX4*8(=ѿFv| |}?Hs3O )*UrL'*;ڑW%{r핾(Ycddh:Y-njȳ#q`A˓8{E85LN1 m_TD2Z[W]+gOPPU5En(KlHZMRbx 9 xMX!9 /b5Ƣ<ˉӔ qh\D?w*IBG=Rjhm'oP\Zf3+%J9/^{ mGC )r^x~b:[y'g[!Hu~`- YZ