-
Notifications
You must be signed in to change notification settings - Fork 0
/
pixi.lock
7854 lines (7854 loc) · 206 KB
/
pixi.lock
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
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
metadata:
content_hash:
linux-64: 66cab2c76f5120ac2278b49ce5c82676ce2083676cbc98b586afdd1ccbc77dc5
channels:
- url: https://conda.anaconda.org/conda-forge/
used_env_vars: []
- url: https://conda.anaconda.org/bioconda/
used_env_vars: []
platforms:
- linux-64
sources: []
time_metadata: null
git_metadata: null
inputs_metadata: null
custom_metadata: null
package:
- name: _libgcc_mutex
version: '0.1'
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
hash:
md5: d7c89558ba9fa0495403155b64376d81
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
optional: false
category: main
build: conda_forge
arch: x86_64
subdir: linux-64
build_number: 0
license: None
size: 2562
timestamp: 1578324546067
- name: _openmp_mutex
version: '4.5'
manager: conda
platform: linux-64
dependencies:
_libgcc_mutex: ==0.1 conda_forge
libgomp: '>=7.5.0'
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
hash:
md5: 73aaf86a425cc6e73fcf236a5a46396d
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
optional: false
category: main
build: 2_gnu
arch: x86_64
subdir: linux-64
build_number: 16
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- name: _r-mutex
version: 1.0.1
manager: conda
platform: linux-64
dependencies: {}
url: https://conda.anaconda.org/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2
hash:
md5: 19f9db5f4f1b7f5ef5f6d67207f25f38
sha256: e58f9eeb416b92b550e824bcb1b9fb1958dee69abfe3089dfd1a9173e3a0528a
optional: false
category: main
build: anacondar_1
arch: x86_64
subdir: linux-64
build_number: 1
license: BSD
noarch: generic
size: 3566
timestamp: 1562343890778
- name: argcomplete
version: 3.1.2
manager: conda
platform: linux-64
dependencies:
python: '>=3.8'
url: https://conda.anaconda.org/conda-forge/noarch/argcomplete-3.1.2-pyhd8ed1ab_0.conda
hash:
md5: 05718204d3570baccbda39c830bbe4d9
sha256: fc193581a3084f0e732145a99d488838ab394d8d97bd200bcdf9e4be00e0d07d
optional: false
category: main
build: pyhd8ed1ab_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Apache-2.0
license_family: Apache
noarch: python
size: 39476
timestamp: 1694937085441
- name: atk-1.0
version: 2.38.0
manager: conda
platform: linux-64
dependencies:
libgcc-ng: '>=12'
libglib: '>=2.74.1,<3.0a0'
libstdcxx-ng: '>=12'
url: https://conda.anaconda.org/conda-forge/linux-64/atk-1.0-2.38.0-hd4edc92_1.tar.bz2
hash:
md5: 6c72ec3e660a51736913ef6ea68c454b
sha256: 2f9314de13c1f0b54510a2afa0cdc02c0e3f828fccfc4277734f9590b11a65f1
optional: false
category: main
build: hd4edc92_1
arch: x86_64
subdir: linux-64
build_number: 1
constrains:
- atk-1.0 2.38.0
license: LGPL-2.0-or-later
license_family: LGPL
size: 551928
timestamp: 1667420962627
- name: binutils_impl_linux-64
version: '2.40'
manager: conda
platform: linux-64
dependencies:
ld_impl_linux-64: ==2.40 h41732ed_0
sysroot_linux-64: '*'
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda
hash:
md5: 33084421a8c0af6aef1b439707f7662a
sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d
optional: false
category: main
build: hf600244_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3.0-only
license_family: GPL
size: 5414922
timestamp: 1674833958334
- name: bioconductor-annotationdbi
version: 1.62.2
manager: conda
platform: linux-64
dependencies:
bioconductor-biobase: '>=2.60.0,<2.61.0'
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-keggrest: '>=1.40.0,<1.41.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
r-base: '>=4.3,<4.4.0a0'
r-dbi: '*'
r-rsqlite: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-annotationdbi-1.62.2-r43hdfd78af_0.tar.bz2
hash:
md5: 57149a94fd6e1cc3eca114d97cb20edb
sha256: 0aa109b614a444971bb3b8038f18b51f7a2c7e019ad52ad4de8ee5d464bd9dc9
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 5184694
timestamp: 1689100948832
- name: bioconductor-annotationhub
version: 3.8.0
manager: conda
platform: linux-64
dependencies:
bioconductor-annotationdbi: '>=1.62.0,<1.63.0'
bioconductor-biocfilecache: '>=2.8.0,<2.9.0'
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-biocversion: '>=3.17.0,<3.18.0'
bioconductor-interactivedisplaybase: '>=1.38.0,<1.39.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
r-base: '>=4.3,<4.4.0a0'
r-biocmanager: '*'
r-curl: '*'
r-dplyr: '*'
r-httr: '*'
r-rappdirs: '*'
r-rsqlite: '*'
r-yaml: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-annotationhub-3.8.0-r43hdfd78af_0.tar.bz2
hash:
md5: f25c395267d8d4b7f6cc2a8af6268d0b
sha256: febcb87311e9e4d5d9c8f22bbfbd7d8eba5f8b7e90e1b881d728d30068f5e848
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 1281226
timestamp: 1689107300413
- name: bioconductor-beachmat
version: 2.16.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
r-matrix: '*'
r-rcpp: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-beachmat-2.16.0-r43hf17093f_0.tar.bz2
hash:
md5: 76b9266698c8f7f44eb12c27de3435f8
sha256: 499b758b7ef47523ac5cdde4262f66539df499c9169940ef2287a85eaccee505
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3
size: 1354801
timestamp: 1689066675944
- name: bioconductor-biobase
version: 2.60.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-biobase-2.60.0-r43ha9d7317_0.tar.bz2
hash:
md5: c6d5307e4470c82c0f310597e9204144
sha256: 858e796d14399dffe0c93ed319801c3f997f051c0cffa5badde9ad95cb8b5853
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 2544508
timestamp: 1688746106400
- name: bioconductor-biocfilecache
version: 2.8.0
manager: conda
platform: linux-64
dependencies:
r-base: '>=4.3,<4.4.0a0'
r-curl: '*'
r-dbi: '*'
r-dbplyr: '>=1.0.0'
r-dplyr: '*'
r-filelock: '*'
r-httr: '*'
r-rsqlite: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-biocfilecache-2.8.0-r43hdfd78af_0.tar.bz2
hash:
md5: 2d5b00e49eac109466aaa39965a13dec
sha256: a86e0a9e3fd538677d81d9dcd2cedc6eaec8e3cd95de22771361e52e18d5ee48
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 590606
timestamp: 1688717189510
- name: bioconductor-biocgenerics
version: 0.46.0
manager: conda
platform: linux-64
dependencies:
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-biocgenerics-0.46.0-r43hdfd78af_0.tar.bz2
hash:
md5: 34516770d5b280ae7ec9a3249b3fd2f3
sha256: f47524e4951f961ca9e207e1801bd6e692390fa862b58062d6467e8e1abb3e04
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 655383
timestamp: 1688719291494
- name: bioconductor-biocparallel
version: 1.34.2
manager: conda
platform: linux-64
dependencies:
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
r-bh: '*'
r-codetools: '*'
r-cpp11: '*'
r-futile.logger: '*'
r-snow: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-biocparallel-1.34.2-r43hf17093f_0.tar.bz2
hash:
md5: d93d6ab849dcf7db288bbdabf1197b12
sha256: 291b6023bf210818ef731646fddeb32496894c993f949f09a1473b5300474c0c
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-2 | GPL-3
size: 1697010
timestamp: 1688722390264
- name: bioconductor-biocversion
version: 3.17.1
manager: conda
platform: linux-64
dependencies:
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-biocversion-3.17.1-r43hdfd78af_0.tar.bz2
hash:
md5: 9b8c804c9ca2171b54f6ce1dd5351dd1
sha256: 596354de705a2e9ef01202e74888a8556f0175a8e3b5151050fe65115129b351
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 15297
timestamp: 1688721806295
- name: bioconductor-biostrings
version: 2.68.1
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-genomeinfodb: '>=1.36.0,<1.37.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-xvector: '>=0.40.0,<0.41.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
r-crayon: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-biostrings-2.68.1-r43ha9d7317_0.tar.bz2
hash:
md5: 5189096a26f4d3fdd16520ae6391b15d
sha256: aff50585b98c736ff1049662e629410365bb43eda5bcefab7ae966856d5c5693
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 14262537
timestamp: 1689025767144
- name: bioconductor-cytomapper
version: 1.12.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocparallel: '>=1.34.0,<1.35.0'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-ebimage: '>=4.42.0,<4.43.0'
bioconductor-hdf5array: '>=1.28.0,<1.29.0'
bioconductor-rhdf5: '>=2.44.0,<2.45.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-singlecellexperiment: '>=1.22.0,<1.23.0'
bioconductor-spatialexperiment: '>=1.10.0,<1.11.0'
bioconductor-summarizedexperiment: '>=1.30.0,<1.31.0'
r-base: '>=4.3,<4.4.0a0'
r-ggbeeswarm: '*'
r-ggplot2: '*'
r-matrixstats: '*'
r-nnls: '*'
r-raster: '*'
r-rcolorbrewer: '*'
r-shiny: '*'
r-shinydashboard: '*'
r-svglite: '*'
r-svgpanzoom: '*'
r-viridis: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-cytomapper-1.12.0-r43hdfd78af_0.tar.bz2
hash:
md5: 23711c8c89d2b1ed571ca38403636d5f
sha256: ffa9bc8ba5938f6e79552c94bf64cfb0542571f859c1328a98fc32da9ab8c869
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL (>= 2)
noarch: generic
size: 4965111
timestamp: 1689458199781
- name: bioconductor-data-packages
version: '20230718'
manager: conda
platform: linux-64
dependencies:
curl: '*'
r-base: '*'
yq: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-data-packages-20230718-hdfd78af_1.tar.bz2
hash:
md5: 456d6076d0d1a9be82f0359461e966f6
sha256: 71d91292fbbde23e4b94d09e59bf955485bfe305027b0476a1cbd263def8a252
optional: false
category: main
build: hdfd78af_1
arch: x86_64
subdir: linux-64
build_number: 1
license: MIT
noarch: generic
size: 187520
timestamp: 1689716979751
- name: bioconductor-delayedarray
version: 0.26.6
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-matrixgenerics: '>=1.12.0,<1.13.0'
bioconductor-s4arrays: '>=1.0.0,<1.1.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
r-matrix: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-delayedarray-0.26.6-r43ha9d7317_0.tar.bz2
hash:
md5: e2e37404b9d3966f572e47073f8d23f0
sha256: be61ba81f846903b6558121c594c185fa9326c7aa3f4252f6fbebaaa4b894609
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 2370217
timestamp: 1689063079816
- name: bioconductor-delayedmatrixstats
version: 1.22.1
manager: conda
platform: linux-64
dependencies:
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-matrixgenerics: '>=1.12.0,<1.13.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-sparsematrixstats: '>=1.12.0,<1.13.0'
r-base: '>=4.3,<4.4.0a0'
r-matrix: '>=1.5-0'
r-matrixstats: '>=1.0.0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-delayedmatrixstats-1.22.1-r43hdfd78af_0.tar.bz2
hash:
md5: c34a80ef52ed8e189a9903934ea06349
sha256: 4db4f8d6e2f2869a2c21f8fb2f62c66dceac604890b385bd3a62bf0cac8a8aae
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: MIT + file LICENSE
noarch: generic
size: 802194
timestamp: 1689066178989
- name: bioconductor-dropletutils
version: 1.20.0
manager: conda
platform: linux-64
dependencies:
bioconductor-beachmat: '>=2.16.0,<2.17.0'
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-biocparallel: '>=1.34.0,<1.35.0'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-delayedmatrixstats: '>=1.22.0,<1.23.0'
bioconductor-edger: '>=3.42.0,<3.43.0'
bioconductor-genomicranges: '>=1.52.0,<1.53.0'
bioconductor-hdf5array: '>=1.28.0,<1.29.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-rhdf5: '>=2.44.0,<2.45.0'
bioconductor-rhdf5lib: '>=1.22.0,<1.23.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-scuttle: '>=1.10.0,<1.11.0'
bioconductor-singlecellexperiment: '>=1.22.0,<1.23.0'
bioconductor-summarizedexperiment: '>=1.30.0,<1.31.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
r-bh: '*'
r-dqrng: '*'
r-matrix: '*'
r-r.utils: '*'
r-rcpp: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-dropletutils-1.20.0-r43hf17093f_0.tar.bz2
hash:
md5: 47cb578d643393a16d961df1274780b3
sha256: 4e9faa2ec37c154836678db1b8f1215e50f30ce7808df890b52d8494609a70ff
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3
size: 2525842
timestamp: 1689208595913
- name: bioconductor-ebimage
version: 4.42.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-abind: '*'
r-base: '>=4.3,<4.4.0a0'
r-fftwtools: '>=0.9-7'
r-htmltools: '*'
r-htmlwidgets: '*'
r-jpeg: '*'
r-locfit: '*'
r-png: '*'
r-rcurl: '*'
r-tiff: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-ebimage-4.42.0-r43hf17093f_0.tar.bz2
hash:
md5: 36ccf4268fd9d4a3ecaee496e63e06d3
sha256: dc36be3991e8f62df997fe51af63dc346dd011da03b2c980b8f264c85480cb89
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: LGPL
size: 5897599
timestamp: 1688745430450
- name: bioconductor-edger
version: 3.42.4
manager: conda
platform: linux-64
dependencies:
bioconductor-limma: '>=3.56.0,<3.57.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
r-locfit: '*'
r-rcpp: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-edger-3.42.4-r43hf17093f_0.tar.bz2
hash:
md5: 71644bfc58eee710ef68d0545e810930
sha256: 093bf04f3e9fdb94a6b3fd526442338dbd29f6791084cc630d1aee59b19c2db9
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL (>=2)
size: 2806181
timestamp: 1688768353122
- name: bioconductor-experimenthub
version: 2.8.0
manager: conda
platform: linux-64
dependencies:
bioconductor-annotationhub: '>=3.8.0,<3.9.0'
bioconductor-biocfilecache: '>=2.8.0,<2.9.0'
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
r-base: '>=4.3,<4.4.0a0'
r-biocmanager: '*'
r-rappdirs: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-experimenthub-2.8.0-r43hdfd78af_0.tar.bz2
hash:
md5: d08f48efc8da2f7f0258898a4d92c377
sha256: fe5fc64c9b4bd728cef735361e22b744817b0da2cab1a65c573f82f82b27c573
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 463697
timestamp: 1689203720778
- name: bioconductor-genomeinfodb
version: 1.36.1
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-genomeinfodbdata: '>=1.2.0,<1.3.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
r-base: '>=4.3,<4.4.0a0'
r-rcurl: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-genomeinfodb-1.36.1-r43hdfd78af_0.tar.bz2
hash:
md5: de81990889a75b4b179734dc643d8de2
sha256: 19cf06d75ea5a15e917523ecddfb4bd3e980776d95672eb78d87a698636b3024
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 4401300
timestamp: 1689017723058
- name: bioconductor-genomeinfodbdata
version: 1.2.10
manager: conda
platform: linux-64
dependencies:
bioconductor-data-packages: '>=20230706'
curl: '*'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-genomeinfodbdata-1.2.10-r43hdfd78af_0.tar.bz2
hash:
md5: 2427d0dceda29d93f73be816a0049917
sha256: 9c8a0bacfc3317f815db6a33e9aac5333c09f4f1bbece7645a4e3af5e517bdaa
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 8402
timestamp: 1688768863462
- name: bioconductor-genomicranges
version: 1.52.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-genomeinfodb: '>=1.36.0,<1.37.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-xvector: '>=0.40.0,<0.41.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-genomicranges-1.52.0-r43ha9d7317_0.tar.bz2
hash:
md5: d85eba4fd5cb3d3ff7e967659abfe4fd
sha256: fa6c6068507cd1d2a273c358aa05c1a29eb5b89eb1214d479b6c5286d83a6072
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 2306458
timestamp: 1689026313495
- name: bioconductor-hdf5array
version: 1.28.1
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-rhdf5: '>=2.44.0,<2.45.0'
bioconductor-rhdf5filters: '>=1.12.0,<1.13.0'
bioconductor-rhdf5lib: '>=1.22.0,<1.23.0'
bioconductor-s4arrays: '>=1.0.0,<1.1.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
r-matrix: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-hdf5array-1.28.1-r43ha9d7317_0.tar.bz2
hash:
md5: febfdc95216648ed39f922205eabe563
sha256: 2bd084f863b6cd3ec4938465f3a75e28994a762c57b4e3dbeeb244b35f7b1933
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 10432676
timestamp: 1689065026173
- name: bioconductor-imcdatasets
version: 1.8.0
manager: conda
platform: linux-64
dependencies:
bioconductor-cytomapper: '>=1.12.0,<1.13.0'
bioconductor-data-packages: '>=20230706'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-experimenthub: '>=2.8.0,<2.9.0'
bioconductor-hdf5array: '>=1.28.0,<1.29.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
bioconductor-singlecellexperiment: '>=1.22.0,<1.23.0'
bioconductor-spatialexperiment: '>=1.10.0,<1.11.0'
curl: '*'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-imcdatasets-1.8.0-r43hdfd78af_0.tar.bz2
hash:
md5: 09903ee65d7ea5726255d6090997231d
sha256: 1eb3718fc5ce21fba4ecb5c26f3ff3fbd3f12fbf8ad02f6beb93450d13d27dcc
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL-3 + file LICENSE
noarch: generic
size: 22052
timestamp: 1689590477682
- name: bioconductor-interactivedisplaybase
version: 1.38.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
r-base: '>=4.3,<4.4.0a0'
r-dt: '*'
r-shiny: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-interactivedisplaybase-1.38.0-r43hdfd78af_0.tar.bz2
hash:
md5: ff2f32c8117f1e5ecdfe7ef8d4d4bc86
sha256: c583c4994e772c65ba3711cde535236917bf679676c29042114a264991b57fc9
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 40355
timestamp: 1688751496529
- name: bioconductor-iranges
version: 2.34.1
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-iranges-2.34.1-r43ha9d7317_0.tar.bz2
hash:
md5: 9a96012436e97bfdf6cd6ec4e35630cd
sha256: 92d509f4489fb7815c1c6b8faff9c2bf3eea89bff59488b6165d345c046205c6
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 2577026
timestamp: 1689006287607
- name: bioconductor-keggrest
version: 1.40.0
manager: conda
platform: linux-64
dependencies:
bioconductor-biostrings: '>=2.68.0,<2.69.0'
r-base: '>=4.3,<4.4.0a0'
r-httr: '*'
r-png: '*'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-keggrest-1.40.0-r43hdfd78af_0.tar.bz2
hash:
md5: e1af79f5b312ad880f925a596e0ec393
sha256: 4d89e7016ec30e882dd960ae58f3088cec4e4642227b5bb4cae77e3af5127448
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 201966
timestamp: 1689095528066
- name: bioconductor-limma
version: 3.56.2
manager: conda
platform: linux-64
dependencies:
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-limma-3.56.2-r43ha9d7317_0.tar.bz2
hash:
md5: 01c83816a060c7903dd411b5d1348477
sha256: 632ff982919c0f5e4c02bd895bea84b89d436a739909e44dfc829efcc4454ea0
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: GPL (>=2)
size: 2928319
timestamp: 1688720492861
- name: bioconductor-matrixgenerics
version: 1.12.2
manager: conda
platform: linux-64
dependencies:
r-base: '>=4.3,<4.4.0a0'
r-matrixstats: '>=1.0.0'
url: https://conda.anaconda.org/bioconda/noarch/bioconductor-matrixgenerics-1.12.2-r43hdfd78af_0.tar.bz2
hash:
md5: a556caf2836666913190f484e0d32145
sha256: 182ae8941d8e9b9011eb17fde226afab0e8f53eac13e96c2f1e5172931c137b4
optional: false
category: main
build: r43hdfd78af_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
noarch: generic
size: 471488
timestamp: 1688738715814
- name: bioconductor-rhdf5
version: 2.44.0
manager: conda
platform: linux-64
dependencies:
bioconductor-rhdf5filters: '>=1.12.0,<1.13.0'
bioconductor-rhdf5lib: '>=1.22.0,<1.23.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-rhdf5-2.44.0-r43hf17093f_0.tar.bz2
hash:
md5: ecc7fd34a75562fc0e9818ffb53aab98
sha256: 8f01673e3ce605e07a280c6aa09704a626024951c9134427561185f9d7ef1cac
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 3133787
timestamp: 1688747741214
- name: bioconductor-rhdf5filters
version: 1.12.1
manager: conda
platform: linux-64
dependencies:
bioconductor-rhdf5lib: '>=1.22.0,<1.23.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
libstdcxx-ng: '>=12'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-rhdf5filters-1.12.1-r43hf17093f_0.tar.bz2
hash:
md5: 60491d28b8627339fbeb567cba682765
sha256: f5a31170d27f432f5df0d90a9da3878d58bd9e7961417848839d2ecfc1aeb4a4
optional: false
category: main
build: r43hf17093f_0
arch: x86_64
subdir: linux-64
build_number: 0
license: BSD_2_clause + file LICENSE
size: 1082180
timestamp: 1688732775040
- name: bioconductor-rhdf5lib
version: 1.22.0
manager: conda
platform: linux-64
dependencies:
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-rhdf5lib-1.22.0-r43ha9d7317_0.tar.bz2
hash:
md5: 0132d7ea43babd2c0762532af2a8929b
sha256: 87f84947fde3e01ab74cfb13e554e9ddf9d5c774905b2edfc7609a01ec8070de
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 4151588
timestamp: 1688714769668
- name: bioconductor-s4arrays
version: 1.0.4
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-iranges: '>=2.34.0,<2.35.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
r-crayon: '*'
r-matrix: '*'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-s4arrays-1.0.4-r43ha9d7317_0.tar.bz2
hash:
md5: 53bb74ed857400d8ac101024cef98c7f
sha256: 08f18a11dc7f4f537aefc9df70a42f4411f3add35466ec0f11df54628d3d64be
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 804314
timestamp: 1689018738352
- name: bioconductor-s4vectors
version: 0.38.1
manager: conda
platform: linux-64
dependencies:
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
libblas: '>=3.9.0,<4.0a0'
libgcc-ng: '>=12'
liblapack: '>=3.9.0,<4.0a0'
r-base: '>=4.3,<4.4.0a0'
url: https://conda.anaconda.org/bioconda/linux-64/bioconductor-s4vectors-0.38.1-r43ha9d7317_0.tar.bz2
hash:
md5: 149fbfe8f83e44f58b7eedf97932b011
sha256: 0f049e61b118610ab6eb35c2be4a4866c2c41cc3e155c6228049c02c2cd7312a
optional: false
category: main
build: r43ha9d7317_0
arch: x86_64
subdir: linux-64
build_number: 0
license: Artistic-2.0
size: 2568087
timestamp: 1688749650617
- name: bioconductor-scuttle
version: 1.10.1
manager: conda
platform: linux-64
dependencies:
bioconductor-beachmat: '>=2.16.0,<2.17.0'
bioconductor-biocgenerics: '>=0.46.0,<0.47.0'
bioconductor-biocparallel: '>=1.34.0,<1.35.0'
bioconductor-delayedarray: '>=0.26.0,<0.27.0'
bioconductor-delayedmatrixstats: '>=1.22.0,<1.23.0'
bioconductor-genomicranges: '>=1.52.0,<1.53.0'
bioconductor-s4vectors: '>=0.38.0,<0.39.0'