-
Notifications
You must be signed in to change notification settings - Fork 0
/
conda_env.yml
634 lines (633 loc) · 19.9 KB
/
conda_env.yml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
name: snakepipes_RNA-seq
channels:
- bioconda
- conda-forge
- r
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=2_gnu
- _r-mutex=1.0.1=anacondar_1
- adjusttext=1.1.1=pyhd8ed1ab_0
- aioeasywebdav=2.4.0=pyha770c72_0
- aiohttp=3.8.4=py311h2582759_0
- aiosignal=1.3.1=pyhd8ed1ab_0
- amply=0.1.5=pyhd8ed1ab_0
- appdirs=1.4.4=pyh9f0ad1d_0
- argcomplete=3.0.8=pyhd8ed1ab_0
- asttokens=2.4.1=pyhd8ed1ab_0
- async-timeout=4.0.2=pyhd8ed1ab_0
- attmap=0.13.2=pyhd8ed1ab_0
- attrs=23.1.0=pyh71513ae_1
- backports=1.0=pyhd8ed1ab_3
- backports.functools_lru_cache=1.6.4=pyhd8ed1ab_0
- bat=0.23.0=h0f5d50b_0
- bcrypt=3.2.2=py311hd4cff14_1
- bedtools=2.31.0=hf5e1c6e_2
- binutils_impl_linux-64=2.40=hf600244_0
- bioconductor-annotate=1.80.0=r43hdfd78af_0
- bioconductor-annotationdbi=1.64.1=r43hdfd78af_0
- bioconductor-biobase=2.62.0=r43ha9d7317_1
- bioconductor-biocgenerics=0.48.1=r43hdfd78af_2
- bioconductor-biocparallel=1.36.0=r43hf17093f_1
- bioconductor-biostrings=2.70.1=r43ha9d7317_1
- bioconductor-clusterprofiler=4.10.0=r43hdfd78af_0
- bioconductor-data-packages=20231203=hdfd78af_0
- bioconductor-delayedarray=0.28.0=r43ha9d7317_1
- bioconductor-deseq2=1.42.0=r43hf17093f_0
- bioconductor-dose=3.28.1=r43hdfd78af_0
- bioconductor-enrichplot=1.22.0=r43hdfd78af_0
- bioconductor-fgsea=1.28.0=r43hf17093f_0
- bioconductor-genefilter=1.84.0=r43ha1e849b_0
- bioconductor-geneplotter=1.80.0=r43hdfd78af_0
- bioconductor-genomeinfodb=1.38.1=r43hdfd78af_1
- bioconductor-genomeinfodbdata=1.2.11=r43hdfd78af_1
- bioconductor-genomicranges=1.54.1=r43ha9d7317_1
- bioconductor-ggtree=3.10.0=r43hdfd78af_0
- bioconductor-go.db=3.18.0=r43hdfd78af_0
- bioconductor-gosemsim=2.28.0=r43hf17093f_0
- bioconductor-hdo.db=0.99.1=r43hdfd78af_2
- bioconductor-iranges=2.36.0=r43ha9d7317_1
- bioconductor-keggrest=1.42.0=r43hdfd78af_0
- bioconductor-matrixgenerics=1.14.0=r43hdfd78af_1
- bioconductor-org.mm.eg.db=3.18.0=r43hdfd78af_0
- bioconductor-qvalue=2.34.0=r43hdfd78af_0
- bioconductor-s4arrays=1.2.0=r43ha9d7317_1
- bioconductor-s4vectors=0.40.2=r43ha9d7317_1
- bioconductor-sparsearray=1.2.2=r43ha9d7317_1
- bioconductor-summarizedexperiment=1.32.0=r43hdfd78af_0
- bioconductor-treeio=1.26.0=r43hdfd78af_1
- bioconductor-xvector=0.42.0=r43ha9d7317_1
- bioconductor-zlibbioc=1.48.0=r43ha9d7317_1
- bioinfokit=2.1.3=pyh7cba7a3_0
- boltons=23.0.0=pyhd8ed1ab_0
- boto3=1.26.139=pyhd8ed1ab_0
- botocore=1.29.139=pyhd8ed1ab_0
- brotli=1.1.0=hd590300_1
- brotli-bin=1.1.0=hd590300_1
- brotlipy=0.7.0=py311hd4cff14_1005
- bwidget=1.9.14=ha770c72_1
- bzip2=1.0.8=h7f98852_4
- c-ares=1.19.1=hd590300_0
- ca-certificates=2023.5.7=hbcca054_0
- cachetools=5.3.0=pyhd8ed1ab_0
- cairo=1.16.0=hbbf8b49_1016
- certifi=2023.5.7=pyhd8ed1ab_0
- cffi=1.15.1=py311h409f033_3
- charset-normalizer=2.1.1=pyhd8ed1ab_0
- coin-or-cbc=2.10.10=h9002f0b_0
- coin-or-cgl=0.60.7=h516709c_0
- coin-or-clp=1.17.8=h1ee7a9c_0
- coin-or-osi=0.108.8=ha2443b9_0
- coin-or-utils=2.11.9=hee58242_0
- coincbc=2.10.10=0_metapackage
- colorama=0.4.6=pyhd8ed1ab_0
- comm=0.2.2=pyhd8ed1ab_0
- conda=23.3.1=py311h38be061_0
- conda-package-handling=2.0.2=pyh38be061_0
- conda-package-streaming=0.7.0=pyhd8ed1ab_1
- configargparse=1.5.3=pyhd8ed1ab_0
- connection_pool=0.0.3=pyhd3deb0d_0
- contourpy=1.2.1=py311h9547e67_0
- cryptography=40.0.2=py311h9b4c7bb_0
- curl=8.1.2=h409715c_0
- cycler=0.12.1=pyhd8ed1ab_0
- datrie=0.8.2=py311hd4cff14_6
- debugpy=1.8.1=py311hb755f60_0
- decorator=5.1.1=pyhd8ed1ab_0
- defusedxml=0.7.1=pyhd8ed1ab_0
- docutils=0.20.1=py311h38be061_0
- dpath=2.1.6=pyha770c72_0
- dropbox=11.36.0=pyhd8ed1ab_0
- et_xmlfile=1.1.0=pyhd8ed1ab_0
- exa=0.10.1=habb4d0f_0
- exceptiongroup=1.1.1=pyhd8ed1ab_0
- executing=2.0.1=pyhd8ed1ab_0
- expat=2.5.0=hcb278e6_1
- fastp=0.23.3=h5f740d0_0
- filechunkio=1.8=py_2
- filelock=3.12.0=pyhd8ed1ab_0
- fmt=9.1.0=h924138e_0
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
- font-ttf-inconsolata=3.000=h77eed37_0
- font-ttf-source-code-pro=2.038=h77eed37_0
- font-ttf-ubuntu=0.83=hab24e00_0
- fontconfig=2.14.2=h14ed4e7_0
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.51.0=py311h459d7ec_0
- freetype=2.12.1=hca18f0e_1
- fribidi=1.0.10=h36c2ea0_0
- frozenlist=1.3.3=py311hd4cff14_0
- ftputil=5.0.4=pyhd8ed1ab_0
- gcc_impl_linux-64=12.2.0=hcc96c02_19
- gettext=0.21.1=h27087fc_0
- gfortran_impl_linux-64=12.2.0=h55be85b_19
- git=2.40.1=pl5321h86e50cf_0
- gitdb=4.0.10=pyhd8ed1ab_0
- gitpython=3.1.31=pyhd8ed1ab_0
- glib=2.76.3=hfc55251_0
- glib-tools=2.76.3=hfc55251_0
- glpk=5.0=h445213a_0
- gmp=6.3.0=h59595ed_1
- google-api-core=2.11.0=pyhd8ed1ab_0
- google-api-python-client=2.86.0=pyhd8ed1ab_0
- google-auth=2.18.1=pyh1a96a4e_0
- google-auth-httplib2=0.1.0=pyhd8ed1ab_1
- google-cloud-core=2.3.2=pyhd8ed1ab_0
- google-cloud-storage=2.9.0=pyh1a96a4e_0
- google-crc32c=1.1.2=py311h98db957_4
- google-resumable-media=2.5.0=pyhd8ed1ab_0
- googleapis-common-protos=1.57.1=pyhd8ed1ab_0
- graphite2=1.3.13=h58526e2_1001
- greenlet=2.0.2=py311hb755f60_1
- grpcio=1.55.0=py311ha6695c7_0
- gsl=2.7=he838d99_0
- gxx_impl_linux-64=12.2.0=hcc96c02_19
- harfbuzz=7.3.0=hdb3a94d_0
- htop=3.2.2=h8228510_0
- htslib=1.17=h81da01d_2
- httplib2=0.22.0=pyhd8ed1ab_0
- humanfriendly=10.0=py311h38be061_4
- icu=72.1=hcb278e6_0
- idna=3.4=pyhd8ed1ab_0
- importlib-metadata=6.6.0=pyha770c72_0
- importlib_metadata=6.6.0=hd8ed1ab_0
- importlib_resources=5.12.0=pyhd8ed1ab_0
- iniconfig=2.0.0=pyhd8ed1ab_0
- ipykernel=6.29.3=pyhd33586a_0
- ipython=8.21.0=pyh707e725_0
- isa-l=2.30.0=ha770c72_4
- jedi=0.19.1=pyhd8ed1ab_0
- jinja2=3.1.2=pyhd8ed1ab_1
- jmespath=1.0.1=pyhd8ed1ab_0
- joblib=1.4.0=pyhd8ed1ab_0
- jq=1.5=0
- jsonpatch=1.32=pyhd8ed1ab_0
- jsonpointer=2.0=py_0
- jsonschema=4.17.3=pyhd8ed1ab_0
- jupyter_client=8.6.1=pyhd8ed1ab_0
- jupyter_core=5.3.0=py311h38be061_0
- kernel-headers_linux-64=2.6.32=he073ed8_15
- keyutils=1.6.1=h166bdaf_0
- kiwisolver=1.4.5=py311h9547e67_1
- krb5=1.20.1=h81ceb04_0
- lcms2=2.15=haa2dc70_1
- ld_impl_linux-64=2.40=h41732ed_0
- ldc=1.28.1=hcf88599_0
- lerc=4.0.0=h27087fc_0
- libabseil=20230125.2=cxx17_h59595ed_2
- libarchive=3.6.2=h039dbb9_1
- libblas=3.9.0=16_linux64_openblas
- libbrotlicommon=1.1.0=hd590300_1
- libbrotlidec=1.1.0=hd590300_1
- libbrotlienc=1.1.0=hd590300_1
- libcblas=3.9.0=16_linux64_openblas
- libcrc32c=1.1.2=h9c3ff4c_0
- libcurl=8.1.2=h409715c_0
- libdeflate=1.18=h0b41bf4_0
- libedit=3.1.20191231=he28a2e2_2
- libev=4.33=h516909a_1
- libexpat=2.5.0=hcb278e6_1
- libffi=3.4.2=h7f98852_5
- libgcc=7.2.0=h69d50b8_2
- libgcc-devel_linux-64=12.2.0=h3b97bd3_19
- libgcc-ng=12.2.0=h65d4601_19
- libgfortran-ng=13.2.0=h69a702a_0
- libgfortran5=13.2.0=ha4646dd_0
- libglib=2.76.3=hebfc3b9_0
- libgomp=12.2.0=h65d4601_19
- libgrpc=1.55.0=h59456c1_0
- libiconv=1.17=h166bdaf_0
- libjpeg-turbo=2.1.5.1=h0b41bf4_0
- liblapack=3.9.0=16_linux64_openblas
- liblapacke=3.9.0=16_linux64_openblas
- libllvm12=12.0.1=hf817b99_2
- libmamba=1.4.2=hcea66bb_0
- libmambapy=1.4.2=py311h1f88262_0
- libnghttp2=1.52.0=h61bc06f_0
- libnl=3.7.0=h166bdaf_0
- libnsl=2.0.0=h7f98852_0
- libopenblas=0.3.21=pthreads_h78a6416_3
- libpng=1.6.39=h753d276_0
- libprotobuf=4.23.1=hd1fb520_0
- libsanitizer=12.2.0=h46fd767_19
- libsodium=1.0.18=h36c2ea0_1
- libsolv=0.7.23=h3eb15da_0
- libsqlite=3.42.0=h2797004_0
- libssh2=1.10.0=hf14f497_3
- libstdcxx-devel_linux-64=12.2.0=h3b97bd3_19
- libstdcxx-ng=12.2.0=h46fd767_19
- libtiff=4.5.0=ha587672_6
- libuuid=2.38.1=h0b41bf4_0
- libwebp-base=1.3.0=h0b41bf4_0
- libxcb=1.15=h0b41bf4_0
- libxcrypt=4.4.36=hd590300_1
- libxml2=2.11.5=h0d562d8_0
- libzlib=1.2.13=h166bdaf_4
- logmuse=0.2.6=pyh8c360ce_0
- lz4-c=1.9.4=hcb278e6_0
- lzo=2.10=h516909a_1000
- make=4.3=hd18ef5c_1
- mamba=1.4.2=py311h3072747_0
- markdown-it-py=2.2.0=pyhd8ed1ab_0
- markupsafe=2.1.2=py311h2582759_0
- matplotlib-base=3.8.0=py311h54ef318_1
- matplotlib-inline=0.1.6=pyhd8ed1ab_0
- matplotlib-venn=0.11.10=pyhd8ed1ab_0
- mdurl=0.1.0=pyhd8ed1ab_0
- msgpack-python=1.0.5=py311ha3edf6b_0
- multidict=6.0.4=py311h2582759_0
- munkres=1.1.4=pyh9f0ad1d_0
- nbformat=5.8.0=pyhd8ed1ab_0
- ncurses=6.3=h27087fc_1
- neovim=0.3.1=pyhd8ed1ab_3
- nest-asyncio=1.6.0=pyhd8ed1ab_0
- nlopt=2.7.1=py311he53e775_3
- numpy=1.24.3=py311h64a7726_0
- oauth2client=4.1.3=py_0
- openjpeg=2.5.0=hfec8fc6_2
- openpyxl=3.1.2=py311h459d7ec_1
- openssl=3.1.0=hd590300_3
- packaging=23.1=pyhd8ed1ab_0
- pandas=2.0.1=py311h320fe9a_1
- pandoc=2.19.2=h32600fe_2
- pango=1.50.14=heaa33ce_1
- paramiko=3.1.0=pyhd8ed1ab_0
- parso=0.8.4=pyhd8ed1ab_0
- patsy=0.5.6=pyhd8ed1ab_0
- pcre2=10.40=hc3806b6_0
- peppy=0.35.5=pyhd8ed1ab_0
- perl=5.32.1=2_h7f98852_perl5
- pexpect=4.9.0=pyhd8ed1ab_0
- pickleshare=0.7.5=py_1003
- pillow=9.5.0=py311h0b84326_1
- pip=23.1.2=pyhd8ed1ab_0
- pixman=0.40.0=h36c2ea0_0
- pkgutil-resolve-name=1.3.10=pyhd8ed1ab_0
- plac=1.3.5=pyhd8ed1ab_0
- platformdirs=3.5.1=pyhd8ed1ab_0
- pluggy=1.0.0=pyhd8ed1ab_5
- ply=3.11=py_1
- pooch=1.8.1=pyhd8ed1ab_0
- prettytable=3.7.0=pyhd8ed1ab_0
- prompt-toolkit=3.0.42=pyha770c72_0
- protobuf=4.23.1=py311hbec7ed6_1
- psutil=5.9.5=py311h2582759_0
- pthread-stubs=0.4=h36c2ea0_1001
- ptyprocess=0.7.0=pyhd3deb0d_0
- pulp=2.7.0=py311h38be061_0
- pure_eval=0.2.2=pyhd8ed1ab_0
- pyasn1=0.4.8=py_0
- pyasn1-modules=0.2.7=py_0
- pybind11-abi=4=hd8ed1ab_3
- pycosat=0.6.4=py311hd4cff14_1
- pycparser=2.21=pyhd8ed1ab_0
- pygments=2.15.1=pyhd8ed1ab_0
- pynacl=1.5.0=py311hd4cff14_2
- pynvim=0.4.3=pyhd8ed1ab_1
- pyopenssl=23.1.1=pyhd8ed1ab_0
- pyparsing=3.0.9=pyhd8ed1ab_0
- pyrsistent=0.19.3=py311h2582759_0
- pysftp=0.2.9=py_1
- pysocks=1.7.1=pyha2e5f31_6
- pytest=7.3.1=pyhd8ed1ab_0
- python=3.11.3=h2755cc3_0_cpython
- python-dateutil=2.8.2=pyhd8ed1ab_0
- python-fastjsonschema=2.17.1=pyhd8ed1ab_0
- python-irodsclient=1.1.8=pyhd8ed1ab_0
- python-tzdata=2023.3=pyhd8ed1ab_0
- python_abi=3.11=3_cp311
- pytz=2023.3=pyhd8ed1ab_0
- pyu2f=0.1.5=pyhd8ed1ab_0
- pyyaml=6.0=py311hd4cff14_5
- pyzmq=25.1.1=py311h75c88c4_1
- r=4.3=r43hd8ed1ab_1007
- r-abind=1.4_5=r43hc72bb7e_1005
- r-ape=5.7_1=r43h08d816e_1
- r-aplot=0.2.2=r43hc72bb7e_0
- r-askpass=1.2.0=r43h57805ef_0
- r-assertthat=0.2.1=r43hc72bb7e_4
- r-backports=1.4.1=r43h57805ef_2
- r-base=4.3.0=hfabd6f2_1
- r-base64enc=0.1_3=r43h57805ef_1006
- r-batchjobs=1.9=r43hc72bb7e_2
- r-bbmisc=1.13=r43h57805ef_2
- r-bh=1.84.0_0=r43hc72bb7e_0
- r-bit=4.0.5=r43h57805ef_1
- r-bit64=4.0.5=r43h57805ef_2
- r-bitops=1.0_7=r43h57805ef_2
- r-blob=1.2.4=r43hc72bb7e_1
- r-boot=1.3_30=r43hc72bb7e_0
- r-brew=1.0_10=r43hc72bb7e_0
- r-broom=1.0.5=r43hc72bb7e_1
- r-bslib=0.7.0=r43hc72bb7e_0
- r-cachem=1.0.8=r43h57805ef_1
- r-callr=3.7.6=r43hc72bb7e_0
- r-car=3.1_2=r43hc72bb7e_1
- r-cardata=3.0_5=r43hc72bb7e_2
- r-caret=6.0_94=r43h57805ef_1
- r-catools=1.18.2=r43ha503ecb_2
- r-cellranger=1.1.0=r43hc72bb7e_1006
- r-checkmate=2.3.0=r43h57805ef_0
- r-class=7.3_22=r43h57805ef_1
- r-cli=3.6.2=r43ha503ecb_0
- r-clipr=0.8.0=r43hc72bb7e_2
- r-clock=0.7.0=r43ha503ecb_1
- r-cluster=2.1.6=r43h61816a4_0
- r-codetools=0.2_20=r43hc72bb7e_0
- r-colorspace=2.1_0=r43h57805ef_1
- r-conflicted=1.2.0=r43h785f33e_1
- r-conquer=1.3.3=r43h08d816e_2
- r-corrplot=0.92=r43hc72bb7e_2
- r-cowplot=1.1.3=r43hc72bb7e_0
- r-cpp11=0.4.7=r43hc72bb7e_0
- r-crayon=1.5.2=r43hc72bb7e_2
- r-crosstalk=1.2.1=r43hc72bb7e_0
- r-curl=5.0.1=r43hf9611b0_0
- r-data.table=1.15.2=r43h029312a_0
- r-dbi=1.2.2=r43hc72bb7e_0
- r-dbplyr=2.4.0=r43hc72bb7e_0
- r-dendextend=1.17.1=r43hc72bb7e_1
- r-diagram=1.6.5=r43ha770c72_2
- r-digest=0.6.35=r43ha503ecb_0
- r-downloader=0.4=r43hc72bb7e_1005
- r-dplyr=1.1.4=r43ha503ecb_0
- r-dt=0.33=r43hc72bb7e_0
- r-dtplyr=1.3.1=r43hc72bb7e_1
- r-e1071=1.7_14=r43ha503ecb_0
- r-ellipse=0.5.0=r43hc72bb7e_0
- r-ellipsis=0.3.2=r43h57805ef_2
- r-emmeans=1.10.1=r43hc72bb7e_0
- r-estimability=1.4.1=r43hc72bb7e_2
- r-evaluate=0.23=r43hc72bb7e_0
- r-factoextra=1.0.7=r43hc72bb7e_3
- r-factominer=2.10=r43h57805ef_0
- r-fansi=1.0.6=r43h57805ef_0
- r-farver=2.1.1=r43ha503ecb_2
- r-fastmap=1.1.1=r43ha503ecb_1
- r-fastmatch=1.1_4=r43h57805ef_0
- r-flashclust=1.01_2=r43h61816a4_1008
- r-fontawesome=0.5.2=r43hc72bb7e_0
- r-forcats=1.0.0=r43hc72bb7e_1
- r-foreach=1.5.2=r43hc72bb7e_2
- r-foreign=0.8_86=r43h57805ef_0
- r-formatr=1.14=r43hc72bb7e_1
- r-fs=1.6.3=r43ha503ecb_0
- r-futile.logger=1.4.3=r43hc72bb7e_1005
- r-futile.options=1.0.1=r43hc72bb7e_1004
- r-future=1.33.2=r43h785f33e_0
- r-future.apply=1.11.2=r43hc72bb7e_0
- r-gargle=1.5.2=r43h785f33e_0
- r-generics=0.1.3=r43hc72bb7e_2
- r-ggforce=0.4.2=r43ha503ecb_0
- r-ggfun=0.1.4=r43hc72bb7e_0
- r-ggnewscale=0.4.10=r43hc72bb7e_0
- r-ggplot2=3.5.0=r43hc72bb7e_0
- r-ggplotify=0.1.2=r43hc72bb7e_0
- r-ggpubr=0.6.0=r43hc72bb7e_1
- r-ggraph=2.1.0=r43ha503ecb_2
- r-ggrepel=0.9.5=r43ha503ecb_0
- r-ggsci=3.0.3=r43hc72bb7e_0
- r-ggsignif=0.6.4=r43hc72bb7e_1
- r-globals=0.16.3=r43hc72bb7e_0
- r-glue=1.7.0=r43h57805ef_0
- r-googledrive=2.1.1=r43hc72bb7e_1
- r-googlesheets4=1.1.1=r43h785f33e_1
- r-gower=1.0.1=r43h57805ef_1
- r-gplots=3.1.3.1=r43hc72bb7e_0
- r-graphlayouts=1.1.0=r43ha503ecb_0
- r-gridextra=2.3=r43hc72bb7e_1005
- r-gridgraphics=0.5_1=r43hc72bb7e_2
- r-gson=0.1.0=r43hc72bb7e_1
- r-gtable=0.3.4=r43hc72bb7e_0
- r-gtools=3.9.5=r43h57805ef_0
- r-hardhat=1.3.1=r43hc72bb7e_0
- r-haven=2.5.4=r43ha503ecb_0
- r-highr=0.10=r43hc72bb7e_1
- r-hms=1.1.3=r43hc72bb7e_1
- r-htmltools=0.5.8.1=r43ha503ecb_0
- r-htmlwidgets=1.6.4=r43hc72bb7e_1
- r-httpuv=1.6.15=r43ha503ecb_0
- r-httr=1.4.7=r43hc72bb7e_0
- r-ids=1.0.1=r43hc72bb7e_3
- r-igraph=1.5.1=r43hbd8eb98_0
- r-ipred=0.9_14=r43h57805ef_1
- r-irdisplay=1.1=r43hd8ed1ab_2
- r-irkernel=1.3.2=r43h785f33e_1
- r-isoband=0.2.7=r43ha503ecb_2
- r-iterators=1.0.14=r43hc72bb7e_2
- r-jquerylib=0.1.4=r43hc72bb7e_2
- r-jsonlite=1.8.8=r43h57805ef_0
- r-kernsmooth=2.23_22=r43h13b3f57_0
- r-knitr=1.46=r43hc72bb7e_0
- r-labeling=0.4.3=r43hc72bb7e_0
- r-lambda.r=1.2.4=r43hc72bb7e_3
- r-later=1.3.2=r43ha503ecb_0
- r-lattice=0.22_6=r43h57805ef_0
- r-lava=1.7.3=r43hc72bb7e_0
- r-lazyeval=0.2.2=r43h57805ef_4
- r-leaps=3.1=r43h61816a4_4
- r-lifecycle=1.0.4=r43hc72bb7e_0
- r-listenv=0.9.1=r43hc72bb7e_0
- r-lme4=1.1_35.2=r43ha503ecb_0
- r-locfit=1.5_9.9=r43h57805ef_0
- r-lubridate=1.9.3=r43h57805ef_0
- r-magrittr=2.0.3=r43h57805ef_2
- r-maptools=1.1_8=r43h57805ef_0
- r-mass=7.3_60=r43h57805ef_1
- r-matrix=1.6_5=r43h316c678_0
- r-matrixmodels=0.5_3=r43hc72bb7e_0
- r-matrixstats=1.2.0=r43h57805ef_0
- r-memoise=2.0.1=r43hc72bb7e_2
- r-mgcv=1.9_1=r43h316c678_0
- r-mime=0.12=r43h57805ef_2
- r-minqa=1.2.6=r43hcf54a89_0
- r-modelmetrics=1.2.2.2=r43ha503ecb_3
- r-modelr=0.1.11=r43hc72bb7e_1
- r-multcompview=0.1_10=r43hc72bb7e_0
- r-munsell=0.5.1=r43hc72bb7e_0
- r-mvtnorm=1.2_4=r43hd9ac46e_0
- r-nlme=3.1_164=r43h61816a4_0
- r-nloptr=2.0.3=r43hcf54a89_2
- r-nnet=7.3_19=r43h57805ef_1
- r-numderiv=2016.8_1.1=r43hc72bb7e_5
- r-openssl=2.1.1=r43h76d94ec_0
- r-openxlsx=4.2.5.2=r43ha503ecb_1
- r-parallelly=1.37.1=r43h57805ef_0
- r-patchwork=1.2.0=r43hc72bb7e_0
- r-pbdzmq=0.3_11=r43hc2df49b_0
- r-pbkrtest=0.5.2=r43hc72bb7e_1
- r-pheatmap=1.0.12=r43hc72bb7e_4
- r-pillar=1.9.0=r43hc72bb7e_1
- r-pkgconfig=2.0.3=r43hc72bb7e_3
- r-plogr=0.2.0=r43hc72bb7e_1005
- r-plyr=1.8.9=r43ha503ecb_0
- r-png=0.1_8=r43h81d01c5_1
- r-polyclip=1.10_6=r43ha503ecb_0
- r-polynom=1.4_1=r43hc72bb7e_2
- r-prettyunits=1.2.0=r43hc72bb7e_0
- r-proc=1.18.5=r43ha503ecb_0
- r-processx=3.8.4=r43h57805ef_0
- r-prodlim=2023.08.28=r43ha503ecb_0
- r-progress=1.2.3=r43hc72bb7e_0
- r-progressr=0.14.0=r43hc72bb7e_0
- r-promises=1.3.0=r43ha503ecb_0
- r-proxy=0.4_27=r43h57805ef_2
- r-ps=1.7.6=r43h57805ef_0
- r-purrr=1.0.2=r43h57805ef_0
- r-quantreg=5.97=r43hd9ac46e_0
- r-r6=2.5.1=r43hc72bb7e_2
- r-ragg=1.2.6=r43h884c59f_0
- r-rappdirs=0.3.3=r43h57805ef_2
- r-rcolorbrewer=1.1_3=r43h785f33e_2
- r-rcpp=1.0.12=r43h7df8631_0
- r-rcpparmadillo=0.12.8.2.0=r43h08d816e_0
- r-rcppeigen=0.3.4.0.0=r43h08d816e_0
- r-rcurl=1.98_1.12=r43hf9611b0_2
- r-readr=2.1.5=r43ha503ecb_0
- r-readxl=1.4.3=r43ha5c9fba_0
- r-recipes=1.0.10=r43hc72bb7e_0
- r-recommended=4.3=r43hd8ed1ab_1006
- r-rematch=2.0.0=r43hc72bb7e_0
- r-rematch2=2.1.2=r43hc72bb7e_3
- r-remotes=2.5.0=r43hc72bb7e_0
- r-repr=1.1.7=r43h785f33e_0
- r-reprex=2.1.0=r43hc72bb7e_0
- r-reshape2=1.4.4=r43ha503ecb_3
- r-rio=0.5.30=r43hc72bb7e_0
- r-rlang=1.1.3=r43ha503ecb_0
- r-rmarkdown=2.26=r43hc72bb7e_0
- r-rpart=4.1.23=r43h57805ef_0
- r-rsqlite=2.3.4=r43ha503ecb_0
- r-rstatix=0.7.2=r43hc72bb7e_1
- r-rstudioapi=0.16.0=r43hc72bb7e_0
- r-rvest=1.0.4=r43hc72bb7e_0
- r-sass=0.4.9=r43ha503ecb_0
- r-scales=1.3.0=r43hc72bb7e_0
- r-scatterpie=0.2.2=r43hc72bb7e_0
- r-scatterplot3d=0.3_44=r43h785f33e_1
- r-selectr=0.4_2=r43hc72bb7e_3
- r-sendmailr=1.4_0=r43hc72bb7e_1
- r-shadowtext=0.1.3=r43hc72bb7e_0
- r-shape=1.4.6.1=r43ha770c72_0
- r-snow=0.4_4=r43hc72bb7e_2
- r-sp=2.1_3=r43h57805ef_0
- r-sparsem=1.81=r43h61816a4_2
- r-spatial=7.3_17=r43h57805ef_0
- r-squarem=2021.1=r43hc72bb7e_2
- r-statmod=1.5.0=r43hd8f1df9_1
- r-stringi=1.7.12=r43hc0c3e09_2
- r-stringr=1.5.1=r43h785f33e_0
- r-survival=3.5_8=r43h57805ef_0
- r-sys=3.4.2=r43h57805ef_1
- r-systemfonts=1.0.5=r43haf97adc_0
- r-textshaping=0.3.6=r43h24cd192_6
- r-tibble=3.2.1=r43h57805ef_2
- r-tidygraph=1.3.0=r43ha503ecb_0
- r-tidyr=1.3.1=r43ha503ecb_0
- r-tidyselect=1.2.0=r43hc72bb7e_1
- r-tidytree=0.4.6=r43hc72bb7e_0
- r-tidyverse=2.0.0=r43h785f33e_1
- r-timechange=0.3.0=r43ha503ecb_0
- r-timedate=4032.109=r43hc72bb7e_0
- r-tinytex=0.50=r43hc72bb7e_0
- r-tsne=0.1_3.1=r43ha770c72_2
- r-tweenr=2.0.3=r43ha503ecb_0
- r-tzdb=0.4.0=r43ha503ecb_1
- r-utf8=1.2.4=r43h57805ef_0
- r-uuid=1.2_0=r43h57805ef_0
- r-vctrs=0.6.5=r43ha503ecb_0
- r-viridis=0.6.5=r43hc72bb7e_0
- r-viridislite=0.4.2=r43hc72bb7e_1
- r-vroom=1.6.5=r43ha503ecb_0
- r-withr=3.0.0=r43hc72bb7e_0
- r-xfun=0.43=r43ha503ecb_0
- r-xml=3.99_0.15=r43hc38eee6_0
- r-xml2=1.3.5=r43h1ad5fc0_0
- r-xtable=1.8_4=r43hc72bb7e_5
- r-yaml=2.3.8=r43h57805ef_0
- r-yulab.utils=0.1.4=r43hc72bb7e_0
- r-zip=2.3.1=r43h57805ef_0
- re2=2023.03.02=h8c504da_0
- readline=8.2=h8228510_1
- reproc=14.2.4=h0b41bf4_0
- reproc-cpp=14.2.4=hcb278e6_0
- requests=2.31.0=pyhd8ed1ab_0
- reretry=0.11.8=pyhd8ed1ab_0
- rich=13.3.5=pyhd8ed1ab_0
- rsa=4.9=pyhd8ed1ab_0
- ruamel.yaml=0.17.26=py311h459d7ec_0
- ruamel.yaml.clib=0.2.7=py311h2582759_1
- s3transfer=0.6.1=pyhd8ed1ab_0
- sambamba=1.0=h98b6b92_0
- samtools=1.17=hd87286a_1
- scikit-learn=1.4.1.post1=py311hc009520_0
- scipy=1.10.1=py311h64a7726_3
- seaborn=0.13.2=hd8ed1ab_0
- seaborn-base=0.13.2=pyhd8ed1ab_0
- sed=4.8=he412f7d_0
- setuptools=67.7.2=pyhd8ed1ab_0
- setuptools-scm=7.1.0=pyhd8ed1ab_0
- six=1.16.0=pyh6c4a22f_0
- slacker=0.14.0=py_0
- smart_open=6.3.0=pyhd8ed1ab_1
- smmap=3.0.5=pyh44b312d_0
- snakemake=7.26.0=hdfd78af_0
- snakemake-minimal=7.26.0=pyhdfd78af_0
- stack_data=0.6.2=pyhd8ed1ab_0
- star=2.7.10b=h9ee0642_0
- statsmodels=0.14.1=py311h1f0f07a_0
- stone=3.3.1=pyhd8ed1ab_0
- stopit=1.1.2=py_0
- subread=2.0.3=he4a0461_3
- sysroot_linux-64=2.12=he073ed8_15
- tabulate=0.9.0=pyhd8ed1ab_1
- textwrap3=0.9.2=py_0
- threadpoolctl=3.4.0=pyhc1e730c_0
- throttler=1.2.1=pyhd8ed1ab_0
- tk=8.6.12=h27826a3_0
- tktable=2.10=hb7b940f_3
- toml=0.10.2=pyhd8ed1ab_0
- tomli=2.0.1=pyhd8ed1ab_0
- tomlkit=0.11.8=pyha770c72_0
- toolz=0.12.0=pyhd8ed1ab_0
- toposort=1.10=pyhd8ed1ab_0
- tornado=6.4=py311h459d7ec_0
- tqdm=4.65.0=pyhd8ed1ab_1
- traitlets=5.9.0=pyhd8ed1ab_0
- typing-extensions=4.6.1=hd8ed1ab_0
- typing_extensions=4.6.1=pyha770c72_0
- tzdata=2023c=h71feb2d_0
- ubiquerg=0.6.2=pyhd8ed1ab_0
- unicodedata2=15.1.0=py311h459d7ec_0
- uritemplate=4.1.1=pyhd8ed1ab_0
- urllib3=1.26.15=pyhd8ed1ab_0
- veracitools=0.1.3=py_0
- vim=9.0.1425=py311pl5321hf9d0b55_0
- wcwidth=0.2.6=pyhd8ed1ab_0
- wheel=0.40.0=pyhd8ed1ab_0
- wrapt=1.15.0=py311h2582759_0
- xmltodict=0.13.0=pyhd8ed1ab_0
- xorg-kbproto=1.0.7=h7f98852_1002
- xorg-libice=1.0.10=h7f98852_0
- xorg-libsm=1.2.3=hd9c2040_1000
- xorg-libx11=1.8.4=h8ee46fc_1
- xorg-libxau=1.0.11=hd590300_0
- xorg-libxdmcp=1.1.3=h7f98852_0
- xorg-libxext=1.3.4=h0b41bf4_2
- xorg-libxrender=0.9.10=h7f98852_1003
- xorg-libxt=1.2.1=h7f98852_2
- xorg-renderproto=0.11.1=h7f98852_1002
- xorg-xextproto=7.3.0=h0b41bf4_1003
- xorg-xproto=7.0.31=h7f98852_1007
- xz=5.2.6=h166bdaf_0
- yaml=0.2.5=h7f98852_2
- yaml-cpp=0.7.0=h27087fc_2
- yarl=1.9.1=py311h459d7ec_0
- yq=3.2.2=pyhd8ed1ab_0
- yte=1.5.1=pyha770c72_2
- zeromq=4.3.5=h59595ed_1
- zipp=3.15.0=pyhd8ed1ab_0
- zlib=1.2.13=h166bdaf_4
- zstandard=0.19.0=py311hbe0fcd7_1
- zstd=1.5.2=h3eb15da_6