diff --git a/.envrc b/.envrc index 403656b..07487e6 100644 --- a/.envrc +++ b/.envrc @@ -4,5 +4,3 @@ export SCRIPTS="$PROJECTHOME/99.scripts" export PUEUE_CONFIG_PATH="$PROJECTHOME/.pueue.yml" watch_file pixi.lock eval "$(pixi shell-hook)" -PATH_add $SCRIPTS/bucky/bin -PATH_add $SCRIPTS/bpp/bin diff --git a/.gitignore b/.gitignore index 1919557..2270739 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,11 @@ 06.phylogeny_reconstruction/* 06.phylogenetic_analysis/* 06.gene_trees/* +07.species_tree/* +07.coalescence_network/* 10.plastid/* +11.reference_v2/* +12.orthofinder/* 98.results/* 99.scripts/bucky/ 99.scripts/phyparts/ diff --git a/97.reference_docs/bpp-4-manual/bpp-4-manual.md b/97.reference_docs/bpp-4-manual/bpp-4-manual.md new file mode 100644 index 0000000..a5a1689 --- /dev/null +++ b/97.reference_docs/bpp-4-manual/bpp-4-manual.md @@ -0,0 +1,5670 @@ +# BPP Documentation + +## BPP Explained + +### Overview + +Bayesian Phylogenetics & Phylogeography (BPP) is a Bayesian Markov chain Monte Carlo (MCMC) program +for analyzing DNA sequence alignments of multiple loci from multiple +closely-related species under the multispecies coalescent (MSC) model +([Yang 2002](https://doi.org/10.1093/genetics/162.4.1811); [Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645)). See [Xu 2016](https://doi.org/10.1534/genetics.116.190173) and [Rannala et al 2020](https://inria.hal.science/PGE/hal-02535622) for reviews +of the MSC model. The program requires 3 input files: + +1. Sequence data file (see [Sequence File](#sequence-file)). + +2. Imap file specifying the population source of each sequence + (see [Imap file](#imap-file)). + +3. Control file specifying other variables needed to run the program + (e.g., initial species tree, prior distributions, + etc)(see [Control File](#control-file)). + +This manual will provide details for creating these input files +(describing syntax and permissible values for variables). The input +files should be in text format and edited using a text format editor +(for example, a Unix editor such as emacs, or vi). A basic set of map +and control files using sensible default priors based on the sequence +data can also be created using the web tool *Minimalist BPP* available +at + + + +These auto-produced files can +then be used as a template for more editing. + +### Possible types of analyses + +The program can be used to conduct four different types of analyses, +each specified using two variables in the control file: + +- **A00** (`speciesdelimitation = 0`, `speciestree = 0`): estimation + of species divergence times and population sizes under the MSC, IM + and MSC-I models when the species tree is specified by the user + ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645); [Flouri et al 2020](https://inria.hal.science/PGE/hal-02536475)) + + +- **A01** (`speciesdelimitation = 0`, `speciestree = 1`): inference of + the species tree when sequences are assigned to species by the user + ([Rannala and Yang 2017](https://doi.org/10.1093/sysbio/syw119)) + +- **A10** (`speciesdelimitation = 1`, `speciestree = 0`): species + delimitation using a user-specified guide tree + ([Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107); [Rannala and Yang 2013](https://doi.org/10.1534/genetics.112.149039)) + +- **A11** (`speciesdelimitation = 1`, `speciestree = 1`): joint + species delimitation and species tree inference using unguided + species delimitation [Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279) + +!!! tip "Which analysis should I use?" + - **A00**: You know the species tree and want to estimate θ and τ + - **A01**: You know the species assignments but want to infer the tree + - **A10**: You have a guide tree and want to test species boundaries + - **A11**: You want to jointly infer both tree and species boundaries + +A detailed guide to the use of each of these 4 methods of analysis, as +well as example control files, are provided in +[Methods of Analysis](#methods-of-analysis). The BPP tutorial also +provides examples illustrating the four types of analyses +([Yang 2015](https://doi.org/10.1093/czoolo/61.5.854); [Flouri et al 2020](https://inria.hal.science/PGE/hal-02536475)). + +### Model Parameters + +The basic parameters in the MSC model include the **species divergence times** +( $\tau$ ) and mutation scaled **population sizes** + +$\theta = 4N\mu$ + +where $N$ is the effective population size and $\mu$ +is the mutation rate per site per generation. Note that $\theta$ +specifies the average proportion of sites that have different bases when +comparing two sequences sampled at random from the population. Both +$\tau$ and $\theta$ are measured in units of expected number of +mutations per site ( $\tau$ can be converted to units of years if the +substitution rate per site per year is known). For example, if $\tau$ is +an estimated divergence time in units of expected substitutions per site +(from a BPP analysis) and the substitution rate per site per year is +$\mu$, then the estimated divergence time in years is, $\tau'$, is + +$\tau' = \frac{\tau}{\mu}$ + +and the diploid effective population size is + +$N = \frac{\theta}{4\mu}$ + +For a species tree with $s$ species, +there are ($s – 1$) divergence times ($\tau$) and at most ($2s – 1$) +population size parameters ($\theta$). Analysis A00 estimates those +parameters when the species delimitation and species tree are fixed +(specified by the user). Analyses A01, A10, and A11 estimate parameters +and model probabilities of the different MSC models. The +multispecies-coalescent-with-introgression (MSC-I) model, first +implemented in BPP version 4.1 and described in +[The MSC-I Model](#the-msc-i-model), adds introgression nodes to the tree, each +with a new parameter, the **introgression probability** ($\varphi$) see [Flouri et al 2020](https://doi.org/10.1093/molbev/msz296). +The multispecies-coalescent-with--migration (MSC-M) model, first implemented in BPP version 4.6 and described in [The MSC-M Model](#the-msc-m-model), adds a matrix of **instantaneous migration rates** (**M**). +For reviews of the MSC model, see [Yang 2014](https://global.oup.com/academic/product/molecular-evolution-9780199602605?lang=es&cc=gb) (Chapter 9), [Xu 2016](https://doi.org/10.1534/genetics.116.190173) and [Rannala et al 2020](https://inria.hal.science/PGE/hal-02535622). + +### Model Assumptions + +The MSC model implemented in BPP makes two basic assumptions about the +data: *no recombination between sites of the same locus*, and *free +recombination between loci*. The original MSC model ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645)) also +assumes complete genetic isolation between populations, but more recent +implementations allow gene flow between species (either continuous +migration or episodic introgression); the MSC-I model implemented in BPP +allows episodic introgression [Flouri et al 2020](https://doi.org/10.1093/molbev/msz296) and the IM model allows +continuous migration (see +[Introgression and Migration Models](#introgression-and-migration-models) and [Isolation With Migration Models](#isolation-with-migration-models)). The default model assumes a strict +molecular clock (constant substitution rates among lineages) and +relaxed-clocks (with substitution rates varying among lineages) are +implemented through variable clock models (see +[Substitution Models](#substitution-models)). + +### Nuclear genomic data + +Ideal data for analysis using the BPP program are loosely-linked short +genomic segments. Such data are likely to satisfy the model assumptions +because intra-locus recombination is rare for short segments (500 to +1000bp) and distantly spaced segments undergo frequent recombination and +thus have nearly independent histories. Genealogical trees are assumed +to be a product of neutral evolution (not influenced by natural +selection). However, protein-coding gene sequences appear to be useable +in BPP analyses since most proteins are performing similar +functions in closely related species and the main effect of purifying +selection on nonsynonymous mutations is a reduction of the neutral +mutation rate ([Shi and Yang 2018](https://doi.org/10.1093/molbev/msx277); [Thawornwattana et al 2018](https://doi.org/10.1093/molbev/msy158)). +It is a good idea to separate the noncoding and coding regions of the genome into two +datasets. + +The program allows the option of either a constant rate (strict +molecular clock) or variable rates of substitution (relaxed molecular +clocks) among lineages. Different substitution models are available, +with the most complex (parameter rich) being the General Time-Reversible +(GTR) model and the simplest the Jukes-Cantor (JC69) mutation model. All +the models correct for multiple hits at individual sites (see [Substitution Models](#substitution-models)). +The use of the JC69 model and the strict molecular clock model should be limited to +closely related species with sequence divergence not much higher than +10%. Sequences from distantly related species should be analyzed using a +GTR substitution model in combination with one of the relaxed clock +models (see [Among-species rate variation](#among-species-rate-variation). Models allowing substitution rate variation among sites +(see [Among-site rate variation](#among-site-rate-variation)) and +among loci (see [Among-locus rate variation](#among-locus-rate-variation))are also implemented in BPP (see [Models of Substitution Rate Variation](#models-of-substitution-rate-variation)). + +### Mitochondrial data + +The MSC model accommodates genealogical heterogeneity across the genome. +Thus, different regions of the autosomal genome may have different gene +tree topologies and branch lengths (coalescent times). While the +mutational process may also vary along the genome, this heterogeneity is +believed to be much less important. Thus multiple genes from the +mitochondrial genome, which in most species does not undergo +recombination, should be treated as one 'locus' in the MSC-based +analysis. The mitochondrial genome often has a mutation rate that +differs from the nuclear genome, as well as a different effective +population size from that of autosomes. While the model of locus-rate +variation (option variable `locusrate`) and the heredity scalar (option +variable `heredity`) are designed to deal with this, it may be prudent +to analyze the loci from the nuclear genome separately from the single +mitochondrial locus. + +### Identical sequences and phylogenetic signal + +The model implemented in BPP assumes that the sequences +represent random samples from the different species. *Sequences from the +same species that are identical should all be used*. It is incorrect to +use only the unique haplotypes, which will lead to biased parameter +estimates. Similarly, it is incorrect to filter loci based on bootstrap +support values and use only those loci with a high "phylogenetic +information" signal. + +### How to Cite BPP + +If you publish results obtained using BPP you should cite the version +number of the BPP release you used as well as the canonical citation, +which as of release v4.3.8 is +``` +Tomáš Flouri, Xiyun Jiao, Bruce Rannala, Ziheng Yang (2018) Species +Tree Inference with BPP Using Genomic Sequences and the Multispecies +Coalescent, Molecular Biology and Evolution 35: 2585--2593. +``` +You can also cite the one of the BPP tutorials and the +original papers describing the methods you used (see above). Be sure to +state the priors that you used since they are necessary for +reproducibility. If you conduct a joint analysis of species delimitation +and species tree inference, your method description may look like the +following (replace the specific values in bold with those you used): + +> "Joint Bayesian species delimitation and species tree estimation was conducted using the program +> BPP (Flouri et al., 2018; Yang, 2015). The method uses the multispecies coalescent model to compare +> different models of species delimitation (Yang and Rannala, 2010; Rannala and Yang, 2013) and species +> phylogeny (Yang and Rannala, 2014; Rannala and Yang, 2017) in a Bayesian framework, accounting +> for incomplete lineage sorting due to ancestral polymorphism and gene tree-species tree discordance. +> The population size parameters ($\theta$s) are assigned the **inverse-gamma prior IG(3, 0.002)**, with mean +> **0.002/(3–1) = 0.001**. The divergence time at the root of the species tree ($\tau_0$) is assigned the +> **inverse-gamma prior IG(3, 0.004)**, with mean **0.002**, while the other divergence time parameters are specified +> by the uniform Dirichlet distribution (Yang and Rannala, 2010, eq. 2). Each analysis is run at least twice +> to confirm consistency between runs.” + +### Features New To BPP 4.0 +- Multiple threads +- Introgression models (MSC-I) +- Migration models (MSC-M) +- Local-clock and locus-rates models (clock and locusrate) +- Topological constraints (constraint and outgroup) + +## Installing and Running BPP + +This manual applies to BPP versions 4.1 and later. The +program is written in C and executables are available for Windows, Mac +OSX and Linux. Alternatively, the BPP program can be +compiled for Unix (Linux, BSD, etc), Mac OSX, or Windows. If you are +using a Windows, Mac OSX or Linux operating system (and you are not a +programmer who prefers to compile from source) you should download the +latest release executables for your machine (go to [Obtaining BPP](#obtaining-bpp)). If you +have not used a command line program before, read +[Using the Command Line](#using-the-command-line) then go to +[Obtaining BPP](#obtaining-bpp). If +you want to compile the program yourself (you must do this if you are +using a Unix variant other than Linux or Mac OSX) go to +[Compiling the BPP Program](#compiling-the-bpp-program). + +### Obtaining BPP + +Executables and source code for the most recent BPP +release are always available at: + + + +Download the distribution file containing an executable for your +operating system and uncompress the file. Change the current directory +to be the root of the subdirectory created by uncompressing the file. +For example, on a Linux machine you could type the following to download +and install bpp version 4.8.0 (the latest version may be different from +this): +``` +wget https://github.com/bpp/bpp/releases/download/v4.8.0/bpp-4.8.0-linux-x86_64.tar.gz +tar -xzf bpp-4.8.0-linux-x86_64.tar.gz +cd bpp-4.8.0-linux-x86_64 +``` +You are now ready to proceed to [BPP Trial Run](#bpp-trial-run) + +### Using the Command Line + +BPP is a command-line program, so the preferred way of +running it is to open a terminal application and execute the program +from the terminal command line, rather than double-clicking on the +executable file in your file explorer. If you have not used the command +line before, please work through one of the following short tutorials +first: + +Windows: + + +Mac OSX: + + +### Compiling the BPP Program + +#### Requirements + +To compile the program you will need to have a C compiler and the Make +program installed on your machine. To test whether this software is +installed (on a Unix machine) you can type: +``` +cc --version; make --version +``` +which should produce output similar to the following if a compiler is +installed: +```{ .yaml .no-copy } +cc (Ubuntu 9.3.0-10ubuntu2) 9.3.0 +Copyright (C) 2019 Free Software Foundation, Inc. +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +GNU Make 4.2.1 +Built for x86_64-pc-linux-gnu +Copyright (C) 1988-2016 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +``` +If instead you see an error message such as: +```{ .yaml .no-copy } +Command 'cc' not found +``` +then you (or your system) administrator will need to install the +compiler software (using a package manager such as apt on Ubuntu, for +example) before you can compile BPP. + +#### Downloading and compiling the source code + +If you have the necessary software for compiling you can download the C +source code for the latest release from: + + + +The link to the source file on github is named `Source code`. You will +need to download and uncompress the file, then change to the source code +subdirectory before executing the commands outlined below. The program +needs to be compiled only once. For example, the following commands use +the gcc compiler to compile the program and move the generated +executable file (bpp) into the bin/ folder. +``` +cd bpp +mkdir bin +cd src +make +mv bpp ../bin +``` +If you use git you can instead clone the bpp repository and check out +the master branch (which contains source code for the latest stable +version of bpp) and then compile the program: +``` +git clone https://github.com/bpp/bpp.git +cd bpp +git checkout master +cd src +make +``` +You are now ready to proceed to [BPP Trial Run](#bpp-trial-run) + +### BPP Trial Run + +Run the program from the command line (rather than double-clicking the +executable) so that you will see any potential error messages. Change +your current directory to the top level of the directory created by +uncompressing the bpp distribution file. For example, in Linux the +following commands will uncompress the distribution file and move you to +the top level of the bpp directory: +``` +tar -xvzf bpp-4.8.0-linux-x86_64.tar.gz +cd bpp-4.8.0-linux-x86_64 +``` +In the bpp/ subdirectory, run the program in Windows by typing the +following command within the Terminal application: +``` +bin\bpp --cfile examples\frogs\A00.bpp.ctl +``` +In Linux or Mac OSX type the following commands within a terminal: +``` +cd examples/frogs/ +../../bin/bpp --cfile examples/frogs/A00.bpp.ctl +``` +If the program executed successfully, you should see initial output +similar to the following: +```{ .yaml .no-copy } +bpp v4.8.0_linux_x86_64, 31GB RAM, 12 cores +https://github.com/bpp/bpp + +Auto-selected SIMD ISA: AVX2 + + +Starting timer.. +Using seed: -1 +Parsing species tree... Done +Parsing phylip file... Done +``` +Alternatively, you may see one or more error messages. This may be due +to a spelling error, or you may not be in the correct subdirectory. If +this does not appear to be the case and the problem persists you can ask +for help on the BPP discussion group at: + + + +When posting on the forum, please specify the exact command you typed +and the error message you received (preferably by copying and pasting +this information from your terminal or attaching a screen shot). + +### BPP Command-line Options + +Below is a list of command-line options for running BPP. + +**General options:** + +| Command-line option | Meaning | +|:-------------------------|:--------------------------------------------------------------------------------------------------------| +| | With no options, bpp prints out the version number and computer hardware information | +| `--help` | Display help information | +| `--version` | Display version information | +| `--quiet` | Only output warnings and fatal errors to stderr | +| `--cfile FILENAME` | Run analysis for the specified control file | +| `--simulate FILENAME` | Run simulation for the specified control file | +| `--resume FILENAME` | Resume analysis from a specified checkpoint file | +| `--msci-create FILENAME` | Construct an MSci graph using a definitions file | +| `--summary FILENAME` | Summarize results using specified control file (no MCMC) | + +**Advanced options:** + +| Command-line option | Meaning | +|:--------------------------|:-------------------------------------------------------------------------------------------------------| +| `--arch SIMD` | Force specific vector instruction set (default: auto) | +| `--bfdriver FILENAME` | Create control files for marginal likelihood calculation | +| `--points INTEGER` | Number of G-L quadrature points (used with --bfdriver) | +| `--no-pin` | Do not pin threads to cores | +| `--theta_mode INTEGER` | Definition of $\theta$ step lengths (default: 2). 1: one step length for all $\theta$; 2: one step length for tip and one for inner nodes; 3: one step length for each node | +| `--theta-prop STRING` | Proposal distribution for $\theta$ gibbs move: 'mg_invg' or 'mg_gamma' | +| `--theta-showeps` | Show individual step lengths/pjumps for each $\theta$ | +| `--theta-slide-prob FLOAT`| Frequency for $\theta$ sliding window move (default: 0.1) | +| `--phi-slide-prob FLOAT` | Frequency for $\phi$ sliding window move (default: 0.1) | +| `--wrate_mode INTEGER` | Definition of W step lengths (default: 1) | +| `--wrate-slide-prob FLOAT`| Frequency for W sliding window move (default: 0.1) | +| `--wrate-showeps` | Show individual step lengths/pjumps for each W | +| `--extend INTEGER` | Extend resumed analysis by number of MCMC samples (use with --resume) | +| `--keep-labels` | Keep original node labels when summarizing results | + +## Input File Formats + +Two input files are required for every BPP analysis, the sequence file +and the control file. If more than one species is being analyzed an Imap +file is also required. A few additional input files are required only +when specific options are specified in the control file. Here +we describe the content and format specifications of the sequence, Imap +and control files that will be needed for most BPP analyses. + +### Sequence File + +The sequence alignments must be in the phylip/paml format, with one +alignment following the other, all in one file. An alignment is called a +locus. Every locus must have at least 2 sequences, different loci can +have different numbers of sequences, and some species may have no +sequences present at some loci. In the phylip/paml format the first line +of the entry for each locus contains two numbers specifying the number +of sequences and the number of sites, respectively, that are present at +the locus. A sequence name must precede each sequence entry and be +separated from it by either a line break or two or more spaces. Each +sequence name must contain an individual ID, which is unique among the +sequences listed for a given locus, preceded by a caret `^` symbol. For +example, the sequence name `GI01234567^Specimen1` has the individual ID +`Specimen1`. The label `GI01234567` that precedes the `^` is optional, so +`^Specimen1` is also a valid sequence name but `Specimen1` is not. The +sequences may be in interleaved format. + +DNA bases can be specified using either upper or lower case letters, +missing data can be specified using a `?` symbol, and IUPAC ambiguity +codes may be used. The interpretation of an ambiguity code (as either an +uncertain base or a diploid genotype) depends on whether the data are +specified as phased in the control file. By default (control file +variable `cleandata = 0`, see [Control File](#control-file)), +alignment gaps and ambiguity nucleotides are used in the likelihood +calculation, with gaps treated as question marks +(see [Yang 2014](https://global.oup.com/academic/product/molecular-evolution-9780199602605?lang=es&cc=gb) pp. 111-112). +If `cleandata = 1`, all columns with gaps or ambiguity +characters are removed before analysis. An example of a sequence data +file for 2 loci and 4 sequences per locus is given below (you can also +examine the sequence files `frogs.txt` and `yu2001.txt` in the +`examples` subdirectory). +``` + 4 20 + + dog^alfy1 attgtgccctctctctctca + dog^alfy2 attgtgccctctctctctca + cat^smoot attgtgccctctagctctca + human^ben attgtgccctctgactctcc + + 4 10 + + dog^alfy1 attgtgccct + dog^alfy2 attgtgccct + fox^sample1 attgtgccct + ^ben attgtgaagt +``` +Imap File +--------- + +Each sequence name has an individual ID tag after the caret `^` symbol. +For example, the sequence name `GI01234567^Specimen1` has the individual +ID `Specimen1`. An **Imap file** maps the individual IDs (specimens) to +their species/populations. For example, the following Imap file maps +`Specimen1` to species A, `Specimen4` to species B, and so on. +``` + Specimen1 A + Specimen2 A + Specimen3 A + Specimen4 B + Specimen5 C + Specimen6 C +``` +See also the map files `frogs.Imap.txt` and +`Rokas2003-5species-Imap.txt` in the `examples` subdirectory. The MSC +model implemented in BPP infers the relationships among +species/populations not individuals and so it uses only the population +ID for a sequence (such as A, B, ... in the example), and does not use +the individual ID. Also when BPP reads the sequence names, +it use the individual ID to retrieve the species ID for each sequence +but then ignores the sequence name. One motivation for the use of the +Imap file and this two-layer design is that one may wish to analyze the +same sequence data with different population/species assignments of +individual IDs. This can be achieved by editing the small Imap file +rather than editing the larger sequence data file. + +![imap](https://github.com/bpp/bpp-manual/blob/main/figures/fig-imap.png?raw=true) +An example Imap file showing the sequence ID in the Imap file +corresponding to that in the sequence file. Note that the caret `^` +symbol is not allowed in the sequence ID of the Imap file but is +required in the sequence label in the sequence data +file. + +Outgroups and Constraints File +------------------------------ + +The **outgroups and constraints file** is optional and its name is +specified in the control file by setting variable `constraintfile` to +the name of the constraint file. Topological constraints on species +trees can only be specified for analyses A01 (species tree inference +with a fixed species delimitation) and A11 (joint species tree inference +and species delimitation). See [Methods of Analysis](#methods-of-analysis) +for a detailed description of the A01 and +A11 methods of analysis. Note that species trees are always rooted in +BPP, whether you use the clock or relaxed clock. The +control variable `constraintfile` in the control file has the format +``` + constraintfile = constraints.txt +``` +Inside the constraint file, three keywords are allowed: `define`, +`constraint`, and `outgroup`. The `define` keyword is used to assign a +name or alias to a clade, `constraint` defines a clade or subtree, and +`outgroup` means that species not on the list (the ingroup species) form +a clade. +``` + define g1 as (G,H); + # identical to constraint (D,E,F,(G,H)); + constraint (D,E,F,g1); + outgroup A,B,C; + constraint (A,B); +``` +Either the equal sign (=) or spaces can be used to separate the keyword +from the specified value. In the example above, there are eight species +in the dataset: A, B, C, D, E, F, G, and H. Line 1 defines an alias `g1` +for clade (G,H), which may be used in subsequent `define` or +`constraint` statements. Line 3 specifies A, B, C as the outgroups; this +is interpreted to mean that species not on the list, (that is, D, E, F, +G and H) form a clade. Since this information is already in line 2, line +3 has no effect in this case. + +The modifier keyword `NOT` (case-insensitive) can be used with `define` +to instead specify the complement of the species on the list. Suppose in +the data we have 10 species of ratites (flightless birds), and two +outgroup species, chicken and ostrich. You can specify the constraint as +follows: +``` + define ratites as NOT (chicken, ostrich); + constraint = (chicken, (ostrich, ratites)); +``` +Note that BPP interprets `outgroup` to mean that all +species not on the list form a clade. In theory the `outgroup` keyword +is unnecessary because you can always achieve the same thing by using +`define` (especially with the `NOT` option) and `constraint`. However +`outgroup` may be more convenient or explicit in some situations. If +there are four species (A,B,C,D), +``` + outgroup = B,C,D; +``` +achieves nothing since all the 15 rooted species trees are allowed, +whereas +``` + outgroup = C,D; +``` +means (A,B) form a clade so that 3 rooted species trees are allowed. +Finally if multiple compatible constraints are specified, +BPP merges them into one so that +``` + constraint (E,F,G,H); + constraint (F,G,H); + constraint (G,H); +``` +is equivalent to +``` + constraint (E,(F,(G,H))); +``` +If any two constraints are in conflict, BPP will abort +with an error message. For example the following will cause an error. +``` + constraint = (E,F,G,H); + constraint = (G,H); + constraint = (F,G); +``` +Date File +------------------------------ +The **date file** is optional and its name is +specified in the control file by setting variable `datefile` to +the name of the date file. +When using tip-dating, each sample has an associated sample age. +The `datefile` assigns an age to the sample using the individual ID tag. +The dates are in units before time present, so larger numbers are older. +Any desired time units (e.g. years, thousands of year, etc) can be used so long as the mutation rate prior is on the same time scale (e.g. expected substitutions per year, expected substitutions per thousand years). +For example, the following date file assigns `specimen1` an age 500, `specimen2` an age of 10000. The population name can be included before the caret `^` symbol or it can be excluded. +``` + A^specimen1 500 + specimen2 10000 + B^specimen3 45000 + B^specimen4 35000 +``` +Each line should have one individual followed by the sample age. +Each sequence in the dataset must be included in the date file. +Also see the date file `mammoth/dates.txt` in the `examples` subdirectory. + +Control File +------------ + +The **control file** specifies most aspects of a BPP analysis, including +the names of input and output files, choices of models, prior +distributions on parameters, etc. The format is line oriented, with each +line specifying the value of a particular variable. The default control +file name is `bpp.ctl`. Lines beginning with `*` or `#` are comments and +are ignored by the program. Most often the order of the lines is +unimportant, but there are exceptions (as explained below). Each +non-commented line of the control file contains a variable name and an +assignment of one or more values to the variable. The general syntax of +a line in the control file is: +``` + variable = value +``` +where `variable` is the name of a valid variable and `value` is a list +of one or more permissible values for the variable. Most variable +assignments follow this format --- the exceptions are described later. +BPP has complicated dependencies among variables, both in terms of +whether the variable needs to be defined (or has a default value when +undefined) and what its permissible values are. Here we begin by +defining all the variable names, the syntax of their arguments and +permissible types (integers, floating point numbers, etc), and outline +the structure of dependencies among variables + +| Symbol/Rule | Definition | +|-------------|--------------------------------------------------------------| +| b | Boolean (0,1) | +| +d | Positive integer | +| f | floating point number | +| s | String (or character) | +| t | Tree in Newick format | +| x* | List of one or more elements of type x | +| y [z] | z is a set of variables whose form is determined by y | +| (w,z) | w and z are two different permissible types | +| y [(w,z)] | whether w or z is the permissible type depends on value of y | + +**Table 1.** Symbols used to represent syntax and value types of variables in variable definitions. + + +Detailed definitions of all the control file variables are +provided at the end of this section, ordered according to their indexes +in Table 2 below. If you are impatient to get started using +the program with worked examples, you might want to now skip ahead to +[Example control file](#example-control-file) which explains the control file +variables in the context of a simple example dataset analysis. You can +later consult this section regarding particular control file variables +as the need arises. + +| Index | Variable | Values | Condition | Dependencies | +|-------------------------------|-----------------------|---------------------|--------------------|--------------| +| [1](#1-seed) | *seed* | (-d,+d) | True | None | +| [2](#2-usedata) | *usedata* | b | True | None | +| [3](#3-jobname) | **jobname** | s | True | None | +| [4](#4-seqfile) | **seqfile** | s | True | <-16 | +| [5](#5-finetune) | **finetune** | b [f*] | True | ->7 | +| [6](#6-print) | **print** | b b b b b | True | None | +| [7](#7-burnin) | `burnin` | +d | True | <-5 | +| [8](#8-sampfreq) | **sampfreq** | +d | True | None | +| [9](#9-nsample) | **nsample** | +d | True | None | +| [10](#10-species&tree) | **species&tree** | +d s* +d* t | True | ->{11,15,24} | +| [11](#11-imapfile) | `Imapfile` | s | 10[1]>1 | <-10 | +| [12](#12-speciesdelimitation) | *speciesdelimitation* | b [b f*] | True | ->14 | +| [13](#13-speciestree) | *speciestree* | b | True | ->13 | +| [14](#14-speciesmodelprior) | `speciesmodelprior` | +d | 12[1]=1 OR 13[1]=1 | <-\{12,13\} | +| [15](#15-phase) | **phase** | b* | 10[1] | <-10 | +| [16](#16-nloci) | *nloci* | +d | True | ->4 <-30 | +| [17](#17-model) | *model* | s [s] | True | None | +| [18](#18-qrates) | *Qrates* | b +f +f +f +f +f +f | 17=''7'' | <-17 | +| [19](#19-basefreqs) | *basefreqs* | b +f +f +f +f | 17=''7'' | <-17 | +| [20](#20-alphaprior) | *alphaprior* | f f +d | True | None | +| [21](#21-cleandata) | *cleandata* | b | True | None | +| [22](#22-thetaprior) | *thetaprior* | s [(f*, f f s)] | True | None | +| [23](#23-tauprior) | *tauprior* | s f f | True | None | +| [24](#24-phiprior) | `phiprior` | f f | 10[4] | <-10 | +| [25](#25-locusrate) | *locusrate* | +d [(f f f s, s, )] | True | <-26 ->26 | +| [26](#26-clock) | *clock* | +d [f f f s s] | True | <-25 ->25 | +| [27](#27-heredity) | *heredity* | +d [(f f, s)] | True | None | +| [28](#28-checkpoint) | *checkpoint* | +d [(+d)] | True | None | +| [29](#29-constraintfile) | *constraintfile* | s | True | None | +| [30](#30-threads) | `threads` | +d [ +d +d ] | True | ->16 | +| [31](#31-datefile) | *datefile* | s | 25[3] | None | + +**Table 2.** Complete list of BPP control file variables. The column `Variable` contains the + control file variable name, the column `Values` specifies (using symbols) the format of the values (symbols are defined in + Table 1). The column `Condition` describes the conditions (if any) needed for the variable to be required. An entry + of True in this column means that the variable is always required/defined although possibly not explicitly (there may be a + default value). The column `Dependencies` lists the variables that either influence the variable (<-) or are influenced by the variable + (->) with the variables denoted using their index from column `Index`. + + +Table 2 lists all the variables that can be defined +in the BPP control file. The first column lists an index used to +identify the variable in other columns of the table and to determine the +order in which the variables are defined in subsequent text. The second +column lists the variable name. The variable names are highlighted to +indicate the structure of their dependencies among variables as follows: + +- Bold = variable always needs to be defined, has no default value, and + does not depend on other variables. + +- Italic = variable always needs to be defined, has a default value if + no value is provided in control file, and does not depend on other + variables. + +- Solid background = whether variable needs to defined (and possibly also its + permissible values) depends on the value of another variable. + +- Regular = variable always needs to be defined and has no default value + but its permissible values depend on the value of another variable. + +Column 3 lists the permissible types of each variable and the syntax for +specifying arguments in defining the variable. The variable types are +defined in Table 1. + +Column 4 lists the condition (state of another variable) that either +determines whether the variable on that line exists (solid background variables) +or determines its permissible values (italic or regular variables). x [y] +refers to value of argument y of the variable with index x. Column 5 +lists indexes of variables that either are influenced by the variable +(the notation ->[c,d] indicates that the variable influences +variables c and d) or variables that influence the variable (the +notation <-[a] indicates that variable a influences the variable). If +you are writing a control file from scratch, these dependencies +necessitate that you specify the bold variables first, followed by the +italic (only needed if changing defaults) and then the solid background and regular. + + +## BPP control file variables + +### Quick Reference Tables + +The tables below provide a quick overview of all control file options. See the detailed sections that follow for complete documentation. + +#### Basic Setup + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `seed` | `seed = -1` or `seed = N` | `-1` | Random seed (-1 = auto-generate) | +| `usedata` | `usedata = 0\|1\|2` | `1` | 0: prior only, 1: likelihood+prior, 2: prior with fixed gene tree | +| `jobname` | `jobname = prefix` | — | Output file prefix (replaces deprecated `outfile`/`mcmcfile`) | +| `seqfile` | `seqfile = path` | — | Path to sequence alignment file | +| `Imapfile` | `Imapfile = path` | — | Path to individual-to-species mapping file | +| `nloci` | `nloci = N` | — | Number of loci to analyze | + +#### Analysis Type + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `speciesdelimitation` | `0` or `1 [algorithm options]` | `0` | 0: fixed delimitation, 1: estimate delimitation | +| `speciestree` | `0` or `1` | `0` | 0: fixed tree, 1: estimate tree | +| `species&tree` | `N name1 name2 ... counts ... (newick);` | — | Species names, sample counts, and tree | + +**Analysis modes:** A00 (0,0), A01 (0,1), A10 (1,0), A11 (1,1) + +#### MCMC Settings + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `burnin` | `burnin = N` | — | Number of burn-in iterations | +| `sampfreq` | `sampfreq = N` | — | Sample every N iterations | +| `nsample` | `nsample = N` | — | Number of samples to collect | +| `finetune` | `finetune = 0\|1: params...` | `1` | Auto-tune (1) or manual step sizes | +| `checkpoint` | `checkpoint = N N` | — | Checkpoint frequency and number to keep | +| `threads` | `threads = N [N N]` | `1` | Number of threads [start pin] | +| `loadbalance` | `none` or `zigzag` | `none` | Thread load balancing strategy | + +#### Priors + +| Option | Syntax | Example | Description | +|--------|--------|---------|-------------| +| `thetaprior` | `invgamma a b [e]` | `invgamma 3 0.002` | Prior on θ (population size) | +| | `gamma a b` | `gamma 2 100` | | +| | `beta p q l u` | `beta 1 1 0 0.01` | | +| `tauprior` | `invgamma a b` | `invgamma 3 0.03` | Prior on τ (divergence times) | +| | `gamma a b` | `gamma 2 100` | | +| `phiprior` | `beta a b` | `beta 1 1` | Prior on φ (introgression probability) | +| `wprior` | `wprior = a b` | `wprior = 2 200` | Prior on w (migration rate) — *replaces migprior in v4.8.0* | + +#### Substitution Model + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `model` | `model = name` | `HKY` | JC69, K80, F81, HKY, T92, TN93, F84, GTR, or amino acid models | +| `Qrates` | `Qrates = 0\|1\|2 [a b]` | `0` | Rate matrix: 0=fixed, 1=estimate, 2=prior | +| `basefreqs` | `basefreqs = 0\|1\|2 [params]` | `0` | Base frequencies: 0=empirical, 1=estimate, 2=prior | +| `alphaprior` | `alphaprior = a b` | — | Gamma prior on α (rate variation among sites) | +| `cleandata` | `cleandata = 0\|1` | `0` | Remove ambiguous sites | + +#### Rate Variation + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `clock` | `clock = 1\|2\|3\|4 [params]` | `1` | 1: strict, 2: independent rates, 3: correlated, 4: simple | +| `locusrate` | `locusrate = 0\|1\|2\|3 [params]` | `0` | 0: equal rates, 1-3: variable rates among loci | +| `heredity` | `heredity = 0\|1\|2 [params]` | `0` | Heredity multipliers for θ | + +#### MSC-I Model (Introgression) *(v4.1+)* + +| Option | Syntax | Description | +|--------|--------|-------------| +| `hybridization` | `source target as node1 node2 tau=y,y phi=f` | Define introgression event | +| `bidirection` | `pop1 pop2 as node1 node2 phi=f,f` | Bidirectional introgression | + +#### MSC-M Model (Migration) *(v4.6+)* + +| Option | Syntax | Example | Description | +|--------|--------|---------|-------------| +| `wprior` | `wprior = a b` | `wprior = 2 200` | Default gamma prior on w *(v4.8.0+, replaces migprior)* | +| `migration` | `migration = N` | `migration = 2` | Number of migration connections | +| | `source target [a b] [a_w] [pseudo_a pseudo_b]` | `A C 2 100` | Migration specification per connection | +| `geneflow` | `geneflow = 0\|1` | `geneflow = 1` | Enable gene flow estimation | + +#### Output Control + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `print` | `print = N N N N N` | `1 0 0 0 0` | Control output: samples, locusrate, heredity, labels, genetrees | +| `printlocus` | `printlocus = N l1 l2 ...` | — | Print gene trees for specific loci | + +#### Other Options + +| Option | Syntax | Default | Description | +|--------|--------|---------|-------------| +| `phase` | `phase = 0\|1 per species` | `0` | Analytical phasing for diploid data | +| `speciesmodelprior` | `speciesmodelprior = N` | `1` | Prior on species models (A10, A11) | +| `constraintfile` | `constraintfile = path` | — | Topological constraints file | +| `datefile` | `datefile = path` | — | Tip dates for dated-tip analysis | +| `thetamodel` | `linked-none\|all\|inner\|msci\|mscm` | `linked-none` | Link θ parameters across populations | +| `traitfile` | `traitfile = path` | — | Trait data for morphological analysis | + +--- + +### 1 seed +---------------- +``` +seed = (-d,+d) +``` +**DESCRIPTION** +Specifies the seed used for the random number generator. +**VALUES** +`-d`, use the wall clock (in Windows) or white noise (in Linux) to +generate a seed (store seed in file `SeedUsed`). +`+d`, use +d as the seed. +**DEFAULT** +`-1` +**COMMENTS** +Using the same positive integer seed will produce identical results in +different runs, which is useful for debugging, and using different +positive integers in different runs produces different results. Using +$-d$, for example, $-1$, the computer's entropy generator is used as a +source for the seed, and different runs will produce different results. +When evaluating MCMC convergence by comparing results across different +runs be sure to use -d. The positive integer seed automatically +generated when using option -d is stored in a file named SeedUsed and +can be used explicitly to replicate a result. + +!!! tip "Best Practice" + Run each analysis at least twice using different seeds (`seed = -1`) to confirm + that results are stable across runs. This helps verify MCMC convergence. + +**EXAMPLES** +``` +seed = -1 +seed = 278 +``` + +### 2 usedata +------------------------------------------------------------------------ +``` +usedata = b +``` +**DESCRIPTION** +Specifies whether data (likelihood+priors) are used in calculating +probabilities during MCMC or only priors. +**VALUES** +`0`, use only the priors to calculate probabilities (likelihood +constant). +`1`, use likelihood and prior probabilities. +`2`, use only the priors (like `0`) but fix the gene tree topology. +**DEFAULT** +`1` +**COMMENTS** +The `0` option can be used for debugging, or examining priors. When +using option `0` a MCMC run produces samples from the prior for each +variable. Option `2` is similar to `0` but additionally fixes the gene +tree topology during the MCMC run. +**EXAMPLES** +``` +usedata = 0 +usedata = 1 +usedata = 2 +``` + +### 3 jobname +------------------------------------------------------------------------ +``` +jobname = s +``` +**DESCRIPTION** +Defines the job name, which serves as a prefix for all output files generated by +the analysis, including the main output file and the MCMC sample file. +**VALUES** +`s`, a string specifying the common prefix for all output files. This string may +include a directory path. +**EXAMPLES** +``` +jobname = /home/mickey/mouse +``` + +The above will create several files such as: + +``` +/home/mickey/mouse.txt # main output file +/home/mickey/mouse.mcmc.txt # MCMC sample file +/home/mickey/mouse.SeedUsed # seed information file +``` + +Additional files may be generated depending on the type of analysis. + +**NOTE:** The options `mcmcfile` and `outfile` from previous versions are now obsolete +and have been replaced by `jobname`. Using these deprecated options will result in an error. + +### 4 seqfile +------------------------------------------------------------------------ +``` +seqfile = s +``` +**DESCRIPTION** +Sets the name of the file containing the sequence data to be the string +`s` +**VALUES** +`s`, a string of characters specifying the directory path and name +of file that contains the sequence data +**EXAMPLES** +``` +seqfile = /home/mickey/mouse_seq.txt +seqfile = sequences.txt +``` + +### 5 finetune +------------------------------------------------------------------------ +``` +finetune = b [key:val ...] +``` +**DESCRIPTION** +Determines whether step lengths in MCMC proposals are automatically +optimized or manually set to fixed values. Step lengths can optionally +be specified using a key:value format. + +!!! warning "Syntax Change in v4.8.1" + The finetune syntax changed in BPP v4.8.1. The old positional syntax + (`finetune = 1: 5 0.001 0.001 ...`) is no longer supported. Use the + new key:value format or simply `finetune = 1` for default auto-tuning. + +The available proposal keys are: + +| Key | Parameter Proposal Description | +|------|---------------------------------------------------------------| +| Gage | Node age on gene tree | +| Gspr | Subtree pruning and regrafting move | +| tau | Tau (divergence time) | +| mix | Mixing step (jointly changing mu, tau and gene tree node ages)| +| lrht | Locus rate and heredity | +| phis | Introgression probability (phi) | +| pi | Stationary frequencies of substitution model | +| qmat | Q matrix elements of substitution model | +| alfa | Alpha parameter of gamma model for rate variation among sites | +| mubr | Mean branch rate (mu-bar) | +| nubr | Variance of branch rates (nu-bar) | +| mu_i | Locus-specific mu | +| nu_i | Locus-specific nu | +| brte | Branch rate | + +**VALUES** +`0` +Use fixed step lengths (no auto-tuning). Default step lengths are used unless +overridden with key:value pairs. +`1` +Automatically optimize step lengths during burnin. This is the recommended +setting. +`0 key:val ...` +Use fixed step lengths with specified values. +`1 key:val ...` +Auto-tune with specified initial step lengths. +**DEFAULT** +`finetune = 1` (auto-tune with default initial values) +**DEPENDENCIES** +If auto-tuning is enabled (`b = 1`), then `burnin` must be > 200. +**COMMENTS** +For most analyses, simply using `finetune = 1` is recommended. The program +will automatically adjust step lengths during burnin to achieve good mixing. +Custom step lengths are only needed for difficult analyses with poor +convergence. +**EXAMPLES** +``` +finetune = 1 # auto-tune with defaults (recommended) +finetune = 0 # fixed defaults, no auto-tuning +finetune = 1 Gage:5 Gspr:0.001 # auto-tune with custom initial values +finetune = 0 Gage:5 Gspr:0.001 mix:0.3 # fixed custom values +``` + +### 6 print +------------------------------------------------------------------------ +``` +print = b b b b b +``` +**DESCRIPTION** +Specifies what information is saved to the output files during the +MCMC. +**VALUES** +There are 5 boolean (0,1) variables that specify whether particular +variables are saved to file (1) or not saved (0). From left to right: +variable 1 specifies MCMC samples; variable 2 specifies locus-specific +rate parameters (rate $\mu_i$, variance parameter $\nu_i$ and +species-tree branch rates for locus $r_{ij}$); variable 3 specifies +locus-specific heredity scalars if those are estimated from the data; +variable 4 specifies locus-specific gene trees; and variable 5 specifies +locus-specific substitution-rate parameters (qmat for the $Q$ matrix, +freqs for base frequencies, and alpha for gamma rates for sites). +**EXAMPLES** +``` +print = 0 1 1 1 0 +print = 1 1 1 1 1 +``` + +### 7 burnin +------------------------------------------------------------------------ +``` +burnin = +d +``` +**DESCRIPTION** +Specifies the number of burn-in iterations that are executed in the MCMC +run before sampling begins. +**VALUES** +`+d`, a positive integer specifying the number of burn-in +iterations. +**DEPENDENCIES** +If `finetune = 1` (automatic optimization) then `burnin` has to +be $>200$. +**COMMENTS** +The total number of MCMC iterations is `burnin` + `nsample` $\times$ `sampfreq`. +**EXAMPLES** +``` +burnin = 100 +burnin = 10000 +``` + +### 8 sampfreq +------------------------------------------------------------------------ +``` +sampfreq = +d +``` +**DESCRIPTION** +Specifies the interval at which samples from the MCMC are to be written +to the MCMC output file specified by `jobname`. +**VALUES** +`+d`, a positive integer specifying the interval between samples +from the MCMC. +**COMMENTS** +The total number of MCMC iterations is `burnin` + `nsample` $\times$ `sampfreq`. +**EXAMPLES** +``` +sampfreq = 2 +sampfreq = 10 +``` + +### 9 nsample +------------------------------------------------------------------------ +``` +nsample = +d +``` +**DESCRIPTION** +Specifies the number of samples from the MCMC that are to be written to +the MCMC output file specified by `jobname`. +**VALUES** +`+d`, a positive integer specifying the number of MCMC samples. +**COMMENTS** +The total number of MCMC iterations is `burnin` + `nsample` $\times$ `sampfreq`. +**EXAMPLES** +``` +nsample = 5000 +nsample = 25499 +``` + +### 10 species&tree +------------------------------------------------------------------------ +``` +species&tree = +d s* ++d* +t +``` +**DESCRIPTION** +Specifies the number of species, the species names, the maximum number +of sequences (at any locus) for each species, and the species tree in +Newick format (or species graph in extended Newick format in models with +introgression). +**VALUES** +`+d`, a positive integer specifying the total number of species. +`s*`, a list of `+d` strings specifying the name of each +species. `+d*`, a list of `+d` positive integers specifying the +maximum number of sequences (at any locus) for each species. `t`, a +tree (or graph) in Newick format (or Newick extended format) specifying +the relationships among species (and possibly introgression events). +**DEPENDENCIES** +The variable `Imapfile` must be specified only when the number of +species `+d` > 1. The length of the boolean array +specified for variable `phase` is equal to the number of species +`+d`. The variable `phiprior` must be specified only if `t` +is an introgression graph. +**COMMENTS** +See the subsection *Notation for trees and introgression graphs* for +details on the format of `t`. The role of `t` in the MCMC +analysis depends on the value of the `speciestree` variable. If +`speciestree=1` the variable `t` specifies the starting tree for +the MCMC analysis, otherwise if `speciestree=0` it is the fixed tree +used for estimating parameters or the fixed guide tree for species +delimitation. +**EXAMPLES** +``` +species&tree = 4 H C G O +1 1 1 1 +(((H, C), G), O); +``` + +### 11 Imapfile +------------------------------------------------------------------------ +``` +Imapfile = s +``` +**DESCRIPTION** +Sets the path/name of the Imap file to be the string `s`. +**VALUES** +`s`, a string of characters specifying the directory path and name +of a file that contains the species/sequence map information. +**DEPENDENCIES** +The variable `Imapfile` must be specified only when the number of +species defined by the `species&tree` variable +`+d` > 1. +**COMMENTS** +See [Imap File](#imap-file) for a complete description of the Imap file format. +**EXAMPLES** +``` +Imapfile = /home/foo/bar_Imap.txt +Imapfile = Imap.txt +``` + +### 12 speciesdelimitation +------------------------------------------------------------------------ +``` +speciesdelimitation = b [b f*] +``` +**DESCRIPTION** +Specifies whether species delimitation is performed and if so specifies +the parameters of the species delimitation rjMCMC proposal algorithm. +**VALUES** +`0`, specifies no species delimitation. +`1 0 epsilon`, specifies species delimitation with rjMCMC algorithm +0, with parameter $\epsilon$ as specified in equations 3 and 4 of +[Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107). Reasonable values for $\epsilon$ are 1, 2, 5, etc. +`1 1 alpha m`, specifies rjMCMC algorithm 1, with parameters +$\alpha$ and $m$ as specified in equations 6 and 7 of [Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107). +Reasonable values are $\alpha = 1, 1.5, 2$, etc. and $m = 0.5, 1, 2$. +**DEFAULT** +`0` +**DEPENDENCIES** +If `speciesdelimitation = 1` then `speciesmodelprior` must be defined. +**EXAMPLES** +``` +speciesdelimitation = 1 0 2 +speciesdelimitation = 1 1 2 1 +``` + +### 13 speciestree +------------------------------------------------------------------------ +``` +speciestree = b +``` +**DESCRIPTION** +Specifies whether the species tree is estimated or fixed in the MCMC +analysis. +**VALUES** +`0`, specifies that species tree is fixed. +`1`, specifies that species tree is estimated. +**DEFAULT** +`0` +**DEPENDENCIES** +If `speciestree = 1` then `speciesmodelprior` must be defined. + +**COMMENTS** +This option invokes the nearest-neighbor interchange (NNI) or +subtree-pruning-regrafting (SPR) algorithm to propose changes to the +species tree topology during the MCMC run. +**EXAMPLES** +``` +speciestree = 1 +speciestree = 0 +``` + +### 14 speciesmodelprior +------------------------------------------------------------------------ +``` +speciesmodelprior +``` +**DESCRIPTION** +Specifies the prior distribution for rooted species trees and species +delimitations. +**VALUES** +`0`, specifies equal probabilities for the labeled histories (rooted +trees with the internal nodes ordered by age). +`1`, specifies equal probabilities for the rooted species trees. +`2`, specifies equal probabilities for the numbers of species ($1/s$ +each for $1,2,\ldots,s$ species given $s$ populations) and divides the +probability for any specific number of species among the compatible +models (of species delimitation and species phylogeny) in proportion to +the number of labeled histories. +`3`, specifies equal probabilities for the numbers of species ($1/s$ +each for $1,2,\ldots,s$ species given $s$ populations) and divides the +probability for any specific number of species among the compatible +models (of species delimitation and species phylogeny) uniformly. +**DEPENDENCIES** +The variable `speciesmodelprior` must be defined if either (or both) +`speciestree = 1` or `speciesdelimitation = 1`. If +`speciestree = 1` and `speciesdelimitation = 0` then only +options `speciesmodelprior = 0` or `speciesmodelprior = 1` may +be used. +**COMMENTS** +The priors specified by options 2 and 3 are described in [Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279). +The prior specified by option 3 may be suitable when there are many populations. +**EXAMPLES** +``` +speciesmodelprior = 0 +speciesmodelprior = 3 +``` + +### 15 phase +------------------------------------------------------------------------ +``` +phase = b* +``` +**DESCRIPTION** +Specifies whether the sequence data for each species is phased. +**VALUES** +`1`, in position $i$ of the list indicates that data is unphased for +species $i$ in the list of species in variable `species&tree`, +otherwise `0` indicates it is phased. +**DEFAULT** +`0` +**DEPENDENCIES** +The number of boolean (0,1) variables in the list must equal the number +of species `d+` specified in the `species&tree` variable. +**COMMENTS** +If at position $i$ the `phase` variable is 1, each sequence from +species $i$ is treated as an unphased diploid sequence, with +heterozygous sites represented using the ambiguity characters `YRMKSW`. +The missing data tokens `N-?` are allowed and are all treated as ?, but +other ambiguity characters (`HBVD`) are not allowed. + +For phasing, each sequence is expanded/resolved into two sequences, and +the program averages over possible phase resolutions according to the +approach of @Gronau2011. For example, a sequence `R...Y` with two +heterozygous sites, `R` (meaning `A/G`) and `Y` (meaning `C/T`), has two +possible phase resolutions: + +1. `A...T` and `G...C` + +2. `A...C` and `G...T` + +A sequence with no heterozygous sites will be phased/resolved into two +identical sequences. The MSC model effectively averages over different +phase resolutions of the heterozygous sites in performing the likelihood +calculation. The option may increase memory usage and CPU time +considerably if many sequences exist with many heterozygote sites at a +locus. If the `phase` variable for a species is 0, all sequences +from that species are treated as resolved haplotype sequences, and +ambiguities are interpreted in the usual way. For example, an ambiguity +code `Y` at a position is interpreted to mean that one sequence exists +with an uncertain nucleotide at that position that is either a T or a C. +The program does not allow some sequences from a species to be phased +and other sequences from that same species to be unphased. +**EXAMPLES** +``` +phase = 0 0 0 0 1 +phase = 1 1 1 1 1 +``` + +### 16 nloci +------------------------------------------------------------------------ +``` +nloci = +d +``` +**DESCRIPTION** +Specifies the number of loci present in the sequence data file specified +by variable `seqfile` that will be analysed. +**VALUES** +`+d`, a positive integer specifying the number of loci to be +analyzed. +**DEFAULT** +If `nloci` is not specified, all the loci present in the sequence +file specified by `seqfile` will be analysed. +**DEPENDENCIES** +`nloci` must be less than or equal to the number of loci available +in the sequence file specified by `seqfile`. +**COMMENTS** +If `nloci` is less than the number of loci present in the file +specified by `seqfile` only the first `nloci` present in that +file will be analysed. +**EXAMPLES** +``` +nloci = 1 +nloci = 2000 +``` + +### 17 model +------------------------------------------------------------------------ +``` +model = s [s] +``` +**DESCRIPTION** +Specifies the DNA substitution model (or amino acid substitution model) +that will be used. For DNA sequences the simplest (default) model that +can be chosen is the Jukes-Cantor (JC69) model and the most complex is +the General Time-Reversible (GTR) model. A range of models of +intermediate complexity are also available. For amino acid sequences, +most of the commonly used amino acid substitution matrix models are +available. If a model other than `Custom` is specified it will apply to +all loci. If `Custom filename` is specified, an additional file +`filename` must be provided that contains one or more lines with the +format: +``` +loci_indices data_type model +``` +where `loci_indices` is an index or range of indexes for loci (indexed +according to their order of occurrence in the sequence data file), +`data_type` is either `DNA` or `AA`, and model specifies the +substitution model variable for the indexed loci as described above. For +example, the entry +``` +1-10 DNA JC69 +11 AA DAYHOFF +``` +specifies that loci 1 to 10 comprise DNA sequences that will have the +`JC69` model applied to them, while locus 11 is an amino acid sequence +that will have the `DAYHOFF` model applied to it. +**VALUES** +For DNA sequences: `JC69`, `K80`, `F81`, `HKY`, +`T92`, `TN93`, `F84`, `GTR`. +For amino acid sequences: `DAYHOFF`, `LG`, `DCMUT`, +`JTT`, `MTREV`, `WAG`, `RTREV`, `CPREV`, `VT`, +`BLOSUM62`, `MTMAM`, `MTART`, `MTZOA`, `PMB`, +`HIVB`, `HIVW`, `JTTDCMUT`, `FLU`, and `STMTREV`. +Among-locus model variation: `Custom filename`. +**DEFAULT** +`JC69` +**DEPENDENCIES** +If `model = GTR` the variables `Qrates` and `basefreqs` can +be optionally defined which provide priors on the rate matrix and base +frequencies, respectively (default priors will be used otherwise). +**EXAMPLES** +``` +model = GTR +model = CPREV +model = Custom models.txt +``` + +### 18 Qrates +------------------------------------------------------------------------ +``` +Qrates = b +f +f +f +f +f +f +``` +**DESCRIPTION** +Specifies whether the exchangeability parameters in the GTR model are +fixed or variable and either their fixed values or prior relative mean +values. +**VALUES** +`b`, specifies either fixed (1) or variable (0) exchangeability +parameters in the GTR model. +`+f +f +f +f +f +f`, specify the exchangeability parameters in the +order $a, b, c, d, e, f$ for TC, TA, TG, CA, CG, and AG, as described in +[Yang 2014](https://global.oup.com/academic/product/molecular-evolution-9780199602605?lang=es&cc=gb). +**DEFAULT** +`0 1 2 1 1 2 1` +**DEPENDENCIES** +The variable `Qrates` is defined only if `model = GTR`. +**COMMENTS** +Two example cases are discussed here with either fixed, or variable +rates. The following specifies fixed rates: +``` +Qrates = 1 2 1 1 1 1 2 +``` +This specifies fixed rates at $a = 2, b = c = d = e = 1$ and $f = 2$, so +that the transition rate is twice as high as the transversion rate, and +the model corresponds to K80 or HKY. Note that only the relative rates +matter, because the rate matrix ($Q$) is scaled so that the average rate +(over the base frequencies) is 1 and branch lengths are measured in the +expected number of mutations/substitutions per site. Nevertheless the +program expects six rate parameters. +``` +Qrates = 0 10 5 5 5 5 10 +``` +This specifies variable rates with a prior on $a, b, c, d, e$ that is a +Dirichlet distribution for every locus. The above specifies Dir(10, 5, +5, 5, 5, 10), with parameters +$\alpha_a = 10, \alpha_b = \alpha_c = \alpha_d = \alpha_e = 10$, and +$\alpha_f = 10$. The rates generated from the Dirichlet sum to 1, and +they are rescaled. Note that larger values for those parameters mean +less variance, while the mean for $a$, say, is given by +$\alpha_a/\alpha$ with +$\alpha = \alpha_a + \alpha_b + \alpha_c + \alpha_d + \alpha_e + +\alpha_f$. This specifies an average transition/transversion rate ratio +of 2 (if base frequencies are all fixed at $\frac{1}{4}$). +**EXAMPLES** +``` +Qrates = 1 2 1 1 1 1 2 +Qrates = 0 1 1 1 1 1 1 +``` + +### 19 basefreqs +------------------------------------------------------------------------ +``` +basefreqs = b +f +f +f +f +``` +**DESCRIPTION** +Specifies whether the base frequency parameters are fixed or variable +and either their fixed values or prior relative mean values. +**VALUES** +`b`, specifies either fixed (1) or variable (0) base frequency +parameters in the GTR model. +`+f +f +f +f`, specify the base frequency parameters in the order +TCAG. +**DEFAULT** +`0 1 1 1 1` +**DEPENDENCIES** +The variable `basefreqs` is defined only if `model = GTR`. +**COMMENTS** +The parameters $\pi_T, \pi_C, \pi_A, \pi_G$ can be either fixed or +variable with a prior specified by the Dirichlet distribution with +$\alpha$ parameters specifying the relative mean frequencies. +**EXAMPLES** +``` +basefreqs = 1 0.15 0.35 0.15 0.35 +basefreqs = 0 10 10 10 10 +``` + +### 20 alphaprior +------------------------------------------------------------------------ +``` +alphaprior = f f +d +``` +**DESCRIPTION** +Specifies the prior probability density for the shape parameter +controlling the pattern of among-site rate variation. +**VALUES** +`f f +d`, specify the $\alpha_p$ and $\beta_p$ parameters of the +prior on the Gamma shape parameter and the number of rate categories +ncatG, respectively. +**DEFAULT** +$\alpha=\infty$ (no rate variation among sites) +**COMMENTS** +Among-site rate variation is assumed to follow a Gamma distribution with +a mean of 1 and shape parameter $\alpha$. The variance of rates among +sites is $1/\alpha$ and therefore a smaller $\alpha$ specifies more rate +variation. A discrete distribution is used to efficiently approximate +the Gamma distribution and ncatG is the number of rate categories used +in the approximation -- more rate categories provide a better +approximation but incur greater computational expense. A value for ncatG +of 4 is recommended. The prior on $\alpha$ is also a Gamma distribution +with parameters $\alpha_p$ and $\beta_p$. The variance and mean of the +prior on $\alpha$ are: + +$\textrm{Mean}(\alpha) = \frac{\alpha_p}{\beta_p}$, + +$\textrm{Var}(\alpha) = \frac{\alpha_p}{\beta_p^2}$ + +**EXAMPLES** +``` +alphaprior = 1 1 4 +``` + +### 21 cleandata +------------------------------------------------------------------------ +``` +cleandata = b +``` +**DESCRIPTION** +Specifies whether columns in the alignment which have gaps or ambiguity +characters will be removed prior to analysis, or will instead be +retained for use in the likelihood calculation. +**VALUES** +`0`, specifies that columns in the alignment which have gaps or +ambiguity characters will be treated as missing data and used in the +likelihood calculation. +`1`, specifies the removal of columns in the alignment which have +gaps or ambiguity characters. +**DEFAULT** +`0` +**EXAMPLES** +``` +cleandata = 1 +cleandata = 0 +``` + +### 22 thetaprior +------------------------------------------------------------------------ +``` +thetaprior = s [(f*, f f s)] +``` +**DESCRIPTION** +Specifies the distribution model and parameters of the prior +distribution on the contemporary and ancestral population parameters +$\theta$ and whether the MCMC integrates over the parameters or the +integration is instead performed analytically. +**VALUES** +`s`, specifies the form of the prior distribution on theta and +should be either `invgamma`, `gamma` or `beta` to specify either an +inverse gamma, gamma, or beta distribution, respectively. +`[(f*, f f s)]`, specifies the parameters of the prior distribution. +The form for the parameters depends on the type of distribution +specified in the first argument. The permissible combinations of +distributions and parameters are: +``` + invgamma a b + invgamma a b e +``` +which specifies an inverse gamma prior with $\alpha$ and $\beta$ +parameters a and b, respectively. The first entry specifies that +$\theta$s are integrated over analytically and the second entry (with +trailing e) specifies that $\theta$s are estimated. +``` + gamma a b +``` +which specifies a gamma prior with $\alpha$ and $\beta$ parameters a and +b, respectively. +``` + beta p q l u +``` +which specifies a beta prior constrained to the interval $(l,u)$ with +parameters p and q, respectively. All the distributions above, except +the inverse Gamma distribution (without the e argument) integrate over +the $\theta$ parameters numerically as part of the MCMC, estimating the +posterior distribution of $\theta$ for each population. +**COMMENTS** +The inverse-gamma prior `invgamma a b`, where a and b are the parameters +$\alpha$ and $\beta$, has mean and variance: + +$\textrm{Mean}(\theta) = \frac{\beta}{\alpha - 1}$, + +$\textrm{Var}(\theta) = \frac{\beta^2}{(\alpha - 1)^2 (\alpha - 2)}$. + +For example, if $\alpha=3$ and $\beta=0.002$ the mean is +$0.002/(3 – 1) = 0.001$ (one variable site per kb on average). Note that +all $\theta$ parameters in the MSC model (for both modern species and +extinct ancestral species) are assigned the same specified prior +distribution with identical parameters. The inverse-gamma is a conjugate +prior for $\theta$ (Hey and Nielsen, 2007), which means that both the +prior and the posterior of $\theta$ will be inverse-gamma. Use of the +conjugate prior allows the $\theta$ parameters to be integrated out +analytically, and thus the dimension of the parameter space is reduced. +This typically leads to improved mixing of the MCMC. + +!!! note "Trade-off: Analytical Integration vs. Posterior Estimation" + Using `invgamma a b` (without `e`) integrates θ analytically for better MCMC mixing, + but you won't get posterior distributions for θ. To estimate θ posteriors, use + `invgamma a b e` instead. + +To estimate the $\theta$ parameters when using an inverse gamma prior, +add the letter e (or E) on the line, as follows +``` + thetaprior = 3 0.002 e +``` +Whether $\theta$s are integrated out or estimated, other results (such +as the posterior probability of species trees or species-delimitation +models) should be identical if the same prior is used. The analytical +integration of $\theta$ is only possible with an inverse gamma prior +distribution, if any other prior is used the $\theta$s are automatically +estimated and the E flag is not needed and should not be used. The gamma +prior `gamma a b`, where a and b are the parameters $\alpha$ and +$\beta$, has mean and variance: + +$\textrm{Mean}(\theta) = \frac{\alpha}{\beta}$, + +$\textrm{Var}(\theta) = \frac{\alpha}{\beta^2}$. + +For example, if $\alpha=0.001$ and $\beta=1$ the mean is +$0.001/1 = 0.001$ (one variable site per kb on average). The beta prior +`beta p q l u` has mean and variance: + +$\textrm{Mean}(\theta) = \frac{p u + q l}{p + q}$, + +$\textrm{Var}(\theta) = \frac{p q (u - l)^2}{(p + q)^2 (p + q + 1)}$. + +For example, with `beta 2 18 1e-6 0.1` the mean is: + +$\frac{2(0.1)+18(10^{-6})}{2+18} = 0.0100009$ + +which is 10 variable sites per kb on average. +**EXAMPLES** +``` +thetaprior = invgamma 3 0.002 +thetaprior = invgamma 4 0.001 e +thetaprior = beta 2 18 1e-6 0.1 +thetaprior = beta 2 18 1e-6 0.01 +thetaprior = beta 1 10 0.0001 0.2 +thetaprior = gamma 0.001 1 +``` + +### 23 tauprior +------------------------------------------------------------------------ +``` +tauprior = s f f +``` +**DESCRIPTION** +Specifies the prior probability distribution of the divergence time +parameter for the root in the species tree. +**VALUES**\ +`s f f`, specifies either the gamma or inverse gamma prior +distribution and the $\alpha$ and $\beta$ parameters, respectively for +$\tau_0$, the divergence time parameter for the root in the species +tree. +``` + gamma a b + invgamma a b +``` +specifies a gamma distribution, or an inverse gamma distribution, +respectively with a and b to be the parameters $\alpha$ and $\beta$, +respectively. +**COMMENTS** +If the specified prior on $\tau_0$, the age of the root of the tree is +an inverse-gamma distribution IG($\alpha, \beta$) with $\alpha > 2$ the +mean and variance are: + +$\textrm{Mean}(\tau_0) = \frac{\beta}{\alpha - 1}$, + +$\textrm{Var}(\tau_0) = \frac{\beta^2}{(\alpha - 1)^2 (\alpha - 2)}$. + +If the prior is a gamma distribution the mean and variance are: + +$\textrm{Mean}(\tau_0) = \frac{\alpha}{\beta}$, + +$\textrm{Var}(\tau_0) = \frac{\alpha}{\beta^2}$. + +The remaining species divergence times are generated from the uniform +Dirichlet distribution [@Yang2010 eq. 2]. As an example, suppose that +`tauprior = 3 0.03` specifies the prior for $\tau_0$, the divergence +time parameter for the root in the species tree. The mean of $\tau_0$ is +then $0.03/(3 – 1) = 0.015$ (which means 1.5% of sequence divergence +between the root of the species tree and the present time). If the +mutation rate is $10^{–9}$ mutations/site/year, this distance will +translate to an absolute prior mean divergence time of 15 MY. +**EXAMPLES** +``` +tauprior = invgamma 3 0.03 +tauprior = gamma 0.01 1 +``` + +### 24 phiprior +------------------------------------------------------------------------ +``` +phiprior = f f +``` +**DESCRIPTION** +Specifies the parameters of the prior distribution on $\varphi$, the +introgression probability under the MSC-I model. +**VALUES** +`f f`, specify the parameters $\alpha$ and $\beta$, respectively, of +the beta distribution prior $\textrm{B}(\alpha,\beta)$ for $\varphi$. +**DEPENDENCIES** +If the `species&tree` variable `t` specifies a tree with +introgression nodes then `phiprior` must be defined. +**COMMENTS** +The introgression probability $\varphi$ takes values on the interval +$(0,1)$ and the prior distribution for $\varphi$ is assumed to be beta +$\textrm{B}(\alpha, \beta)$ which has mean and variance: + +$\textrm{Mean}(\varphi) = \frac{\alpha}{\alpha+\beta}$, + +$\textrm{Var}(\varphi) = \frac{\alpha \beta}{(\alpha + \beta)^2 (\alpha + \beta + 1)}$. + +For example, `phiprior = 1 1` specifies the beta prior +$\textrm{B}(\alpha,\beta)$ with $\alpha = 1$ and $\beta = 1$ for $\varphi$, which has a mean of $1/2$ and a variance of $1/12$. +**EXAMPLES** +``` +phiprior = 1 1 +phiprior = 1.5 1.5 +``` + +### 25 locusrate +------------------------------------------------------------------------ +``` +locusrate = d+[(f f f s, s)] +``` +**DESCRIPTION** +Specifies the model of substitution rate variation among loci, as well +as the parameters, and the prior on the parameters of the model. +**VALUES** +`d+[(f f f s, s)]`, specifies the model and parameters. The variable +d+ takes one of 4 possible values with different numbers of additional +variables depending on d+. The permissible combinations are: + +| **d+** | **[args]** | **Description** | +|--------|-----------------------------------------------------------------------|------------------------------------| +| 0 | | Loci have identical rates | +| 1 | f f f s | Locus rates variable and estimated | +| | $\alpha_{\bar{\mu}} \,\, \beta_{\bar{\mu}} \,\, \alpha_{\mu_i}$ prior | | +| 2 | s | Locus rates variable and specified | +| | Filename of file containing locus rates | | +| 3 | f f | Loci have identical rates. The rate is estimated using tip-dating | +| | $\alpha$ $\beta$ | | + + +where $\alpha_{\bar{\mu}}$ and $\beta_{\bar{\mu}}$ are the parameters of +the Gamma distribution prior on the average rate among loci $\bar{\mu}$ +and $\alpha_{\mu_i}$ is the parameter of the prior on the rate at the +$i$th locus given $\bar{\mu}$. The prior variable must be either `iid` +for a conditional iid (hierarchical) prior on $\mu_i$ or `dir` for a +Gamma-Dirichlet prior. The prior variable is optional, if it is not +specified `iid` is used. +**DEFAULT** +`0` +**DEPENDENCIES** +If both the `prior` option for the variable `locusrate` and the `prior` +option for the variable `clock` are set, they should take the same +value. If the `locusrate = 3 f f` option is used, `datefile` must be specified. +**COMMENTS** +The setting `locusrate = 0` (default) means that all loci have the same +mutation rate. Setting `locusrate = 1 f f f s` specifies a model with +rate variation among loci in which rates are estimated from the sequence +data. Including the first integer (1) which species the model there are +5 arguments, the last one (prior) being optional. Parameters +$\alpha_{\bar{\mu}}$ and $\beta_{\bar{\mu}}$ specify the shape and rate +parameters of the gamma distribution for the mean rate across loci +($\bar\mu$), while $\alpha_{\mu_i}$ and prior are used to specify the +locus rates ($\mu_i$) given the mean rate ($\bar\mu$). The option prior +can take two values dir (for Gamma-Dirichlet rates for loci), and iid +(for conditional i.i.d. or hierarchical prior). +`locusrate = 2 LocusRateFileName` specifies the fixed-rates model of +locus-rate variation ([Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148)). This is the strategy used by +[Yang 2002](https://doi.org/10.1093/genetics/162.4.1811), with the relative rates estimated by the distance to an +outgroup species. The relative locus rates are listed in the file: there +should be as many numbers in the file, separately by spaces or line +returns, as the number of loci (nloci). The program re-scales those +rates so that the average across all loci is 1 and then use those +relative rates as fixed constants. Specifically the mean rate across +loci ($\bar{\mu}$) is assigned a gamma prior: + +$\bar{\mu} = \mathrm{G}(\alpha_{\bar{\mu}},\beta_{\bar{\mu}}),$ + +with mean and variance: + +$\textrm{Mean}(\bar{\mu}) = \frac{\alpha_{\bar{\mu}}}{\beta_{\bar{\mu}}}$, + +$\textrm{Var}(\bar{\mu}) = \frac{\alpha_{\bar{\mu}}}{\beta_{\bar{\mu}}^2}$. + +When there are no fossil calibrations in the species tree, the rates +should all be relative. In this case we suggest fixing +$\alpha_{\bar{\mu}}=\beta_{\bar{\mu}}=0$ (with 0 causing the program to +fix both parameters at $\infty$), and the program will fix the mean rate +across loci at $\bar\mu = 1$. Otherwise one can use equal and large +values such as $\alpha_{\bar{\mu}}=100$ and $\beta_{\bar{\mu}}=100$, so +that $\bar\mu$ is nearly fixed at 1. Given the mean rate $\bar\mu$, two +priors are available to specify the locus rates $\mu_i$, with +$i = 1, 2, \cdots, L$, where $L$ is the number of loci (`nloci`). If +`prior = dir` (for Gamma-Dirichlet distribution of locus rates), the +total rate $L\bar\mu$, given the mean rate ($\bar\mu$), is partitioned +into locus rates ($\mu_i$), using the concentration parameter +$\alpha_{\mu_i}$ The model and notation follow [Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148) [eq. 4] and +[Dos Reis et al 2014](https://doi.org/10.1093/sysbio/syu020) [eqs. 3-5]. If `prior = iid` (for conditional-i.i.d. or +hierarchical prior of locus rates), the locus rates ($\mu_i$) are +i.i.d. given the mean rate ($\bar\mu$): + +$\mu_i \sim \mathrm{G}(\alpha_{\mu_i},\alpha_{\mu_i}/\bar{\mu})$. + +This model is described in [Zhu et al 2015](https://doi.org/10.1093/sysbio/syu109) [eq. 8] and is also implemented in +[mcmctree]{.smallcaps}. In both the Gamma-Dirichlet and the conditional +i.i.d. models, parameter $\alpha_{\mu_i}$ is inversely related to the +extent of rate variation among loci, with a large $\alpha_{\mu_i}$ +meaning similar rates among loci. If all loci are noncoding, the rates +are probably similar, so $\alpha_{\mu_i} =$ 10 or 20 may be reasonable, +while for coding loci or exons, $\alpha_{\mu_i} =$ 2 or 1 may be +appropriate. The $\alpha_{\mu_i}$ parameter may affect the estimates of +the population size parameter ($\theta$) for the root node on the +species tree ([Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148)). The $L$ locus rates ($\mu_i$) are +parameters in the model. If $\alpha_{\bar{\mu}} > 0$, the mean rate +($\bar\mu$) is a parameter as well. + +The setting `locusrate = 3 f f` means the all loci have the same mutation rate, and the rate is estimated using tip-dating. +The rate prior is $\Gamma (\alpha, \beta)$. +The units of the prior should match the units in the `datefile`. +For example, if the dates are specified in years, the rate should be in expected number of substitutions per year. + +**EXAMPLES** +``` +locusrate = 0 +locusrate = 2 rates.txt +locusrate = 1 0 0 2 +locusrate = 1 2 3 2 dir +locusrate = 1 1 1 1 iid +locusrate = 3 20 1000000 +``` + +### 26 clock +------------------------------------------------------------------------ +``` +clock = +d [f f f s s] +``` +**DESCRIPTION** +Specifies whether a strict molecular clock (equal substitution rates +among lineages) is used or instead a specific variable clock model +(allowing variation in substitution rates among lineages). If a variable +clock model is specified, the priors on the parameters of the variable +clock model are also specified. +**VALUES** +`+d`, specifies a strict clock (1), a variable clock with +independent rates among branches (2), a variable clock with +autocorrelated rates between ancestral and descendent branches (3), +or a simple variable clock model (4). +`f f f s s`, are required when `clock =` 2 or 3 and specify +respectively the parameters $\alpha_{\bar{\nu}}$, $\beta_{\bar{\nu}}$ +and $\alpha_{\nu_i}$, the prior distribution for the locus rate +($\mu_i$) which is either `dir` for Dirichlet or `iid` for conditional +i.i.d (hierarchical) prior, and the distribution for the branch rates +($r_{ij}$) given the locus rate ($\mu_i$) which is either `G` for Gamma +or `LN` for log-normal. Parameters $\alpha_{\bar{\nu}}$ and +$\beta_{\bar{\nu}}$ are the parameters of the gamma distribution for the +average of variances across loci ($\bar\nu$), while $\alpha_{\nu_i}$ and +`prior` are used to specify the variance ($\nu_i$) for locus $i$ given +the average ($\bar\nu$). The specification of the distribution of +$\nu_i$ given $\bar\nu$ follows the same procedure as the specification +of the distribution of $\mu_i$ given the mean rate $\bar\mu$ when +modeling among-locus rate variation; see notes above about the +`locusrate` variable. +`f f`, are required when `clock = 4` and specify the parameters +$\alpha_{\bar{\nu}}$ and $\beta_{\bar{\nu}}$ for the simple rates model. +**DEFAULT** +`1` +**DEPENDENCIES** +If both the `prior` option for the variable `locusrate` and the `prior` +option for the variable `clock` are set, they should take the same +value. +**COMMENTS** +As an example, the specification (`clock = 2 10.0 100.0 5.0 iid G`) +specifies a local-clock model in which the mutation rate drifts over +branches, independently among loci. A detailed explanation is as +follows. First $\bar\nu$ is assigned a gamma distribution +$G(10.0, 100.0)$, with mean 0.1. Given $\bar\nu$, the conditional +i.i.d. prior means that +$\nu_i \sim G(\alpha_{\nu_i}, \alpha_{\nu_i}/\bar\nu)$ with shape +parameter $\alpha_{\nu_i} = 5.0$ and mean $\bar\nu$, for +$i = 1, 2, \cdots, L$. Note that $\alpha_{\nu_i}$ is inversely related +to the variance of $\nu_i$: use small values of $\alpha_{\nu_i}$ (2, 1, +or 0.5) if you believe that $\nu_i$ varies among loci (meaning that the +clock nearly holds at some loci but is seriously violated at others). + +As another example, the specification +(`clock = 2 10.0 100.0 5.0 dir LN`) means that $\bar\nu$ is assigned a +gamma prior $G(10.0, 100.0)$, and then the sum $L\bar\nu$ is partitioned +into $\nu_i$ (for $i = 1, 2, \cdots, L$) according to the Dirichlet +distribution (`prior = dir`) with concentration parameter +$\alpha_{\nu_i} = 5.0$. Again large $\alpha_{\nu_i}$ means the same +extent of clock violation at different loci. + +Given the locus rate $\mu_i$ (specified using the `locusrate` variable) +and the variance $\nu_i$ (specified using the `clock` variable) for +locus $i$, the different lineages may have different rates at the locus, +and those rates are independent among loci. If distribution specified is +`G` (for gamma), the rate for species-tree branch $j$ at locus $i$ has +the following gamma distribution + +$r_{ij} | \mu_i, \nu_i \sim \mathrm{G}(\mu_i^2/\nu_i, \mu_i/\nu_i)$. + +This has mean $\mu_i$ and variance $\nu_i$. Alternatively if +distribution = `LN` (for log-normal), the rate for species-tree branch +$j$ at locus $i$ has the following the log-normal distribution + +$r_{ij} | \mu_i, \nu_i \sim \mathrm{LN}(\mu_i, \nu_i)$, + +where $\mu_i$ +is the mean of the LN distribution and $\nu_i$ is the variance parameter +of the lognormal. Note that the rate-drift model specifies rates for +branches on the species tree (rather than on the gene tree) for each +locus, and gene-tree branches residing in the same population or species +have the same rate. For example, if all sequences at a locus are from +the same species and all coalescent events occur in that species (before +reaching an ancestral species), all branches on the gene tree will have +the same rate even if the relaxed-clock model allows rates among +species. In contrast, if a gene-tree branch passes several species or +populations, the different segments of the branch will have different +rates. The branch length on the gene tree is calculated by summing up +the lengths of those segments (with the length of each segment being the +product of the rate and the time duration for the segment). + +The option `clock = 3` is similar to clock 2 but specifies the +autocorrelated-rates model. `clock = 3` with the log-normal distribution +(LN) specifies the geometric Brownian motion model of [Rannala and Yang 2007](https://doi.org/10.1080/10635150701420643). This +assigns a rate to each species-tree branch, that is, to the mid-point of +the branch. Given the rate at the species-tree root ($\mu_i$ at locus +$i$), the rates for the two branches around the root are specified. Then +given the rate for each ancestral branch, the rates for its two daughter +branches are specified, by integrating over the rate at the internal +node that is ancestral to the daughter branches. See figure 1 and +equations 3-8 in [Rannala and Yang 2007](https://doi.org/10.1080/10635150701420643). The rates for all species-tree branches +are thus assigned through a pre-order tree traversal, starting from the +root moving to the tips, until all branches are visited. If `clock = 3` +is specified with the gamma distribution (option `G`), the model works +as follows, using a similar pre-order tree traversal. First the two +branches at the species-tree root have the gamma distribution with mean +$\mu_i$ and variance $\nu_i$. Then given the rate for each ancestral +branch, the rates for its two daughter branches are specified as +independent gamma variables with the mean to be the rate of the parental +branch and with the variance to be $\nu_i$. Clock 3 is currently +implemented for the MSC model only and is unavailable under the MSC-I +model. + +Note that a larger variance $\nu_i$ implies a more serious violation of +the molecular clock at locus $i$. Also note that $\nu_i$ will be similar +to $\bar\nu$, especially if $\alpha_{\nu_i}$ is large, and $\bar\nu$ has +prior mean $\alpha_{\bar{\nu}} / \beta_{\bar{\nu}}$. If +$\alpha_{\bar{\nu}} = 10$ and $\beta_{\bar{\nu}} = 100$, the prior mean +will be 0.1. Thus, for the log-normal model $\nu = 0.5$ represents a +serious violation of the clock while $\nu < 0.1$ represents only a +slight violation. +**EXAMPLES** +``` +clock = 1 +clock = 2 10.0 100.0 5.0 dir LN +clock = 3 10.0 50.0 3.0 dir G +``` + +### 27 heredity +------------------------------------------------------------------------ +``` +heredity = +d [(f f, s, )] +``` +**DESCRIPTION** +Specifies whether proportional differences exist between all $\theta$ +values for different loci, and if so whether the proportionality +multipliers (called inheritance scalars) are estimated from the data, or +set to specified fixed values. If inheritance scalars are estimated, the +parameters of the prior also must be specified. +**VALUES** +`+d`, specifies whether no differences in $\theta$ exist among loci +(0), proportional differences exist and inheritance scalars are +estimated (1), or proportional differences exist and inheritance scalars +are fixed to specified values (2). +`f f`, is only specified when `+d` is 1 and specifies the $\alpha$ +and $\beta$ parameters, respectively, of the Gamma prior on the scalar +$s_i$ for locus $i$. +`s`, is only specified when `+d` is 2 and specifies the name of a +file containing $L$ (number of loci) heredity scalars (which must be +positive numbers) separated by spaces or linebreaks. +**DEFAULT** +`0` +**COMMENTS** +`heredity = 0` is the default and constrains $\theta$ to be equal across +loci. `heredity = 1` or `2` specifies two models that allow $\theta$ to +vary among loci, which may be useful for analyses combining data from +autosomal loci, loci on sex chromosomes, and/or mitochondrial loci. Such +mixed data, may be expected to have proportional differences in +effective population sizes among loci so that inheritance scalars +[Hey and Nielsen 2004](https://doi.org/10.1534/genetics.103.024182) should be applied. For example, in diploid sexual organisms +with strict maternal inheritance of mtDNA we expect the effective +population size of a mitochondrial locus to be $1/4$ that of a nuclear +locus. Other factors such as natural selection may also cause $\theta$ +to deviate from the neutral expectation even among autosomal loci. +BPP implements two options for allowing such variations. +The first option (`heredity = 1`) specifies that locus-specific +inheritance scalars $s_i$ be estimated, using a Gamma prior with +parameters $\alpha$ and $\beta$ specified by the user. The prior mean +and variance of $s_i$ are: + +$\textrm{Mean}(s_i) = \frac{\alpha}{\beta}$, + +$\textrm{Var}(s_i) = \frac{\alpha}{\beta^2}$. + +For example, `(heredity = 1 4 4)` specifies a Gamma prior +$\textrm{G}(4, 4)$, with mean $4/4 = 1$ and variance $1/4$, for the +inheritance scalar at each locus. The MCMC then generates the posterior +distribution of $s_i$ for each locus. The second option (`heredity = 2`) +allows the user to specify the $s_i$ in a file so they remain fixed +constants during the MCMC run. +**EXAMPLES** +``` +heredity = 0 +heredity = 1 4 4 +heredity = 2 scalars.txt +``` + +### 28 checkpoint +------------------------------------------------------------------------ +``` +checkpoint = +d [(+d)] +``` +**DESCRIPTION** +Specifies whether one or more checkpoint files are created to allow the +BPP program to resume using the current state of the MCMC at the +iteration during which the checkpoint file was created. +**VALUES** +`+d[(+d)]`, specifies the iteration at which the first checkpoint +file is created (first argument) and how frequently checkpoint files are +subsequently created (second optional argument). +**DEFAULT** +If the checkpoint value is undefined no checkpoint file is created. +**COMMENTS** +The checkpoint files are named `JOBNAME.Z.chk` where `JOBNAME` is the name +specified by the `jobname` variable and `Z` is the number of the +checkpoint file (the first checkpoint file is labeled 1, the second 2, +and so on). To resume execution of the program starting from a +checkpoint use the BPP `–resume` switch followed by the checkpoint file +name. For example, `bpp –resume outrun1.1.chk`. +**EXAMPLES** +``` +checkpoint = 100000 +checkpoint = 100000 10000 +``` + +### 29 constraintfile +------------------------------------------------------------------------ +``` +constraintfile = s +``` +**DESCRIPTION** +Specifies the name of a file containing information for placing +topological constraints on inferred trees and specifying outgroups for +tree rooting. +**VALUES** +`s`, a string specifying the name of the constraint file. +**DEFAULT** +If `constraintfile` is undefined no constraints or outgroups are used in +the analysis. +**EXAMPLES** +``` +constraintfile = myconstraints.txt +``` + +### 30 threads +------------------------------------------------------------------------ +``` +threads = +d [+d +d] +``` +**DESCRIPTION** +Specifies the number of CPU threads to be used and optionally the +specific threads to be used. +**VALUES** +`+d [+d +d\]`, either 1 or 3 positive integers. A single integer +argument specifies the number of threads to use. If three integers are +given the first specifies the number of threads, the second specifies +the index of the first thread used and the third specifies the +increment. For example, `12 4 1` specifies that 12 threads should be +used, the first with index 4 and incrementing by one so that threads +4-15 are used. +**DEFAULT** +If `threads` is undefined, the calculations for each locus are placed on +different threads when possible. +**DEPENDENCIES** +The number of specified threads cannot exceed the number of loci +specified. +**EXAMPLES** +``` +threads = 4 +threads = 8 4 1 +``` + +### 31 datefile +------------------------------------------------------------------------ +``` +datefile = s +``` +**DESCRIPTION** +Sets the path/name of the date file to be the string s + +**VALUES** +`s`, a string specifying the name of the date file. + +**DEFAULT** +If `datefile` is undefined, no tip dates are used in +the analysis. + +**DEPENDENCIES** +Model A00 must be used with tip-dating (`speciesdelimitation = 0`, `speciestree = 0`). +Checkpointing cannot be used. +The tip-dating `locusrate` option must be used, `locusrate = 3 d d`. +A global clock must be used. +This is the default or can be set with `clock = 1`. + +**COMMENTS** +See [Date File](#date-file) for a complete description of the date file format. + +**EXAMPLES** +``` +datefile = dates.txt +datefile = /home/foo/seqDates.txt +``` + +### 32 thetamodel +------------------------------------------------------------------------ +``` +thetamodel = s +``` +**DESCRIPTION** +Specifies how theta parameters are linked across populations in the species tree. +**VALUES** +`linked-none`, no linking of theta parameters (default). +`linked-all`, all populations share the same theta. +`linked-inner`, inner (ancestral) populations share the same theta. +`linked-msci`, linking appropriate for MSC-I models. +`linked-mscm`, linking appropriate for MSC-M models. +**DEFAULT** +`linked-none` +**EXAMPLES** +``` +thetamodel = linked-none +thetamodel = linked-all +thetamodel = linked-inner +``` + +### 33 printlocus +------------------------------------------------------------------------ +``` +printlocus = +d +d +d ... +``` +**DESCRIPTION** +Specifies which loci should have their gene trees printed to the output. +**VALUES** +The first integer specifies the number of loci to print, followed by the locus numbers (1-indexed). +**EXAMPLES** +``` +printlocus = 2 1 5 # print gene trees for loci 1 and 5 +printlocus = 3 1 2 3 # print gene trees for loci 1, 2, and 3 +``` + +### 34 geneflow +------------------------------------------------------------------------ +``` +geneflow = b +``` +**DESCRIPTION** +Enables or disables gene flow estimation in the model. +**VALUES** +`0`, disable gene flow estimation. +`1`, enable gene flow estimation. +**DEFAULT** +`0` +**EXAMPLES** +``` +geneflow = 0 +geneflow = 1 +``` + +### 35 loadbalance +------------------------------------------------------------------------ +``` +loadbalance = s +``` +**DESCRIPTION** +Specifies the load balancing strategy for distributing computation across threads. +**VALUES** +`none`, no dynamic load balancing (static distribution). +`zigzag`, use zigzag load balancing for better distribution of work across threads. +**DEFAULT** +`none` +**EXAMPLES** +``` +loadbalance = none +loadbalance = zigzag +``` + +### 36 traitfile +------------------------------------------------------------------------ +``` +traitfile = s +``` +**DESCRIPTION** +Specifies the file containing trait data for morphological analysis. +**VALUES** +`s`, a string specifying the path to the trait data file. +**EXAMPLES** +``` +traitfile = traits.txt +traitfile = /home/user/data/morphology.txt +``` + +## Example control file + +To examine the structure of a typical BPP control file, we consider the +example file `A00.bpp.ctl` contained in the BPP distribution +subdirectory `examples/frogs`. The goal here is to provide an example of a +correctly formatted control file and briefly explain the syntax and +meaning of specified variables, as well as proposing some conventions +for writing optional comments in control files. An exhaustive +description of all control file variables, their effects, and +permissible values is provided in the definitions of +[BPP Control File Variables](#bpp-control-file-variables). +In depth descriptions of specific model and prior choices can be found in +[Substitution Models](#substitution-models), [Introgression and Migration Models](#introgression-and-migration-models), and [Isolation with Migration Models](). +Control files illustrating the 4 methods of analysis A00, A01, A10 and A11 are found in +[Methods of Analysis](#methods-of-analysis). The content of the control file `A00.bpp.ctl` is displayed below: +``` + seed = -1 + + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out + + # fixed species tree and delimitation + speciesdelimitation = 0 + speciestree = 0 + + species&tree = 4 K C L H + 9 7 14 2 + (((K, C), L), H); + + # sequence data are unphased for all 4 populations + phase = 1 1 1 1 + + # 0: no data (prior); 1:seq like + usedata = 1 + + # number of data sets in seqfile + nloci = 5 + + # remove sites with ambiguity data (1:yes, 0:no)? + cleandata = 0 + + # invgamma(a, b) for theta + thetaprior = invgamma 3 0.004 E + + # invgamma(a, b) for root tau & Dirichlet(a) for other tau's + tauprior = invgamma 3 0.002 + + * heredity = 1 4 4 + * locusrate = 1 5 + + # finetune: auto-adjust step lengths during burnin + finetune = 1 + + # MCMC samples, locusrate, heredityscalars, Genetrees + print = 1 0 0 0 + + burnin = 8000 + + sampfreq = 2 + + nsample = 100000 +``` +**A comment about comments** +Optional comments may be added to the control file. If either a '\#' or +a '\*' symbol occurs on a line, everything following the symbol up to +the end of the line will be ignored by the BPP program. This allows +optional comments to be added by the user either to explain choices (or +meanings) of variables, or to retain optional alternative variable +settings for future use. The control files presented in this +documentation use the different comment-initiating symbols for distinct +purposes: + +1. '\#' initializes a comment that lists and/or explains the possible + settings of the variable found immediately below the comment. + +2. '\*' initializes a comment that retains deactivated variable + settings (for future use). If an alternative to a defined variable + it follows that variable. + +It is good practice to make use of these conventions for comments in +your own bpp control files. + +### Control file variables explained + +Here we walk through the variables in the above control file example +explaining the meaning of each and the valid values that can be +specified. An exhaustive description of all control file variables and +permissible values is given in [Control File](#control-file). +``` + seed = -1 +``` +This line specifies the seed value used to initialize the random number +generator. Because BPP uses pseudorandom numbers to drive a stochastic +algorithm for inference the results will vary between analyses initiated +with different seeds, but will be identical if the same seed is used +(because pseudorandom numbers are generated using a deterministic +algorithm started with the value of seed). Setting `seed = -1` specifies +that BPP use the clock on the computer to generate a seed. With this +setting, every run of the program will automatically be started with a +different seed. The seed that was used for a run is stored in a file +generated by the program called SeedUsed. +``` + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out +``` +These lines specify the names of the files used to run the program and +summarize the output. The program will assume that all these files are +located in the current working directory since no path is specified. The +line `seqfile = frogs.txt` specifies that the sequence data are in the +file named `frogs.txt`. See [Sequence File](#sequence-file) for a +description of the sequence data file format. +The line `Imapfile = frogs.Imap.txt` specifies that the map file is +named `frogs.Imap.txt`. See [Imap File](#imap-file) for +a description of the map file format. The line `jobname = out` specifies +that the program output and mcmc samples are printed to files named +`out.txt` and `out.mcmc.txt`, respectively. The format of the output file +depends on the type of analysis being performed and is described in +[Methods of Analysis](#methods-of-analysis). +``` + # fixed species tree + speciesdelimitation = 0 + speciestree = 0 +``` +The line `speciesdelimitation = 0 ` specifies that the number of species +is fixed (not delimited) and the line `speciestree = 0` specifies that +the species phylogeny (topology) is fixed (not estimated). This +combination specifies an analysis of type A00, which is parameter +estimation under a MSC using multiple-loci and multiple-species data on +a fixed species tree ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645); [Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148)). Analysis A00 is +described in detail in [A00: Demography and Divergence Time Estimation](#a00-demography-and-divergence-time-estimation). +``` + species&tree = 4 K C L H + 9 7 14 2 + (((K, C), L), H); +``` +The line `species&tree = 4 K C L H` specifies the number of +species/populations and their names. This example specifies 4 species in +the data, which are K, C, L and H. The next line ` 9 7 14 2` specifies +the maximum number of sequences at any locus for each species/population +(in the same order as the species listing on the previous line). This +example specifies a maximum of 9 sequences for K, 7 for C, 14 for L and +2 for H. The program interprets these numbers as follows. First, if the +number of sequences for a species is 2 or greater, $\theta$ for that +species will be a parameter estimated by the program. Second, the sum of +the numbers of sequences over all species specifies the maximum number +of sequences at a locus. However, specifying 2 sequences for a species +when there are actually 10 sequences for that species at some loci in +the data file has no harmful effects. Note that if there are $s$ species +in the species tree, the model will minimally contain the following +parameters: $s – 1$ species divergence times ($\tau$s) and $s – 1$ +ancestral species $\theta$s. A $\theta$ parameter will also exist for +each contemporary species with at least two sequences present at some +locus. If the data are for a single species/population, the model will +contain one parameter only, $\theta$ for that species. + +The line `(((K, C), L), H);` specifies the (fixed) species tree in +Newick format ending with a semicolon (;). This example specifies a tree +with no introgression (the MSC model). Specification of the MSC-I model +with introgression is different (see +[Introgression and Migration Models](#introgression-and-migration-models) for a description of the MSC-I model). The +Newick and extended Newick formats for specifying phylogenetic trees are +described in [Introgression and Migration Models](#introgression-and-migration-models) and a good overview is found at +. +``` + # sequence data are unphased for all 4 populations + phase = 1 1 1 1 +``` +The `phase` variable is specified using a boolean (0/1) indicator +variable for each species/population, with 0 (the default) specifying +that sequences from that species are fully phased haplotypes and 1 +specifying they are unphased diploid sequences. If this line is omitted, +all sequences are assumed to be fully phased (that is, value 0 for all +species). The program does not allow some sequences from a species to be +phased while other sequences from that same species are unphased. If the +variable is 1, each sequence from that species is treated as an unphased +diploid sequence, with heterozygous sites represented using ambiguity +characters `YRMKSW`. The chararcters `N`, `-` and `?` are allowed in the +sequence file and are all treated as `?`, but other ambiguities (HBVD) +are not allowed. Each sequence is then expanded/resolved into two +sequences, and the program averages over all the possible phase +resolutions according to the approach of [Gronau et al 2011](https://doi.org/10.1038/ng.937). For example a +sequence with two heterozygous sites R and Y is resolved into two +possible haplotypes: (i) A\...T and G\...C, and (ii) A\...C and G\...T. +Note that this option forces a sequence with no heterozygote sites to be +phased/resolved into two identical sequences. + +The MSC model averages over different phase resolutions of the +heterozygote sites in the likelihood calculation. This option may +increase the memory usage and CPU time considerably if there are many +sequences with many heterozygote sites at one locus. The simulation +program MCcoal has been modified to simulate diploid unphased data as +well. This allows one to use simulations to examine the difference +between the analysis of the full data and the unphased data. If the +phase flag for a species is 0, all sequences from that species are +treated as resolved haplotype sequences, and ambiguities are interpreted +in the usual way (for example, Y means one nucleotide that is either T +or C). +``` + # 0: no data (prior); 1:seq like + usedata = 1 +``` +The line `usedata = 1` specifies that the likelihood is used in the MCMC +run to generate the posterior distribution of parameters. Setting this +to 0 allows one to run the MCMC without sequence data to generate the +prior (mostly used for debugging). +``` + # number of data sets in seqfile + nloci = 5 +``` +The line `nloci = 5` specifies the number of loci (alignments) to be 5. +There may be more loci in the sequence data file than is specified here. +For example, if 200 loci exist in the sequence data file and you specify +`nloci = 2` in the control file, BPP will read the first +two loci only. +``` + # remove sites with ambiguity data (1:yes, 0:no)? + cleandata = 0 +``` +The line `cleandata = 0` specifies that columns in the alignment which +have gaps or ambiguity characters are retained and used in the +likelihood calculation. Setting `cleandata = 1` instead specifies that +such data are removed prior to analysis. +``` + # invgamma(a, b) for theta + thetaprior = invgamma 3 0.004 E +``` +The line `thetaprior = 3 0.004 E` specifies the inverse-gamma prior +IG($\alpha, \beta$) for the $\theta$ parameters, with the mean to be +$\beta/(\alpha-1)$. In the example, the mean is $0.004/(3 – 1) = 0.002$ +(two substitutions per kb on average) and the option E specifies that +the program analytically integrates over $\theta$s. Note that all +$\theta$ parameters in the MSC model (for both modern species and +extinct ancestral species) are assigned the inverse-gamma prior with the +same parameters. + +**Analytical integration of $\theta$ and the inverse gamma prior** +The inverse-gamma is a conjugate prior for $\theta$ ([Hey and Nielsen 2007](https://doi.org/10.1073/pnas.0611164104)) +which means that both the prior and the posterior of $\theta$ will be +inverse-gamma. Use of the conjugate priors allows the $\theta$ +parameters to be integrated out analytically, and thus the dimension of +the parameter space is reduced. This typically leads to improved mixing +of the MCMC. However, with this option, the posterior of the $\theta$ +parameters will not be produced. To estimate the $\theta$ parameters, +add the letter e (or E) on the line, as follows +``` + thetaprior = invgamma 3 0.002 e +``` +Whether $\theta$s are integrated out or estimated, other results (such +as the posterior of the $\theta$ parameters or the posterior probability +of species trees or species-delimitation models) should be identical. A +useful strategy may be to run the A01, A10, and A11 analyses without +estimating the $\theta$ parameters, and after the MAP model (the best +species tree or the best species delimitation model) is identified, run +the A00 analysis with the model fixed to estimate all parameters. + +Some notes about the inverse-gamma distribution. Since +BPP3.4, both the $\theta$ and $\tau$ parameters are +assigned the inverse gamma priors rather than the gamma priors in +version 3.3 or earlier. One difference is that the gamma is light-tailed +while the inverse-gamma is heavy-tailed, so that the inverse-gamma may +be less influential than the gamma if your prior mean is much too small. +The inverse-gamma distribution IG($\alpha, \beta$) has mean +$m = \alpha/(\beta-1)$ if $\alpha > 1$ and variance +$s^2 = \beta^2/[(\alpha-1)^2(\alpha-2)]$ if $\alpha > 2$, while the +coefficient of variation is $s/m = \sqrt{1/(\alpha-2)}$. If little +information is available about the parameters, you can use $\alpha = 3$ +for a diffuse prior and then adjust the $\beta$ so that the mean looks +reasonable. For example, for the human species, +$\theta_H \approx 0.0006$, which means that two random sequences from +the human population are different at  0.06% of sites, less than 1 +difference per kb. A sensible diffuse prior is then +`thetaprior = 3 0.002`, with mean $0.002/(3 – 1) = 0.001$. +``` + # invgamma(a, b) for root tau & Dirichlet(a) for other tau's + tauprior = invgamma 3 0.002 +``` +The line `tauprior = 3 0.002` specifies the inverse-gamma prior +IG($\alpha, \beta$) for $\tau_0$, the divergence time parameter for the +root in the species tree. Other divergence times are generated from the +uniform Dirichlet distribution ([Yang and Rannala 2010, eq.2](https://doi.org/10.1073/pnas.0913022107)). In the example, the +mean is $0.002/(3 – 1) = 0.001$ (which means 0.1% average sequence +divergence between the root of the species tree and the present time). +If the mutation rate is $10^{–9}$ mutations/site/year, this distance +will translate to a divergence time of 1 MY. +``` + # finetune: auto-adjust step lengths during burnin + finetune = 1 +``` +The line `finetune = 1` enables automatic optimization of step lengths during +burnin. This is the recommended setting. The program will adjust step lengths +to achieve good mixing. If auto-tuning is enabled, burnin must be > 200. +For custom step lengths, use the key:value format (see section 5). +``` + # MCMC samples, locusrate, heredityscalars, Genetrees + print = 1 0 0 0 + + burnin = 8000 + + sampfreq = 2 + + nsample = 100000 +``` +The line `print = 1 0 0 0` specifies the information that is printed out +during the MCMC run. It has several boolean variables (0 for off and 1 +for on) that control the printouts during the MCMC. The first variable +specifies whether the MCMC samples are written into the main sample file +(out.mcmc.txt). The second flag is for locus-specific rate parameters (rate +$\mu_i$, variance parameter $\nu_i$ and species-tree branch rates for +locus $r_{ij}$). The third flag is for locus-specific heredity scalars +if those are estimated from the data. The fourth flag is for printing +locus-specific gene trees. The fifth flag is for printing locus-specific +substitution-rate parameters (qmat for the $Q$ matrix, freqs for base +frequencies, and alpha for gamma rates for sites). + +MCMC samples are taken after the burnin (8000 iterations), and in this +example, are taken every 2 iterations, with a total of 100,000 samples +taken. The total number of MCMC iterations is `burnin` + `sampfreq` +$\times$ `nsample`. The resulting file can be large. For analysis A00 +(`speciesdelimitation = 0, speciestree = 0`), this file can be analysed +using the R package or tracer. For other analyses (A01, A10, and A11), +the dimension of the sample is changing and cannot be analysed using +such traceplot programs. + +**Combining results from different runs** +The variable setting `print = -1` specifies that BPP will +not perform an MCMC analysis and will instead read an existing MCMC +sample file and summarize the results. Thus, with setting `print = 1`, +the `out.mcmc.txt` file receives the MCMC program output, but with +`print = -1`, it instead provides the program input. When using this +option be careful not to overwrite files that you intended to keep. The +`print = -1` option is useful for combining MCMC samples from multiple +runs to produce the posterior summary. Suppose you run the same analysis +3 times in different directories -- you can merge the out.mcmc.txt files +from the three runs into one file and run the program using the +`print = -1` option to summarize the posterior for the combined sample. +Note that if you forced one or more of the jobs to terminate (using the +Unix kill command for example) the last line of each out.mcmc.txt file may +incomplete. If that is the case, you should delete the incomplete line. +The header lines of any files being concatenated should also be deleted. +Do not combine the MCMC samples from different types of analyses (i.e., +using different data files and/or variable settings or priors). + +## Substitution Models + +BPP includes several models that allow more realistic representations of +the processes underlying the evolution of DNA and amino acid sequences. +Fundamental to all molecular phylogeographic analyses is the model of +the nucleotide or amino acid substitution process itself. DNA +substitution models can accomodate different rates of substitution +between nucleotides due to factors such as transition versus +transversion bias and unequal stationary nucleotide frequencies. BPP +allows the use of many different DNA base substitution and amino acid +substitution models. For DNA sequences, the models range from a simple +Jukes-Cantor model (computationally efficient) to a sophisticated +General Time-Reversible (GTR) model (computationally expensive but more +realistic). For closely related species the Jukes-Cantor model is often +adequate, while the GTR often performs better for more distantly related +species. The remaining DNA substitution models (K80, F81, HKY, T92, +TN93, and F84) are all special cases (submodels) of the GTR model and +are of intermediate complexity, usually having one or two free +parameters ([see Yang 2014](https://global.oup.com/academic/product/molecular-evolution-9780199602605?lang=es&cc=gb)). Many fixed substitution matrix models (no +free parameters) for modeling substitutions among amino acid sequences +are also available. + +Another factor to consider is variation in overall (or average) +substitution rates. The overall rate of substitution can vary in +multiple ways and, based on empirical evidence, this type of variation +is one of the most important factors to accommodate during +phylogeographic inference. There are 3 distinct types of substitution +rate variation that can be accommodated using the models implemented in +BPP: rate variation among sites, rate variation among loci, and rate +variation among species (or populations). Substitution rate variation +among sites, or among loci, is a common pattern and is likely due to the +pervasive effects of negative (purifying) selection. Variation of +substitution rates among species (or populations) is more often observed +among distantly related species and may reflect the effects of +differential selection, evolution of DNA repair mechanisms, or other +factors. + +This Chapter briefly describes the models of DNA substitution, and of +substitution rate variation, implemented in BPP, the parameters and +priors associated with these models, and how to specify the different +models in the BPP control file. + +### DNA Substitution Models + +#### Jukes-Cantor model + +One of the earliest and simplest models of DNA substitution, the +Jukes-Cantor model, assumes that all possible changes between the 4 +nucleotides have equal rates and thus the stationary frequencies of +bases are $1/4$ each. This model is the default in BPP and will be used +if no model is specified in the control file. The control file variable +`model` specifies the substitution model and the explicit specification +of the JC69 model is: +``` + model = JC69 +``` +The JC69 model appears exceedingly unrealistic. However, for closely +related sequences (with few multiple substitutions) it often performs as +well as more sophisticated models while incurring much less +computational expense. There are no parameters associated with the JC69 +model (other than the substitution rate) so no additional control file +variables associated with the JC69 substitution model need to be +specified. + +#### GTR model + +The General Time-Reversible (GTR) model implemented in BPP allows +different rates of substitution between different nucleotide pairs, with +the constraint that the process is "reversible" so that, for example, +the rate of transition from A to T equals the rate of transition from T +to A and so on. The GTR model accommodates factors such as +transition-transversion bias and should be used when sequences are more +divergent (distantly related species). The control file specification of +the GTR model is: +``` + model = GTR +``` +Note that if the GTR model is used, two other variables may be specified +in the control file: `Qrates` and `basefreqs`. The `Qrates` variable +specifies whether the exchangeability parameters of the GTR model are +fixed or variable as well as either their fixed values, or prior mean +values, respectively. The control file specification is: +``` + Qrates = B a b c d e f +``` +The variable `B` is either 0 (variable exchangeability parameters) or 1 +(fixed exchangeability parameters). The variables `a b c d e f` are +positive numbers specifying the exchangeability parameters for TC, TA, +TG, CA, CG and AG substitutions respectively (see [Yang 1994](https://doi.org/10.1007/BF00178256)). Note that +TC is the rate of either T-\>C or C-\>T substitutions. Note that only +the relative rates matter because the rate matrix is scaled to have an +overall average substitution rate of 1. Thus, for the model of fixed +rates if x is any positive number a b c d e f and xa xb xc xd xe xf are +equivalent specifications. An example with fixed rates is as follows: +``` + Qrates = 1 2 1 1 1 1 2 +``` +which specifies $a=2,b=c=d=e=1,f=2$ so that the transition rate is twice +as high as the transversion rate, corresponding to a K80 or HKY model. +In most cases, users will want to use the GTR model with exchangeability +parameters variable. Using this specification, the posterior +distribution of the parameters will be estimated from the data. An +example with variable rates is as follows: +``` + Qrates = 0 10 5 5 5 5 10 +``` +The absolute magnitude of the numbers *does matter* in this case as it +determines the variance of the prior probability distribution on +exchangeability parameters. The variance is inversely proportional to +the absolute magnitude of the variables. The prior on the free +parameters $a, b, c, d, e$ is a Dirichlet distribution with parameters + +$\alpha_a = 10, \alpha_b = \alpha_c = \alpha_d = \alpha_e = 5, \texttt{and} \, \alpha_f = 10$ + +The rates generated from the Dirichlet sum to 1 and are rescaled. If we +define + +$\alpha = \alpha_a + \alpha_b + \alpha_c + \alpha_d + \alpha_e + \alpha_f$ + +then the mean for $a$ is $\alpha_a/\alpha$ and the variance for $a$ is + +$\textrm{Var}(a) = \frac{\frac{\alpha_a}{\alpha}\left(1-\frac{\alpha_a}{\alpha}\right)}{\alpha + 1}$. + +The means and variances of the other parameters are the same +(substituting subscripts). Thus, in this example, the mean for $a$ is +$\alpha_a/\alpha = 10/40 = 1/4$ and the variance is +$(1/4)(3/4)/41 = 4.6 \times 10^{-3}$. The prior specified above has an +average transition-transversion rate ratio of 2 (if base frequencies are +all fixed at 1/4). + +The other control file variable that must be specified when using the +GTR model is the `basefreqs` variable which specifies whether the +stationary nucleotide (base) frequencies are fixed, or variable, and +either their fixed values, or relative prior means, respectively. The +control file specification is: +``` + basefreqs = B T C A G +``` +where B is either 0 (variable base frequencies) or 1 (fixed base +frequencies) and T C A and G are numbers specifying the frequencies of +bases T, C, A and G, respectively. An example with fixed base +frequencies is as follows: +``` + basefreqs = 1 0.1 0.2 0.2 0.5 +``` +In most cases, users will want to use the variable base frequencies +setting which specifies that the posterior distribution of base +frequencies is estimated from the data. An example with variable base +frequencies is as follows: +``` + 0 10 10 10 10 +``` +Here the 4 variables T C A G specify the alpha parameters of a Dirichlet +prior distribution on the nucleotide frequencies. So, the prior mean +frequency of base A in this example is $10/40 = 1/4$ and the variance is +$(1/4)(3/4)/41 = 4.6 \times 10^{-3}$. As noted above when discussing the +Dirichlet prior for exchangeability parameters the absolute magnitude of +the variables determines the variance of the Dirichlet prior. If a GTR +model is chosen and `Qrates` and `basefreqs` are not specified in the +control file default values of `Qrates = 0 1 2 1 1 2 1` and +`basefreqs = 0 1 1 1 1` will be used. + +#### Other DNA substitution models + +A range of models are available that fall between the JC69 model and the +GTR model in terms of complexity and number of parameters. The +additional models available include: K80, F81, HKY, T92, TN93, and F84. +The priors on the parameters of these models are pre-specified by the +program. + +#### Amino acid substitution models + +There are many amino acid substitution models available. These models +completely specify the substitution matrix so there are no free +parameters. Many of the models are described in [Yang 2014](https://global.oup.com/academic/product/molecular-evolution-9780199602605?lang=es&cc=gb). The available models are: DAYHOFF, LG, DCMUT, JTT, MTREV, WAG, RTREV, CPREV, +VT, BLOSUM62, MTMAM, MTART, MTZOA, PMB, HIVB, HIV,W, JTTDCMUT, FLU, and +STMTREV. + +### Custom among-locus model variation + +If a single substitution model is specified, all loci are assigned that +model. The control file option `model = Custom filename` can be used to +assign different models among loci, where the models are specified in +the file `filename`. This file should contain one or more lines with the +format: + + loci_indices data_type model + +where `loci_indices` is an index or range of indexes for loci (indexed +according to their order of occurrence in the sequence data file), +`data_type` is either `DNA` or `AA`, and model specifies the +substitution model variable for the indexed loci as described above. For +example, the entry + + 1-10 DNA JC69 + 11 AA DAYHOFF + +specifies that loci 1 to 10 comprise DNA sequences that will have the +`JC69` model applied to them, while locus 11 is an amino acid sequence +that will have the `DAYHOFF` model applied to it. + +Models of Substitution Rate Variation +------------------------------------- + +### Among-site rate variation + +Substitution rates vary among sites due to many factors, including +purifying selection in coding regions. BPP allows among-site rate +variation to be accomodated using the canonical Gamma distributed rate +variation model ([see Yang 1994](https://doi.org/10.1007/BF00178256)). In this model, the mean rate among +sites is constrained to be 1 so that the expected number of +substitutions on a branch is proportional to its length (in units of +expected substitutions). If the mean of the Gamma distribution is fixed, +the only free parameter is the shape parameter $\alpha$. The variance of +rates among sites is $1/\alpha$ and therefore a smaller $\alpha$ +specifies more rate variation. Gamma distributed rate variation is +specified using the control file variable `alphaprior`. If this variable +is not set the default is $\alpha = \infty$ so that the variance is zero +(rates are constant among sites). The prior on $\alpha$ is also a Gamma +distribution with parameters $\alpha_p$ and $\beta_p$. The control file +specification is as follows: + + alphaprior = a b ncatG + +where $a = \alpha_p$ and $b = \beta_p$ are the parameters of the Gamma +distributed prior on the parameter $\alpha$ and `ncatG` is the number of +rate categories used to approximate the Gamma distribution. A discrete +distribution is used to efficiently approximate the Gamma distribution +and ncatG is the number of rate categories used in the approximation -- +more rate categories provide a better approximation but incur greater +computational expense. A value for ncatG of 4 is recommended. The +variance and mean of the prior on $\alpha$ are: + +$\begin{aligned} + \textrm{Mean}(\alpha) & = & \frac{\alpha_p}{\beta_p}, \nonumber \\ + \textrm{Var}(\alpha) & = & \frac{\alpha_p}{\beta_p^2} \nonumber\end{aligned}$ + +As an example, the setting `alphaprior = 1 1 4` specifies a prior on the +shape parameter $\alpha$ (with 4 rate categories) that has a mean and +variance of 1, thus the expected variance of $\alpha$ is also 1. This is +a fairly diffuse (uninformative) prior. + +### Among-locus rate variation + +Empirical evidence suggests that substitution rates can vary +substantially among loci, probably reflecting the influences of +selection. BPP incorporates a hierarchical prior to model rate variation +among loci. The models implemented in BPP allow each locus to have a +different substitution rate. For $L$ loci (alignments), there are $L$ +substitution rate parameters, where $\mu_i$ is the rate at the $i$th +locus. + +#### Prior distribution of the mean rate among loci + +The mean rate across loci is + +$\bar{\mu} = \frac{1}{L} \sum_{i=1}^L \mu_i$. + +The prior distribution for the mean rate across loci $\bar{\mu}$ is a Gamma distribution with +parameters $\alpha_{\bar{\mu}}$ and $\beta_{\bar{\mu}}$ and mean and +variance, + +$\begin{aligned} + \textrm{Mean}(\bar{\mu}) & = & \frac{\alpha_{\bar{\mu}}}{\beta_{\bar{\mu}}}, \nonumber \\ + \textrm{Var}(\bar{\mu}) & = & \frac{\alpha_{\bar{\mu}}}{\beta_{\bar{\mu}}^2}. \nonumber\end{aligned}$ + +If there are no fossil calibrations in the species tree, the rates +should all be relative. In this case, to avoid overparameterization we +suggest fixing the mean substitution rate across loci to be +$\bar\mu = 1$. This is done by setting +$\alpha_{\bar{\mu}} = \beta_{\bar{\mu}} = \infty$ (see discussion of +control file settings below), or setting both these parameters to large +values such as $\alpha_{\bar{\mu}} = \beta_{\bar{\mu}} = 100$, in which +case $\bar{\mu}$ is nearly fixed. + +#### Prior distribution for locus-specific rates given mean rate among loci + +Conditioning on the mean rate $\bar\mu$, two priors are available to +specify the probability distribution of locus-specific rates, $\mu_i$. +The control file variable argument `prior` (see discussion of control +file settings below) can take two values `dir` (for Gamma-Dirichlet +rates for loci), and `iid` (for conditional i.i.d. or hierarchical +prior). If `prior = dir` (Gamma-Dirichlet distribution of locus rates), +the total rate $L\bar\mu$, given the mean rate ($\bar\mu$), is +partitioned into locus rate variables , $\mu_i$, that are constrained to +sum to $L\bar\mu$ and have a Dirichlet distribution with concentration +parameter $\alpha_\mu$. The model and notation follow +[Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148) eq.4 +and [Dos Reis et al 2014](https://doi.org/10.1093/sysbio/syu020) eqs.3-5. +If `prior = iid` (Conditional-i.i.d. or hierarchical prior of locus rates), the locus +rates, $\mu_i$, are independent and identically distributed i.i.d. given +the mean rate $\bar\mu$, so the prior distribution of $\mu_i$ is: + +$\mathtt{P}(\mu_i) = \textrm{Gamma}(\alpha_{\mu_i}, \alpha_{\mu_i/\bar{\mu}})$. + +This model is described in [Zhu et al 2015](https://doi.org/10.1093/sysbio/syu109) eq.8 and implemented in +[mcmctree]{.smallcaps}. In both the Gamma-Dirichlet and the Conditional +i.i.d. models, the parameter $\alpha_{\mu_i}$ is inversely related to +the extent of rate variation among loci, with a large $\alpha_{\mu_i}$ +meaning similar rates among loci (less rate variation). If all loci are +noncoding, the rates are probably similar, so $\alpha_{\mu_I} =$ 10 or +20 may be reasonable, while for coding loci or exons, +$\alpha_{\mu_i} = 2$ or 1 may be appropriate. The $\alpha_{\mu_i}$ +parameter may affect the estimates of the population size parameter +($\theta$) for the root node on the species tree ([Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148)). The $L$ +locus rates ($\mu_i$) are parameters in the model. If +$\alpha_{\bar{\mu}} > 0$, the mean rate, $\bar\mu$, is a parameter as +well. + +#### Control file settings for locusrate + +The `locusrate` variable takes from 1 and 5 arguments. In the case of 5 +arguments the form is shown below, with the last argument (prior) being +optional. + + locusrate = rate_variation a_mubar b_mubar a_mui prior + +The rate\_variation variable is either 0 (no rate variation, the +default), 1 (rate variation with rates inferred) or 2 (rate variation +with fixed user-specified rates). If rate\_variation = 0 no other +variables are specified, if rate\_variation = 2 then a second argument +specifies the name of a file containing $L$ specified fixed rates, one +for each locus. If rate\_variation = 1 the additonal variables `a_mubar` +and `b_mubar` specify the shape and rate parameters +($\alpha_{\bar{\mu}}$ and $\beta_{\bar{\mu}}$) of the gamma distribution +that is the prior for the mean rate across loci (`mubar` or $\bar\mu$), +and variable `a_mui` ($\alpha_{\mu_i}$) and `prior` are used to specify +parameter of the prior on the locus rates ($\mu_i$) given the mean rate +($\bar\mu$) and the form of that prior (`dir` or `iid`). Some example +configuration file settings are: + + # (0: No rate variation among loci. This is default) + locusrate = 0 + # (1: estimate locus rates mui) + locusrate = 1 10 10 5.0 iid + # (1: estimate locus rates mui) + locusrate = 1 0 0 5.0 iid + # (2: locus rates from file) + locusrate = 2 LocusRateFileName + +Note that `locusrate = 2 LocusRateFileName` specifies the fixed-rates +model of locus-rate variation ([Burgess and Yang 2008](https://doi.org/10.1093/molbev/msn148)). This is the strategy used +by [Yang 2002](https://doi.org/10.1093/genetics/162.4.1811), with the relative rates estimated by the distance to an +outgroup species. The relative locus rates are listed in the file: there +should be as many numbers in the file, separately by spaces or line +returns, as the number of loci (`nloci`). The program re-scales those +rates so that the average across all loci is 1 and then use those +relative rates as fixed constants. The following example nearly fixes +(first line), or fixes (second line) the mean rate $\bar{\mu}$. This is +the recommended practice when no fossil calibrations are available: + + # locusrate = 1 a_mubar b_mubar a_mui + # (1: estimate locus rates mui) + locusrate = 1 10 10 5 iid + # (1: estimate locus rates mui, mubar=1 fixed) + locusrate = 1 0 0 5 iid + +Note that `a_mubar = 0` and `b_mubar = 0` (with 0 meaning $\infty$) +cause the program to fix $\bar{\mu}$, while equal and large values such +as `a_mubar = 100` and `b_mubar = 100` cause cause $\bar\mu$ to be +nearly fixed at 1. + +**The locus-rate prior in IMa.** The model of variable rates among loci +implemented here has some differences from a similar model implemented +in the IMa program [Hey and Nielsen 2004](https://doi.org/10.1534/genetics.103.024182). The biggest difference +appears to be the parameterization. BPP defines mutation +rate on a per-nucleotide basis, so the prior specifies that the +expectation of the mutation rate per site is constant among loci. +IMa defines mutation rate on a per-locus basis, so its +prior specifies that the expectation of the mutation rate per locus is +the same among loci. If locus one has 100 sites and locus two has 1000 +sites, then IMa assumes that the per-site rate for locus +one is 10 times for locus two, while BPP assumes the same +per-site rate. Also IMa constrains the geometric mean of +rates across loci to be one, while BPP constrains their +arithmetic mean to be one. + +### Among-species rate variation + +The strict molecular clock model of evolution assumes that rates of +substitution for a particular gene, or genomic region, are the same in +different species. Early applications of relative rates tests suggested +that this assumption is often violated in empirical data, probably due +to factors such as selection and in more distantly related species +evolving DNA repair and proof-reading mechanisms. + +One can allow rates of substitution to vary in an arbitrary way be +inferring unrooted phylogenetic trees but this does not allow species +divergence times to be estimated. Relaxed clock models allow the rate of +substitution to vary among contemporary and ancestral species but with +some constraints which allow species divergence times to be estimated. +The BPP program implements two relaxed clock models, as well as a strict +molecular clock model. The two relaxed clock models differ in terms of +their assumptions about rates in ancestor and descendent species. The +autocorrelated rates model assumes that descendents have rates that are +correlated with the rate in the ancestor, while independent rates model +assumes that the rates on each branch are iid from a common +distribution. For the independents rates model, the variance of the +distribution of rates among branches determines the degree of departure +from a molecular clock - a low variance means that the rates are almost +clocklike (vary little among branches). + +#### Variation in the degree of departure from a molecular clock among loci + +For a given set of species some loci may have rates that are highly +clock-like while other loci may have much greater variation in +substitution rates among species (branches of the species tree). To +accomodate this, the variance of the substitution rate among species is +allowed to vary among loci. The prior distribution of the average +variance $\bar{\nu}$ for all loci is + +$P(\bar{\nu}) = \textrm{Gamma}(\alpha_{\bar{\nu}},\beta_{\bar{\nu}})$, + +so that the expected average variance is +$\alpha_{\bar{\nu}}/\beta_{\bar{\nu}}$. If this value is larger loci +depart more from the molecular clock on average. Conditional on the +average variance parameter $\bar{\nu}$ the prior for the variance +$\nu_i$ at locus $i$ can be either a Gamma-Dirichlet distribution or a +Conditional i.i.d distribution (controlfile variables `dir` and `iid`, +respectively). Both distributions have a parameter $\alpha_{\nu_i}$ that +determines the variance of the variance in rates across loci. The +specification of the distribution of $\nu_i$ given the mean $\bar\nu$ +follows the same procedure as the specification of the distribution of +the locus-specific substitution rate $\mu_i$ given the mean rate +$\bar\mu$ in the previous section; see notes above about the locusrate +variable. Note that $\alpha$ (control file variable `a_vi`) is inversely +related to the variance in $\nu_i$: use small values of $\alpha$ (2, 1, +or 0.5) if you believe that $\nu_i$ varies among loci (meaning that the +clock nearly holds at some loci but is seriously violated at others). + +#### Relaxed clock with i.i.d rates among branches + +The independent rates model of the relaxed molecular clock assumes that +for locus $i$ each branch has a rate that is independent and identically +distributed (i.i.d). The distribution has mean $\mu_i$ specified by the +`locusrate` model and variance $\nu_i$ specified by the prior +distribution for rates among loci discussed above. Two distributions are +available: a Gamma distribution or a log-normal distribution (control +file variables `LN` and `G`, respectively). Given the locus rate $\mu_i$ +(specified using the `locusrate` variable) and the variance $\nu_i$ +(specified using the `clock` variable) for locus $i$, the different +lineages may have different rates at the locus, and those rates are +independent among loci. If distribution = G (for gamma), the rate for +species-tree branch $j$ at locus $i$ has the following gamma +distribution + +$r_{ij} | \mu_i, \nu_i \sim G(\mu_i^2/\nu_i, \mu_i/\nu_i)$. + +This has mean $\mu_i$ and variance $\nu_i$. + +Alternatively if distribution = `LN` (for log-normal), the rate for +species-tree branch $j$ at locus $i$ has the following the log-normal +distribution $$r_{ij} | \mu_i, \nu_i \sim \mathrm{LN}(\mu_i, \nu_i),$$ +where $\mu_i$ is the mean of the LN distribution and $\nu_i$ is the +variance parameter of the lognormal. + +#### Relaxed clock with autocorrelated rates among branches + +The autocorrelated-rates model (control file option `clock = 3`) with +the log-normal distribution (LN) specifies the geometric Brownian motion +model of [Rannala and Yang 2007](https://doi.org/10.1080/10635150701420643). +This assigns a rate to each species-tree branch, +that is, to the mid-point of the branch. Given the rate at the +species-tree root ($\mu_i$ at locus $i$), the rates for the two branches +around the root are specified. Then given the rate for each ancestral +branch, the rates for its two daughter branches are specified, by +integrating over the rate at the internal node that is ancestral to the +daughter branches. See figure 1 and equations 3-8 in [Rannala and Yang 2007](https://doi.org/10.1080/10635150701420643). The +rates for all species-tree branches are thus assigned through a +pre-order tree traversal, starting from the root moving to the tips, +until all branches are visited. + +If the gamma distribution (G) is instead used the model works as +follows, using a similar pre-order tree traversal. First the two +branches at the species-tree root have the gamma distribution with mean +$\mu_i$ (`mu_i`) and variance $\nu_i$ (`nu_i`). Then given the rate for +each ancestral branch, the rates for its two daughter branches are +specified as independent gamma variables with the mean to be the rate of +the parental branch and with the variance to be $\nu_i$. The +autocorrelated relaxed clock model is only implemented for the MSC model +and is not available when using the MSC-I model. + +**Rates vary among species tree branches**\ +The rate-drift model specifies rates for branches on the species tree +(rather than on the gene tree) for each locus, and gene-tree branches +residing in the same population or species have the same rate. For +example, if all sequences at a locus are from the same species and all +coalescent events occur in that species (before reaching an ancestral +species), all branches on the gene tree will have the same rate even if +the relaxed-clock model allows rates to vary among species. In contrast, +if a gene-tree branch passes several species or populations, the +different segments of the branch will have different rates. In that +case, the branch length on the gene tree is the sum of the lengths of +those segments (with the length of each segment being the product of the +rate and the time duration for the segment). + +#### Control file settings for clock + +The `clock` variable takes 6 arguments when using a relaxed clock as +follows: +``` +clock = clock_type a_vbar b_vbar a_vi prior dist +``` +the argument `clock_type` takes on of three values: 1 (strict clock, +default), 2 (relaxed clock with i.i.d rates) and 3 (relaxed clock with +autocorrelated rates). In the case of the strict clock there are no +additional arguments. The next two variables `a_vbar` and `b_vbar` +specify the parameters ($\alpha_{\bar{\nu}}$ and $\beta_{\bar{\nu}}$) of +the Gamma prior specifying the average rate variance across loci (see +above). The variable `a_vi` specifies the variance parameter of the +prior on the locus specific variance, $\alpha_{\nu_i}$ (see above). The +variable `prior` is either `iid` or `dir` and specifies the prior on +$\nu_i$ given $\bar{\nu}$ (see above). The variable `dist` is either +`LN` or `G` specifying either a Gamma distribution of a log-normal +distribution for the branch rates conditional on the locus rate $\mu_i$ +and among-branch variance $\nu_i$. + +Several example control file entries for the `clock` variables are +provided below: +``` + # (1: strict clock, default) + clock = 1 + # (2: independent-rates) + clock = 2 10.0 100.0 5.0 iid G + # (3: correlated-rates) + clock = 3 10.0 100.0 5.0 iid G +``` +The specification (`clock = 2 10.0 100.0 5.0 iid G`) means the +following. First $\bar\nu$ is assigned a gamma distribution +$G(10.0, 100.0)$, with mean 0.1. Given $\bar\nu$, the conditional +i.i.d. prior means that $\nu_i \sim G(\alpha, \alpha/\bar\nu)$ with +shape parameter $\alpha = 5.0$ (`a_vi`) and mean $\bar\nu$, for +$i = 1, 2, \cdots, L$. As another example, the specification +(`clock = 2 10.0 100.0 5.0 dir LN`) means that $\bar\nu$ is assigned a +gamma prior $G(10.0, 100.0)$, and then the sum $L\bar\nu$ is partitioned +into $\nu_i$ (for $i = 1, 2, \cdots, L$) according to the Dirichlet +distribution (`prior = dir`) with concentration parameter $\alpha = 5.0$ +(`a_vi`). Again large $\alpha$ means the same extent of clock violation +at different loci. + +**Choosing $\alpha_{\bar{\nu}}$ and $\beta_{\bar{\nu}}$** +A larger variance $\nu_i$ represents a greater violation of the +molecular clock at locus $i$. Note that $\nu_i$ will be similar to +$\bar\nu$, especially if $\alpha_{\bar{\nu}}$ (`a_vi`) is large, and +$\bar\nu$ has prior mean $\alpha_{\bar{\nu}}/\beta_{\bar{\nu}}$. If +(`a_vbar = 10 b_vbar = 100`), the prior mean will be 0.1. For the +log-normal model $\nu = 0.5$ suggests a serious violation of the clock +while $\nu < 0.1$ represents only a slight violation. + +## Introgression and Migration Models + +Another important factor influencing the results of species tree +inference is introgression (gene flow) between species (or populations). +BPP also implements a model of episodic introgression between species or +populations [Flouri et al 2020](https://doi.org/10.1093/molbev/msz296) as well as a model of ongoing gene flow (MSC-M). +Since version 4.1, BPP implements the MSC-I model +[Flouri et al 2020](https://doi.org/10.1093/molbev/msz296) and since version 4.4 it implements the MSC-M model. +Currently, introgression (MSC-I) and ongoing gene flow (MSC-M) analyses can +only be performed using the A00 method of analysis (fixed species tree +and delimitation, see [Methods of Analysis](#methods-of-analysis)). In other words, the user has to specify +the number of introgression events (or bands of gene flow), their +directions, and the populations involved on a fixed species tree. The +program will then estimate the parameters of the MSC-I (or MSC-M) models +using MCMC. We hope to implement MCMC moves that change the MSC-I (or MSC-M) +models and species tree topology in the future. + +### The MSC-I Model + +The MSC-I model involves three types of parameters: the species +divergence or hybridization times ($\tau$s), the population size +parameters ($\theta$s), and the introgression probabilities +($\varphi$s). The control file must specify an extended Newick format +tree with one or more introgression events as well as a prior +distribution for the introgression probability $\varphi$. The MSC-I model +is specified in the `species&tree` block using the extended Newick +notation ([Cardona et al 2008](https://doi.org/10.1186/1471-2105-9-532)) +``` + species&tree = 3 A B C + 10 10 10 + ((A, (C)H[&phi=0.5,&tau-parent=yes])S, (H[&tau-parent=yes], B) T)R; +``` +The rules for the extended Newick format are as follows. '(A, B)S' +specifies two branches from S to A and from S to B, while '(A)H' +specifies one branch from H to A. Every branch in the tree model is +represented once. Each tip species occurs once. Internal nodes for +speciation nodes may and may not be labeled, but hybridization nodes +must be labeled. The extended Newick notation is not unique. + +Each hybrid node has two parental species. Models A-C are distinguished +using a meta-data variable `tau-parent`. The value yes means that the +parental population exists and has a separate age parameter $\tau$, with +an associated $\varphi$ parameter, while the value no means that such +parameters do not exist. For example, in model (A), $\tau_S$, $\tau_T$, +$\theta_{Hl}$ (for H-left), and $\theta_{Hr}$ (for H-right) are all +parameters; in model (B), $\tau_S$ and $\theta_{Hl}$ are not parameters +in the model while $\tau_T$ and $\theta_{Hr}$ are parameters; and +finally in model (C), none of those four parameters exists in the model. +Model (D) specifies a bidirectional introgression event between species +A and B. + +![MSCI-models](https://github.com/bpp/bpp-manual/blob/191d107413566b145360597fdfdfef3e68ce9173/figures/fig-msci-models.png?raw=true) + +**Four different types of MSC-I models implemented in BPP** +The models are specified using the extended Newick format, as follows: +``` +(A): ((A, (C)H[&phi=0.5,&tau-parent=yes])S, (H[&tau-parent=yes], B) T)R; +(B): ((A, (C)H[&phi=0.5,&tau-parent=no])S, (H[&tau-parent=yes], B) T)R; +(C): ((A, (C)H[&phi=0.5,&tau-parent=no])S, (H[&tau-parent=no], B) T)R; +(D): ((A, (B) Y[&phi=0.3])X, (X[&phi=0.1])Y)R; +(D): ((A, (B)Y)X, (X)Y)R; +(D): ((A, Y)X, (B, X)Y) R; +(D): ((A, y)x, (B, x) y) r; +``` +The control file variable `phiprior` specifies the prior probability for +the $\varphi$ parameter, which is a beta distribution with parameters +$a$ and $b$. The syntax is +``` + phiprior = a b +``` +where $a$ and $b$ are positive numbers. For example, `phiprior = 1 1` +specifies the beta prior beta($a, b$) with $a = 1$ and $b = 1$ for +$\varphi$, the introgression probability under the MSC-I model. + +#### Autogeneration of extended newick graphs +Starting with BPP release 4.4.0, we have changed the definition of introgression probability ($\varphi$) so that it is assigned to the horizontal (introgression) branch. This note illustrates the `msci-create` feature in bpp, which generates extended Newick notation for the MSC-I model from a data file which contains a binary species tree with introgression events specified using source and target branches on the tree. +The `--msci-create` option has been available since [BPP 4.2.1](https://github.com/bpp/bpp/issues/114). The user prepares a input file (named `msci.txt` in our example), which includes a binary species tree in Newick format and specifies the introgression events by identifying the source and target branches involved in the introgression. Run bpp using the following command: +``` +$ bpp --msci-create msci.txt +``` +This generates extended Newick notation for the MSC-I model, which can be copied into a bpp control file. +The input file `msci.txt` uses four commands: `tree`, `define`, `hybridization`, and `bidirection`. + +- `tree` defines the binary species tree, in Newick format. +- `define` defines an ancestral species or internal node label, as the most recent common ancestor of the tip species. Alternatively you can label the internal nodes on the Newick tree. +- `hybridization` defines a hybridization/introgression event by specifying the source and target branches (which represent the source and target populations involved). +- `bidirection` defines a bidirectional introgression (BDI) event. + +One may think of the binary species tree as describing the history of species divergences and add introgression events onto it as new (horizontal) branches. The introgression probability is assigned to the newly created introgression branch. + +#### Examples using --msci-create +A series of examples follow. The introgression graph is displayed in a figure followed by the `msci=create` encoding and the resulting extended Newick format. +![Fig-MSCI2](https://github.com/bpp/bpp-manual/blob/36012225be26f3b82593c9a35eaaa3e7217a5fd0/figures/msci_example2.png?raw=true) + +``` +# Model A, version 1 +tree (A,(B,C)); +define T as B,C +define R as A,B +hybridization R A, T C as S H tau=yes, yes phi=0.10 + +# Model A, version 2 +tree (A,(B,C)T)R; +hybridization R A, T C as S H tau=yes, yes phi=0.10 + +# The generated Newick notation for model A is +# ((H[&phi=0.1,tau-parent=yes],A)S, (B,(C)H[&phi=0.9,tau-parent=yes])T)R; + +# Model B1 +tree (A,(B,C)T)R; +hybridization R A, T C as S H tau=no, yes phi=0.10 + +# The generated Newick notation for model B1 is +# ((H[&phi=0.1,tau-parent=no],A)S, (B,(C)H[&phi=0.9,tau-parent=yes])T)R; + +# Model B2 +tree ((A,C)S,B)R; +hybridization R B, S C as T H tau=no, yes phi=0.10 + +# The generated Newick notation for model B2 is +# ((A,(C)H[&phi=0.9,tau-parent=yes])S, (H[&phi=0.1,tau-parent=no],B)T)R; + +# Model C +tree (A,(B,C)T)R; +hybridization R A, T C as S H tau=no, no phi=0.40 + +# The generated the Newick notation for model C is +# ((H[&phi=0.4,tau-parent=no],A)S, (B,(C)H[&phi=0.6,tau-parent=no])T)R; + +# Model D +tree (A,B)R; +bidirection  A R, B R as X Y phi=0.1,0.2 +``` +The above figure illustrates the specifications of models A, B, C, and D of [Flouri et al 2020](https://doi.org/10.1093/molbev/msz296). In models A, B1, and C, the introgression event is from the source branch RA to the target branch TC, with a new introgression branch SH created. The introgression probability ($\varphi = 0.1$) is assigned to the newly added introgression branch (SH) while $1 – \varphi$ is assigned to the other parent branch (TH). Models A, B1, and C are distinguished by using the keyword `tau` (which means the same as `tau-parent` in the Newick notation of the MSC-I model). Model A assumes that the two parental species S and T of the hybridization node H have distinct ages from H, with $\tau_S > \tau_H$ and $\tau_T > \tau_H$. Thus we have `hybridization R A, T C as S H tau=yes, yes phi=0.10`: the first `yes` means that parental node S on the source branch RA has a distinct tau from node H and that the second `yes` means that parental node T on the target branch TC has a distinct tau from node H. Note that there are often multiple ways of specifying the same MSC-I model and here you can specify model A by starting with the binary tree `((A, C), B)` and adding branch TH as a introgression event. Model A might appear to be nonsensical biologically since only contemporary species can exchange migrants. Nevertheless, model A may be used to represent introgressions from a ghost species not sampled in the sequence dataset. Suppose at time $\tau_S$ a speciation event generated two species SA and SH, and at $\tau_H$, species SH contributed migrants into species THC, but species SH has since become extinct or is otherwise not sampled in the data. This scenario matches model A. +Model B1 assumes $\tau_S = \tau_H$ and $\tau_T > \tau_H$ so there is no new tau for parent S of the hybridization node H, and there is a new tau for parent T. Thus we have `tau=no, yes`. Model B2 works similarly. In model C, none of parents S and T has a distinct age from H, so we have `tau=no, no`. One interpretation is that species C is a hybrid species. In model D for the bidirectional introgression (BDI) model, there is no distinction of source and target branches. We specify two phi values, assigned to the introgression (horizontal) branches: $\varphi_X = 0.1$ for node X (or into node X) and $\varphi_Y = 0.2$ for node Y (see above figure). + +### The MSC-M Model +The multispecies-coalescent-with-migration model (or isolation-with-migration or IM model) is activated in BPP using the keyword migration. +A binary species tree is specified using an extended Newick format that includes labels for internal nodes; these are subsequently used in the control file to specify the source and target populations involved in migration. + +#### Control file specification of MSC-M +The basic model is specified in the control file as follows, using a species tree for four species (A, B, C, D) as an example: +``` + ((A, B)S, (C, D)T)R; + + wprior = 2 200 + migration = 2 + A C + S C +``` +Here S is the AB common ancestor, T is the CD common ancestor, while R is the ABCD ancestor. Not all internal nodes need to be labeled but those involved in migration have to be. The migration line specifies 2 migration connections: one connecting source population A to target population C, and another connecting source population S to target population C, with migration rates $w_{AC}$ and $w_{SC}$. + +!!! warning "Version 4.8.0 Breaking Change" + The option `migprior` has been replaced by `wprior` with a different parameterization. + If you are upgrading from v4.7.x or earlier, you must update your control files. + +BPP now uses the mutation-scaled migration rate $w$, defined as: + +$w_{XY} = m_{XY}/\mu$ + +where $m_{XY}$ is the proportion of immigrants in the recipient population Y from the donor population X every generation. Previous versions (4.7.x and earlier) used the population migration rate $M_{XY} = m_{XY} \cdot N_Y$, which represents the expected number of migrants from X to Y per generation. + +**Converting from old to new parameterization:** + +$w_{XY} = 4 M_{XY} / \theta_Y$ and $M_{XY} = \theta_Y \cdot w_{XY} / 4$ + +See Appendix A for definitions of migration rates used in different programs. + +#### Prior on migration rates +The control file variable `wprior = alpha beta` specifies a default gamma prior density with parameters `alpha` and `beta` for all migration rates. In the example above, both $w_{AC}$ and $w_{SC}$ are assigned the gamma prior $G(2, 200)$, with prior mean $2/200 = 0.01$. +A separate gamma prior can instead be defined for each migration rate (where the migration connection is specified using the source and target populations) and this specification takes precedence. For example if we specify +``` + wprior = 2 200 + migration = 2 + A C 2 100 + S C +``` +the priors are $w_{AC} \sim G(2, 100)$ with the prior mean $0.02$ and $w_{SC} \sim G(2, 200)$ from the default prior specified by `wprior`. + +#### Variable migration rates among loci +In this model, the migration rate $w_i$ at each locus *i* varies according to a gamma distribution $w_i \approx G(\alpha_w,\alpha_w/\overline{w})$, with shape parameter $\alpha_w$ while the mean rate $\overline{w}$ is assigned the gamma prior $\overline{w} \approx G(\alpha,\beta)$. Here $\alpha_w$ is a parameter that characterizes the variation of $w_i$ among loci, with a small $\alpha_w$ (e.g., 0.5 or 1) indicating highly variable rates among loci and a large $\alpha_w$ indicating nearly constant migration rates among loci (when $\alpha_w = \infty$ all loci have the same rate). +``` + wprior = 2 200 + migration = 2 + A C 2 100 5 + S C +``` +In the above example, $w_{SC}$ is applied to all loci with the prior $G(2, 200)$, but $w_{AC}$ varies among loci according to the shape parameter +$\alpha_w = 5$, and the mean rate for all loci $\overline{w}_{AC}$ is assigned the gamma prior $G(2, 100)$. + +#### Priors and pseudo-priors +When the gene flow involves ancestral species, migration may become impossible because of changes to the species divergence times in the MCMC. In the example above, if $\tau_S < \tau_T$ migration from S to C is possible during the time period $(\tau_S, \tau_T)$, but if $\tau_S > \tau_T$ migration from S to C is impossible as the two populations were never contemporary. Thus the MCMC proposal to change species divergence times $\tau_S$ or $\tau_T$ may cause the migration rate parameter $w_{SC}$ to disappear or reappear. When $w_{SC}$ is absent from the model (that is, when $\tau_S > \tau_T$), the MCMC algorithm treats it as a pseudo-parameter (written as $w^*_{SC}$) and assigns it a pseudo-prior to facilitate the trans-dimensional move. The choice of pseudo-priors affects the mixing efficiency of the MCMC, but not the correctness of the algorithm. For good mixing, one should choose the pseudo-prior to be close to the posterior of the parameter $w_{SC}$ (which can be generated by running short chains). +``` + wprior = 2 200 + migration = 2 + A C 2 100 + S C 2 200 100 250 +``` +In the example above, the prior $w_{SC} \approx G(2, 200)$ is applied when $\tau_S < \tau_T$, and the pseudo-prior $w^*_{SC} \approx G(100, 250)$ with mean 0.4, is applied when $\tau_S > \tau_T$. Note that in this example the pseudo-prior is far more concentrated than the prior (with shape parameter 100 versus 2). +In order to summarize the posterior from the MCMC samples, only those samples taken when the migration rate is defined should be used (that is, only samples collected when $\tau_S < \tau_T$ in our example). Samples collected when the migration rate does not exist in the model (that is, when $\tau_S > \tau_T$ in our example) approximate the pseudo-prior. + +In the case of four species, the following awk commands may be used to split the samples into two files (this assumes that tau_S and tau_T are in column 10 and 11) +``` +awk 'BEGIN {cnt=0} NR>1{if ($10 > $11) {cnt=cnt+1;}}} END {print cnt}' out.mcmc.txt +# split sample file into ab.txt (samples where t_AB > t_CD) and cd.txt (t_CD > t_AB) +head -n 1 out.mcmc.txt > cd.txt; awk 'NR>1 {if ($10<$11) print $0}' out.mcmc.txt >> cd.txt +head -n 1 out.mcmc.txt > ab.txt; awk 'NR>1 {if ($10>$11) print $0}' out.mcmc.txt >> ab.txt +``` +Use something like this if you understand the syntax. The running mean of the migration rate printed on the monitor during the MCMC run is the posterior mean after the filtering. +Note that this problem of the migration rate appearing and disappearing during the MCMC may exist when a migration event involves ancestral populations, and is not limited to the balanced species tree for four species. Later we should automate the summary of the MCMC sample. +Under the model of variable $w$ among loci, all migration rates for all loci may appear and disappear if the migration involves ancestral species. The following six ways of specifying the model and priors and pseudo-priors are accepted (with $w_{SC}$ as an example) +``` +(a) S C +(b) S C a_w +(c) S C a b +(d) S C a b a_w +(e) S C a b pseudo_a pseudo_b +(f) S C a b a_w pseudo_a pseudo_b +``` +In options (a) and (b), the default prior specified with `wprior` is assigned on $w_{SC}$. + +## Combined Analyses of Organelle Genomes and Sex Chromosomes +When performing a combined analysis of data from autosomal, mitochondrial, chloroplast or sex chromosomes +one needs to account for the differences of effective population sizes between loci from these +different sources. This can be done using a *heredity multiplier* (referred to as an inheritance scalar by [Hey and Nielsen 2004](https://doi.org/10.1534/genetics.103.024182)). The `heredity` variable in the BPP control file allows for +such differences. Here are some examples: +``` + heredity = 0 # (0: No variation) + heredity = 1 4 4 # (1: estimate, & a_gamma b_gamma) + heredity = 2 heredity.txt # (2: from file) +``` +The specification `heredity = 0` is the default and means that $\theta$ is the same for +all loci. `heredity = 1` or `2` specifies two models that allow $\theta$ +to vary among loci, which may be useful for combined analysis of data +from autosomal, mitochondrial, X and Y loci. With such mixed data, the +effective population sizes are different among loci, so that a heredity +multiplier ([Hey and Nielsen 2004](https://doi.org/10.1534/genetics.103.024182)) should be applied. Other +factors such as natural selection may also cause $\theta$ to deviate +from the neutral expectation. BPP implements two options +for this. The first option (`heredity = 1`) is to estimate the +multipliers from the data, using a gamma prior with parameters $\alpha$ +and $\beta$ specified by the user. In the example above, a gamma prior +$G(4, 4)$, with mean $4/4 = 1$, is specified for the multiplier for each +locus. The MCMC should then generate a posterior for the multiplier for +each locus. The second option (`heredity = 2`) is for the user to +specify the multipliers in a file, and the multipliers will then be used +as fixed constants in the MCMC run. The file simply contains as many +numerical values as the number of loci, separated by spaces or line +breaks. + +| Genome | Heredity scalar | +|:--------------|:----------------| +| Autosome | 1 | +| X chromosome | 0.75 | +| Y chromosome | 0.25 | +| Mitochondrial | 0.25 | + +Table. Examples of Common Heredity Scalars + +Note.--- The effect of the locus-specific mutation rates and the +locus-specific heredity multipliers are different. A locus rate is used +to multiply all $\theta$s and $\tau$s for the locus, while a heredity +multiplier is used to multiply all $\theta$ parameters for the locus but +not the $\tau$s. Nevertheless, those parameters are quite likely to be +strongly correlated, especially when the species tree is small. + +## Methods of Analysis + +Here we describe the specifics of the four different types of analyses +that BPP can perform and illustrate them using several of the example +control files provided in the `examples` subdirectory of the BPP +distribution. Briefly, BPP is capable of analyzing sequence data using 4 +distinct phylogeographical models. The 4 models are determined by the +combinations of two possible settings for each of the two Boolean +control file variables `speciesdelimitation` (0 = no species +delimitation, 1 = species delimitation) and `speciestree` (0 = fixed +species tree, 1 = inferred species tree). Therefore, analysis A00 infers +the biogeographical parameters $\theta$ and $\tau$ on a fixed (user +specified) tree with a fixed (delimited) number of species/populations +as described in ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645). Analysis A10 delimits the number of +species and infers biogeographical parameters using a fixed species tree +(guide tree) as described in [Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107). Analysis A01 infers the +species tree and biogeographical parameters using a fixed number of +species (delimitation) as described in [Rannala and Yang 2017](https://doi.org/10.1093/sysbio/syw119). Analysis A11 +jointly infers the species tree, species delimitation and +biogeographical parameters as described in [Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279). +Under Model A00 it is also possible to include a model of either instantaneous +introgression or ongoing gene flow -- examples of such analyses are +given in [Introgression and Migration Models](#introgression-and-migration-models). For each of these 4 major types of analyses +the control file specifications will differ as well as the form of +output printed to the screen and output files. Therefore, we will +include two subsections in our discussion of each analysis method: input +and output. Here we only consider the control file variables specific to +the methods of analysis under consideration. For a general discussion of +other control file variables see the example control file discussed in [Control File](#control-file). +Note that for most analyses the output printed to screen during the run +and that printed to the specified output file will be identical. + +It is important to note that only analysis A00 applies within-model +inference. There is one specified model in that case (the MSC with a +fixed species tree) and the parameters are well defined, with the +objective being to estimate those parameters. In contrast, analyses A01, +A10, and A11 all apply trans-model inference. They move between +different models, and the main objective is to calculate the posterior +probabilities of the models. Each is an instance of the MSC model, but +the species delimitation (the number and nature of the species) and/or +the species phylogeny may differ between models. In analyses A01, A10, +and A11, the prior specified using control file variable `thetaprior` +applies to all $\theta$ parameters in all models. Similarly, all MSC +models specifying two or more delimited species have a parameter +$\tau_0$ (the divergence time of the root), and these parameters (for +different models) are assigned the same prior, specified by the +`tauprior` control file variable. + +### A00: Demography and Divergence Time Estimation + +Analysis A00`(speciesdelimitation = 0, speciestree = 0)`, requires a +user-specified species tree topology, given by variable `species&tree` +in the control file, and infers the $\theta$ and $\tau$ parameters on +this fixed tree. The theory underlying estimation of species divergence +times and population sizes ($\tau$s and $\theta$s) under the MSC model +when the species phylogeny is given is described in ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645). Note +that if there are $s$ species in the species tree, the model will +minimally contain the following parameters: $s – 1$ species divergence +times ($\tau$s) and $s – 1$ ancestral species $\theta$s. A $\theta$ +parameter will also exist for each contemporary species with at least +two sequences present at some locus. If the data are for a single +species/population, the model will contain one parameter only, $\theta$ +for that species. If there is only one species, the MSC model becomes +the single-population Kingman coalescent. We will provide +examples of both a single population analysis (using the control file +`yu2001.bpp.ctl`) and a multi-species analysis (using the control file +`A00.bpp.ctl`). + +**How many $\theta$ and $\tau$ parameters exist?** +The number of parameters that BPP includes in the MSC or +MSC-I/MSC-M models depends on the data configuration. The program always +includes $\theta$ and $\tau$ parameters for each internal node +(ancestral species) on the species tree, but includes a $\theta$ for an +extant species (tip) if and only if that species has at least 2 +sequences at some loci. If two or more sequences for a species are +specified in the control file but there are at most 0 or 1 sequence per +locus for that species in the sequence data file, $\theta$ for that +species will not be identifiable or estimable. In that case, the +posterior for the parameter will be the prior. Nevertheless, other +results (such as the posterior distribution for other parameters or +posterior probabilities for species trees and species delimitations) +will still be correct. The same applies to other more complex cases of +missing data and parameter non-identifiability. As an example, suppose +the species tree and the numbers of sequences (for species A, B, C and D from left to right) for two kinds of loci are +as follows: + +((A,B), (C,D)) +locus configuration 1: 1 1 0 0 +locus configuration 2: 2 0 0 1 + +In this case, $\theta_A$, $\theta_{AB}$, $\theta_{ABCD}$, $\tau_{AB}$, +and $\tau_{ABCD}$ are identifiable while $\theta_B$, $\theta_C$, +$\theta_D$, $\theta_{CD}$ and $\tau_{CD}$ are not. It is impossible to +estimate $\theta_D$ , $\theta_{CD}$ and $\tau_{CD}$ as no data are +available from species C. + +#### Input A00 (single population) + +Our first example is a dataset of human sequence data generated by +[Yu et al 2001](https://doi.org/10.1093/oxfordjournals.molbev.a003795). +The control file is found in the BPP distribution at location: +``` + examples/yu2001/yu2001.bpp.ctl +``` +The data comprise 61 phased sequences for a single locus that will be +analyzed to estimate the single parameter $\theta$. There is no need to +specify an Imap file, or tag the sequence names in the sequence file +(`yu2001.txt`); the sequence names are read and then ignored. Multiple +loci may be included in the sequence file. The contents of the control +file `yu2001.bpp.ctl` are shown below: +``` + seed = -1 + + seqfile = yu2001.txt + jobname = out + + # fixed species delimitation and species tree + speciesdelimitation = 0 + speciestree = 0 + + species&tree = 1 H + 61 # max number of sequences + + # 0: no data (prior); 1:seq like + usedata = 1 + + # number of data sets in seqfile + nloci = 1 + + # remove sites with ambiguity data (1:yes, 0:no)? + cleandata = 0 + + # gamma(a, b) for theta + thetaprior = gamma 2 2000 + + # auto (0 or 1): finetune for GBtj, GBspr, theta, tau, mix, locusrate, seqerr + finetune = 1 + + # MCMC samples, locusrate, heredityscalars, genetrees + print = 1 0 0 0 + burnin = 4000 + sampfreq = 2 + nsample = 10000 +``` +The two lines: +``` + speciesdelimitation = 0 + speciestree = 0 +``` +specify that the species delimitation (number of species) is fixed as +well as the species tree topology. In this case, there is no species +tree and only a single species exists. There is no need for a species +tree, so the block for specifying species names and species tree looks +like this: +``` + species&tree = 1 H + 61 +``` +The line: +``` + # gamma(a, b) for theta + thetaprior = gamma 2 2000 +``` +specifies a gamma distribution for the prior on $\theta$ with parameters +$\alpha = 2$ and $\beta = 2000$ which has mean $0.001$ and variance +$5 \times 10^{-7}$. + +#### Output A00 (single population) + +When BPP is run using the above control file a summary of the progress +of the MCMC analysis is printed to screen. Here, we briefly explain what +this output means. The different analyses presented in this chapter all +produce a similar form of output when the program is running, but the +number of columns and their specific content varies somewhat. Omitting +some mostly irrelevant output related to the adjustment of proposal +moves, the output to screen when this control file is run appears as +follows: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 thg tau mix | theta1 log-PG log-L +------------------------------------------------------------------------ + -15% 0.71 0.18 0.00 0.00 0.00 0.38 0.0004 467.11472 -12721.22305 0:01 + (some output omitted here) + 5% 0.71 0.29 0.33 0.80 0.00 0.24 0.0004 428.40742 -12721.09413 0:05 + 10% 0.71 0.29 0.31 0.82 0.00 0.25 0.0003 480.92848 -12720.75185 0:06 + 15% 0.71 0.29 0.30 0.83 0.00 0.24 0.0003 476.37432 -12720.65199 0:08 + 20% 0.71 0.29 0.31 0.84 0.00 0.23 0.0003 441.36960 -12720.92326 0:09 + 25% 0.71 0.29 0.32 0.85 0.00 0.23 0.0003 443.51740 -12720.85802 0:10 + 30% 0.71 0.29 0.31 0.86 0.00 0.23 0.0003 441.93616 -12720.86033 0:11 + 35% 0.71 0.29 0.31 0.87 0.00 0.23 0.0003 495.50716 -12720.84565 0:12 + 40% 0.71 0.29 0.31 0.88 0.00 0.23 0.0003 452.82049 -12720.87810 0:13 + 45% 0.71 0.29 0.31 0.89 0.00 0.23 0.0003 461.93346 -12720.94582 0:15 + 50% 0.71 0.29 0.32 0.90 0.00 0.23 0.0004 463.85955 -12721.01005 0:16 + 55% 0.71 0.29 0.32 0.91 0.00 0.23 0.0004 463.42744 -12720.98006 0:17 + 60% 0.71 0.29 0.32 0.92 0.00 0.23 0.0004 478.52797 -12721.03353 0:18 + 65% 0.71 0.29 0.32 0.93 0.00 0.23 0.0004 499.97705 -12720.96168 0:19 + 70% 0.71 0.29 0.32 0.94 0.00 0.23 0.0004 455.32489 -12720.93611 0:20 + 75% 0.71 0.29 0.32 0.95 0.00 0.23 0.0004 439.21544 -12720.99190 0:22 + 80% 0.71 0.29 0.32 0.96 0.00 0.23 0.0004 461.56954 -12721.00180 0:23 + 85% 0.71 0.29 0.32 0.97 0.00 0.23 0.0004 469.53443 -12720.99823 0:24 + 90% 0.71 0.29 0.32 0.97 0.00 0.23 0.0004 455.60303 -12720.99213 0:25 + 95% 0.71 0.29 0.32 0.97 0.00 0.23 0.0004 454.07141 -12721.00745 0:26 + 100% 0.71 0.29 0.32 0.97 0.00 0.23 0.0004 461.01044 -12720.97549 0:27 + +0:27 spent in MCMC + + theta_1H lnL +mean 0.000352 -12720.995649 +median 0.000337 -12720.726000 +S.D 0.000116 2.936769 +min 0.000089 -12735.535000 +max 0.001293 -12712.774000 +2.5% 0.000170 -12727.454000 +97.5% 0.000617 -12716.086000 +2.5%HPD 0.000145 -12726.920000 +97.5%HPD 0.000574 -12715.718000 +ESS* 757.838791 1180.434956 +Eff* 0.075784 0.118043 +``` +Note that in these examples we are using a random seed from the computer clock so your results will differ slightly from those shown. The line: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 thg tau mix | theta1 log-PG log-L +------------------------------------------------------------------------ +``` +is a header that explains the content of each column printed during the +run. The `Prgs` (progress) column will appear in all analyses and +indicates the percentage of the MCMC iterations that have been +completed. If this number is negative it indicates that the program is +still running the burn-in iterations. For example, `-15%` means that 15 +percent of the burn-in iterations remain to be completed. The next 6 +columns are the current acceptance proportions for different parameter +proposals in the MCMC. The proposals are defined as follows: + +- `Gage`: proposal to change ages of nodes on gene trees + +- `Gspr`: proposal to change gene tree topology using SPR move + +- `th1`: proposal to change $\theta$ using sliding window + +- `thg`: proposal to change $\theta$ using Gibbs sampler + +- `tau`: proposal to change $\tau$ parameter + +- `mix`: mixing step proposal + +In the output the acceptance proportions are stable. The `tau` column +(the $\tau$ proposal acceptance proportion) is zero; this is expected +because there are no species divergence times ($\tau$s) in the model +when only a single species exists. The column labeled `theta1` gives the +current average (mean) value of theta in the MCMC. The final columns are +the log probability of the coalescent model (`log-PG`) and the +log-likelihood of the sequence data on the gene tree (`log-L`). Check +that the acceptance proportions are in a reasonable range (about 20% to +40% for continuous parameters such as $\theta$). If you need to +terminate the program before it finishes, you can do so using the key +combination `Ctrl-C` (e.g., hold down the Control key and then press the +C key). The final screen output, printed after the MCMC is completed, +summarizes the posterior parameter estimates for $\theta$ (`theta_1H`) +in the second column. The posterior mean in the first row, for example, +is $0.000352$ and the lower and upper limits of the highest posterior +density (HPD) set of values are in rows 8 and 9, respectively. In this +case, the HPD credibility interval for $\theta$ is +$(0.000145,0.000574)$. + +#### Input A00 (multiple populations) + +Our second example is a dataset of frog sequence data generated by +[Zhou et al 2012](https://doi.org/10.1111/j.1365-294X.2011.05411.x). +This same dataset will also be used to illustrate analyses +A01, A10 and A11. The control file is found in the BPP distribution at +location: +``` + examples/frogs/A00.bpp.ctl +``` +The data comprise 5 loci for 4 populations, with the number of sequences +at each locus varying between 21 and 30. We will be estimating $\theta$s +for each of the 4 contemporary and 3 ancestral populations as well as +the 3 species divergence times ($\tau$s). The contents of the control +file `A00.bpp.ctl` are shown below: +``` + seed = -1 + + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out + + # fixed number of species/populations + speciesdelimitation = 0 + + # fixed species tree + speciestree = 0 + + species&tree = 4 K C L H + 9 7 14 2 + (((K, C), L), H); + + # unphased data for all 4 populations + phase = 1 1 1 1 + + # use sequence likelihood + usedata = 1 + + nloci = 5 + + # do not remove sites with ambiguity data + cleandata = 0 + + # gamma(a, b) for theta (estimate theta) + thetaprior = gamma 2 2000 + + # gamma(a, b) for root tau & Dirichlet(a) for other tau's + tauprior = gamma 2 1000 + + # finetune: auto-adjust step lengths during burnin + finetune = 1 + + # MCMCsamples, locusrate, heredityscalars, genetrees, substitutionparams + print = 1 0 0 0 + + burnin = 8000 + sampfreq = 2 + nsample = 100000 +``` +As in the previous analysis, the two lines: +``` + speciesdelimitation = 0 + speciestree = 0 +``` +specify that the species delimitation (number of species) is fixed as +well as the species tree topology. In this case, a species tree is +specified along with population labels. The block for specifying species +names and the species tree looks like this: +``` + species&tree = 4 K C L H + 9 7 14 2 + (((K, C), L), H); +``` +The first line above lists the number of species (populations) which is +4 in this example. This is followed by the label for each species (these +should match the labels in the map file): +``` + K C L H +``` +The next line specifies the maximum number of sequences per species in +the same order as the species labels: +``` + 9 7 14 2 +``` +the actual number of sequences at any locus must be less than this +value. The third line is a rooted phylogenetic tree topology specified +in Newick format: +``` + (((K, C), L), H); +``` +The next line specifies that the loci for each of the 4 populations are +unphased: +``` + phase = 1 1 1 1 +``` +The specified phase variables should include a 0 or 1 (Boolean) entry +for each population, where the populations are assumed to be in the same +order as specified above (in the `species&tree` block) and the Boolean +variable indicates that the sequence data for a population are either +unphased (1) or phased (0). Ambiguity characters are used to represent +genotypes for unphased sequences (see [BPP control file variables](#bpp-control-file-variables)). +In the example data the sequences +are unphased for all 4 populations. Currently, it is not possible to +have partially phased data (e.g., only some loci unphased in a +particular population). The program will infer the phase as part of the +analysis. + +Unlike the earlier single population analysis, in which we estimated a +single $\theta$ parameter, in the multipopulation analysis we will be +estimating multiple $\theta$s (one for each population) and divergence +times ($\tau$s) between populations. Thus, we have prior distributions +for both $\theta$ and $\tau_0$. The lines below specify a gamma +distribution as the prior for $\theta$ with parameters $\alpha = 2$ and +$\beta = 2000$ (the prior mean and variance of $\theta$ are $0.001$ and +$0.0000005$): +``` + # gamma(a, b) for theta + thetaprior = gamma 2 2000 +``` +The lines: +``` + # gamma(a, b) for root tau & Dirichlet(a) for other tau's + tauprior = gamma 1 1000 +``` +specify a gamma distribution as a prior for the root age and +the remaining $\tau$s have a uniform Dirichlet distribution conditional +on the root age (the prior mean and variance of the root age are $0.001$ +and $0.000001$,respectively): + +#### Output A00 (multiple populations) + +When BPP is run using the above control file a summary of the progress +of the MCMC is again printed to screen as follows: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 th2 thg tau mix | theta1 theta2 theta3 tau1 tau2 tau3 log-PG log-L +--------------------------------------------------------------------------------------------------------------- + -3% 0.65 0.10 0.30 0.30 0.80 0.04 0.12 0.0031 0.0095 0.0068 0.0021 0.0015 0.0014 1204.63468 -4458.38814 + (some output omitted here) + 5% 0.64 0.26 0.30 0.30 0.85 0.28 0.27 0.0035 0.0096 0.0067 0.0019 0.0018 0.0017 1225.51650 -4443.85539 1:09 + 10% 0.65 0.27 0.30 0.30 0.86 0.28 0.28 0.0035 0.0095 0.0068 0.0019 0.0018 0.0018 1202.62497 -4445.50020 1:47 + 15% 0.64 0.27 0.30 0.30 0.87 0.28 0.28 0.0034 0.0095 0.0068 0.0019 0.0018 0.0017 1211.95125 -4446.35694 2:25 + 20% 0.64 0.26 0.31 0.31 0.88 0.28 0.28 0.0034 0.0095 0.0067 0.0018 0.0018 0.0017 1211.09206 -4445.74292 3:05 + 25% 0.64 0.26 0.31 0.31 0.89 0.28 0.28 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1222.97603 -4446.12020 3:43 + 30% 0.64 0.26 0.31 0.31 0.90 0.28 0.28 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1216.60217 -4445.55424 4:21 + 35% 0.64 0.26 0.31 0.31 0.91 0.28 0.28 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1260.59722 -4445.22113 5:00 + 40% 0.64 0.26 0.31 0.31 0.92 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1269.45020 -4445.20340 5:38 + 45% 0.65 0.26 0.31 0.31 0.93 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1243.07668 -4445.00207 6:16 + 50% 0.65 0.26 0.31 0.31 0.94 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1229.59858 -4445.04036 6:55 + 55% 0.64 0.26 0.31 0.31 0.95 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1209.31273 -4445.43161 7:33 + 60% 0.64 0.26 0.31 0.31 0.96 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1206.22162 -4445.53994 8:11 + 65% 0.64 0.26 0.31 0.31 0.96 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1190.78837 -4445.21618 8:50 + 70% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1203.82684 -4445.04124 9:30 + 75% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1186.32176 -4445.00578 10:09 + 80% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1222.75718 -4444.94315 10:47 + 85% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1228.39106 -4444.68671 11:26 + 90% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1228.72385 -4444.54844 12:04 + 95% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1223.25921 -4444.25455 12:43 + 100% 0.64 0.26 0.31 0.31 0.97 0.28 0.27 0.0034 0.0096 0.0067 0.0018 0.0018 0.0017 1199.52731 -4444.17857 13:21 + +13:21 spent in MCMC + + theta_1K theta_2C theta_3L theta_4H theta_5KCLH theta_6KCL theta_7KC tau_5KCLH tau_6KCL tau_7KC lnL + mean 0.003422 0.009588 0.006683 0.003031 0.003720 0.001577 0.001648 0.001823 0.001787 0.001710 -4444.16 + median 0.003351 0.009492 0.006599 0.002932 0.003642 0.001412 0.001463 0.001809 0.001773 0.001700 -4443.69 + S.D 0.000747 0.001461 0.001118 0.000819 0.000944 0.000899 0.000954 0.000234 0.000230 0.000238 11.615936 + min 0.001309 0.004913 0.003258 0.000866 0.001131 0.000029 0.000039 0.001047 0.001043 0.000772 -4496.72 + max 0.008147 0.017569 0.012778 0.009724 0.010355 0.008461 0.008987 0.003140 0.003113 0.002847 -4403.99 + 2.5% 0.002171 0.006999 0.004743 0.001729 0.002100 0.000325 0.000340 0.001404 0.001375 0.001271 -4468.01 + 97.5% 0.005084 0.012720 0.009104 0.004919 0.005780 0.003751 0.003991 0.002319 0.002280 0.002209 -4422.74 + 2.5%HPD 0.002071 0.006802 0.004595 0.001566 0.001949 0.000142 0.000164 0.001396 0.001342 0.001252 -4467.06 + 97.5%HPD 0.004928 0.012469 0.008903 0.004650 0.005573 0.003312 0.003512 0.002308 0.002237 0.002185 -4421.90 + ESS* 2721.25 8954.56 5279.29 11762.38 1199.63 4543.27 3299.32 850.33 970.61 932.00 420.40 + Eff* 0.027213 0.089546 0.052793 0.117624 0.011996 0.045433 0.032993 0.008503 0.009706 0.009320 0.004204 +``` +There are again 5 acceptance proportions for the 5 parameter proposals, +but now the current mean values of 6 parameters are printed. The current +mean values of $\theta$ for nodes 1, 2 and 3 (`mthet1 mthet2 mthet3`) +are printed -- which are $\theta$s of the contemporary species K, C and +L, and those of the 3 $\tau$s (`mtau1 mtau2 mtau3`) which are the +divergence times for ancestral species KCLH, KCL and KC, respectively. +If there are many populations/species only the first few $\tau$s will be +printed to screen but all the $\tau$s will be available in the summary +created at the end of the run (see below). When the run finishes, a +final block is written summarizing the results. The first two rows give +the mean and median of the posterior distribution for each parameter. +This is followed by summaries of the statistical uncertainty: the +standard deviation (S.D.) of the posterior distribution; the minimum +(min) and maximum (max) values; the lower and upper bounds of the 95% +[Credible Interval](https://en.wikipedia.org/wiki/Credible_interval) +(2.5% and 97.5%); the lower and upper bounds of the [Highest Posterior +Density (HPD) Interval](https://en.wikipedia.org/wiki/Credible_interval) +(2.5%HPD and 97.5%HPD); the Effective Sample Size (ESS\*); and the +Efficiency (Eff\*). Larger values for ESS\* and Eff\* indicate better +mixing and more reliable estimates. The above information is also +printed (along with other technical details of the run) to the output +file specified by the `jobname` variable in the control file (in our +example, `jobname = out` and thus the output file is called `out.txt`). +A tree file in NEXUS/Newick format is also created and placed in the file named +FigTree.tre which is formatted for viewing/printing using the +[Figtree](http://tree.bio.ed.ac.uk/software/figtree/) program + +#### MCMC output file + +A file will be produced (with a name specified by the control file +variable `jobname`) that contains the mcmc samples from the run for all +the $\theta$ and $\tau$ parameters. When running under analysis method +A00 the contents of this file can be analyzed using a program such as +[Tracer]() to visually examine the convergence and mixing of the MCMC +run. However, the other three analysis methods (A01, A10 and A11) are +trans-model analyses in which the number of parameters and or/the +meaning of the parameters changes as the chain runs so it is not correct +to examine the trace plot without conditioning on a particular model. +An example of 5 lines from the `out.mcmc.txt` file produced by the above +example are given below: +```{ .yaml .no-copy } +Gen theta_1K theta_2C theta_3L theta_4H theta_5KCLH theta_6KCL theta_7KC tau_5KCLH tau_6KCL tau_7KC lnL +2 0.002848 0.010633 0.006000 0.002231 0.003697 0.001594 0.000704 0.001754 0.001717 0.001708 -4466.479 +4 0.002848 0.011774 0.004789 0.002231 0.003697 0.002134 0.000798 0.001754 0.001717 0.001708 -4457.097 +6 0.002848 0.010660 0.005826 0.002231 0.003697 0.001250 0.000799 0.001754 0.001717 0.001705 -4448.002 +8 0.002848 0.012103 0.005826 0.002231 0.002615 0.001250 0.000803 0.001754 0.001717 0.001696 -4455.900 +``` + +### A01: Species Tree Estimation + +Analysis A01 `(speciedelimitation = 0, speciestree = 1)` assumes that the species delimitation is fixed +(e.g., species assignments are as specified in the Imap file) but that the species tree is unknown. The +program estimated the species tree topology in addition to the $\theta$s and $\tau$s. + +#### Input A01 +Our example uses the dataset of frog sequence data generated by [Zhou et al 2012](https://doi.org/10.1111/j.1365-294X.2011.05411.x) +that we considered previously. The contents of the control file `A01.bpp.ctl` are shown below: +``` + seed = -1 + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out + + speciesdelimitation = 0 * fixed species tree + speciestree = 1 0.4 0.2 0.1 * speciestree pSlider ExpandRatio ShrinkRatio + + speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted + + species&tree = 4 K C L H + 9 7 14 2 + ((K, C), (L, H)); + phase = 1 1 1 1 + + usedata = 1 * 0: no data (prior); 1:seq like + nloci = 5 * number of data sets in seqfile + + cleandata = 0 * remove sites with ambiguity data (1:yes, 0:no)? + + thetaprior = gamma 2 2000 # gamma(a, b) for theta (estimate theta) + tauprior = gamma 2 1000 # gamma(a, b) for root tau & Dirichlet(a) for other tau's + + finetune = 1 # finetune: auto-adjust step lengths during burnin + + print = 1 0 0 0 * MCMC samples, locusrate, heredityscalars, Genetrees + burnin = 8000 + sampfreq = 2 + nsample = 100000 +``` +The two lines: +``` + speciesdelimitation = 0 * fixed species delimitation + speciestree = 1 0.4 0.2 0.1 * speciestree pSlider ExpandRatio ShrinkRatio +``` +now specify that the species delimitation is fixed and the species tree topology is being estimated +`speciestree = 1`. The 3 parameters following the `speciestree` variable specify the probability that the +*snakes and ladders* (SNL) move is used, rather than the subtree-pruning-regrafting (SPR) move to modify the species tree +and the expand/shrink ratios for the SNL move; these proportions can be adjusted on the interval $(0,1)$ +and will affect mixing of the MCMC. For more details, see the description of the control file variable [14 speciestree](#14-speciestree). +If no parameters are specified after `speciestree = 1` then the SPR move is used exclusively. See +[Rannala and Yang 2017](https://doi.org/10.1093/sysbio/syw119) for a description of the proposals available +to change species trees in the MCMC. +The line: +``` + speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted +``` +specifies the prior distribution on the species tree topologies. The specification `speciesmodelprior = 1` uses +a prior that gives equal probability to all rooted trees apriori. See the description of the control file +variable [15 speciesmodelprior](#15-speciesmodelprior) for more details. The available priors are described in +[Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279). + +#### Output A01 +When BPP is run using the above control file a summary of the progress of the MCMC is again printed to screen as follows: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 th2 thg tau mix Sspr Ssnl | theta1 tau1 log-PG log-L +-------------------------------------------------------------------------------------------------- +(some output omitted here) + 5% 0.64 0.26 0.31 0.31 0.85 0.28 0.27 0.0980 0.0000 0.0037 0.0019 1213.12189 -4448.22572 1:00 + 10% 0.64 0.26 0.30 0.30 0.86 0.28 0.27 0.0865 0.0000 0.0037 0.0019 1212.13271 -4447.30801 1:37 + 15% 0.64 0.26 0.30 0.30 0.87 0.27 0.27 0.0885 0.0000 0.0037 0.0019 1205.76722 -4446.44035 2:20 + 20% 0.64 0.26 0.30 0.30 0.88 0.27 0.27 0.0867 0.0000 0.0037 0.0019 1209.18617 -4445.20436 3:03 + 25% 0.64 0.26 0.31 0.31 0.89 0.27 0.27 0.0919 0.0000 0.0038 0.0019 1189.24742 -4444.02665 3:45 + 30% 0.65 0.26 0.31 0.31 0.90 0.27 0.27 0.0959 0.0000 0.0038 0.0018 1218.30083 -4443.50919 4:28 + 35% 0.65 0.26 0.31 0.31 0.91 0.27 0.27 0.0908 0.0000 0.0038 0.0019 1271.24840 -4443.30946 5:13 + 40% 0.65 0.26 0.31 0.31 0.92 0.27 0.27 0.0903 0.0000 0.0038 0.0018 1221.51424 -4442.93455 5:56 + 45% 0.65 0.26 0.31 0.31 0.93 0.28 0.27 0.0865 0.0000 0.0037 0.0018 1179.64791 -4442.58322 6:39 + 50% 0.65 0.26 0.31 0.31 0.94 0.28 0.27 0.0883 0.0000 0.0038 0.0018 1220.10587 -4442.33168 7:21 + 55% 0.65 0.26 0.31 0.31 0.95 0.28 0.27 0.0882 0.0000 0.0037 0.0018 1230.47093 -4442.53042 8:03 + 60% 0.65 0.26 0.31 0.31 0.96 0.28 0.27 0.0900 0.0000 0.0037 0.0019 1210.69277 -4443.13901 8:46 + 65% 0.65 0.26 0.31 0.31 0.96 0.28 0.27 0.0906 0.0000 0.0037 0.0019 1259.02426 -4443.42635 9:29 + 70% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0907 0.0000 0.0037 0.0019 1227.92007 -4443.74417 10:11 + 75% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0907 0.0000 0.0037 0.0019 1254.82843 -4443.96093 10:55 + 80% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0912 0.0000 0.0037 0.0019 1211.86344 -4443.93739 11:40 + 85% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0922 0.0000 0.0037 0.0019 1205.06522 -4443.99758 12:23 + 90% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0924 0.0000 0.0037 0.0019 1191.95318 -4444.06010 13:05 + 95% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0918 0.0000 0.0037 0.0019 1213.34484 -4444.05286 13:47 + 100% 0.65 0.26 0.31 0.31 0.97 0.28 0.27 0.0916 0.0000 0.0037 0.0019 1224.45872 -4443.84148 14:30 + +14:30 spent in MCMC + +Species in order: + 1. K + 2. C + 3. L + 4. H + +(A) Best trees in the sample (15 distinct trees in all) + 33978 0.33978 0.33978 ((C, (H, L)), K); + 17928 0.17928 0.51905 (C, ((H, L), K)); + 8961 0.08961 0.60866 ((C, K), (H, L)); + 8236 0.08236 0.69102 (C, ((H, K), L)); + 6896 0.06896 0.75998 (((C, H), L), K); + 4548 0.04548 0.80546 (((C, L), H), K); + 4066 0.04066 0.84612 (C, (H, (K, L))); + 3037 0.03037 0.87649 ((C, (H, K)), L); + 2775 0.02775 0.90424 (((C, K), H), L); + 2245 0.02245 0.92669 (((C, H), K), L); + 2131 0.02131 0.94800 ((C, L), (H, K)); + 1786 0.01786 0.96586 (((C, K), L), H); + 1423 0.01423 0.98009 (((C, L), K), H); + 1094 0.01094 0.99103 ((C, H), (K, L)); + 897 0.00897 1.00000 ((C, (K, L)), H); + +(B) Best splits in the sample of trees (10 splits in all) + 60867 0.608664 0011 + 45422 0.454215 0111 + 30230 0.302297 1011 + 13522 0.135219 1100 + 13404 0.134039 1001 + 10235 0.102349 0101 + 8102 0.081019 0110 + 8057 0.080569 1101 + 6057 0.060569 1010 + 4106 0.041060 1110 + +(C) Majority-rule consensus tree +(K, C, (L, H) #0.608664); + +(D) Best tree (or trees from the mastertree file) with support values +((C, (H, L) #0.608664) #0.454215, K); [P = 0.339777] +``` +The first part of this output are the current acceptance proportions and running means +for different parameters as the MCMC was run. +Columns 2 to 6 are the five acceptance proportions for the conventional MCMC moves, as discussed above. +Columns 7 and 8 are the acceptance proportions for moves that +change the species tree topology, both are much lower than the +other parameter proposals, this is typical and it is often not possible +to improve these acceptance proportions. +Columns 9 and 10 are posterior means of $\theta$ and $\tau$ for the root population (-1 is printed in column 9 if $\theta$s are integrated out). The last two numbers are the log MSC gene-tree density ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645)) and the average log sequence likelihood (Felsenstein 1981). + +Next, there are 4 sections: A, B, C and D summarizing the results. +Section (A) lists the species trees in decreasing order of posterior +probabilities. From this you can easily identify the 95% or 99% +credibility set of species trees. Section (B) lists the splits (or +bipartitions) and their posterior probabilities. The splits here take +into account the location of the root, and may be different from the +splits for unrooted trees. Section (C) prints the majority-rule +consensus tree, with posterior probabilities for nodes. + +#### MCMC output file +The MCMC sample of species trees is collected in the file out.mcmc.txt. +Below are five lines from that file. The numbers after `:` are the branch +lengths ($\tau$s), while those after `#` are the $\theta$s. +```{ .yaml .no-copy } +(K #0.002983: 0.001998, ((C #0.009671: 0.001684, H #0.003031: 0.001684) #0.001835: 0.000250, L #0.006266: 0.001934) #0.000560: 0.000065) #0.002770; +(K #0.003247: 0.002176, ((C #0.010528: 0.001871, H #0.004726: 0.001871) #0.002902: 0.000147, L #0.006615: 0.002017) #0.000950: 0.000158) #0.003016; +(K #0.003234: 0.002167, ((C #0.010486: 0.001843, H #0.003294: 0.001843) #0.002186: 0.000147, L #0.007822: 0.001989) #0.001087: 0.000178) #0.003003; +(K #0.002677: 0.001794, ((C #0.010973: 0.001516, H #0.001906: 0.001516) #0.001821: 0.000093, L #0.005827: 0.001609) #0.001261: 0.000185) #0.002486; +(K #0.002677: 0.001794, ((C #0.009869: 0.001516, H #0.003071: 0.001516) #0.001821: 0.000109, L #0.005788: 0.001625) #0.002495: 0.000169) #0.002486; +``` + +### A10: Species Delimitation +Analysis A10 `(speciedelimitation = 1, speciestree = 0)` assumes that the species delimitation is unknown +(e.g., population assignments as specified in the Imap file may not represent distinct species) but that the species *guide tree* is fixed (known). The +program calculates the posterior probabilities of different possible species delimitations as well as of $\theta$s and $\tau$s. + +#### Input A10 +Our example uses the dataset of frog sequence data generated by [Zhou et al 2012](https://doi.org/10.1111/j.1365-294X.2011.05411.x) +that we considered previously. The contents of the control file `A10.bpp.ctl` are shown below: +``` + seed = -1 + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out + + speciesdelimitation = 1 1 2 1 * species delimitation rjMCMC algorithm1 finetune (a m) + speciestree = 0 * species tree NNI/SPR + + speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted + + species&tree = 4 K C L H + 9 7 14 2 + ((K, C), (L, H)); + phase = 1 1 1 1 + + usedata = 1 * 0: no data (prior); 1:seq like + nloci = 1 * number of data sets in seqfile + + cleandata = 1 * remove sites with ambiguity data (1:yes, 0:no)? + + thetaprior = gamma 2 2000 # gamma(a, b) for theta (estimate theta) + tauprior = gamma 2 1000 # gamma(a, b) for root tau & Dirichlet(a) for other tau's + + finetune = 1 # finetune: auto-adjust step lengths during burnin + + print = 1 0 0 0 * MCMC samples, locusrate, heredityscalars, Genetrees + burnin = 8000 + sampfreq = 2 + nsample = 100000 +``` +the lines: +``` + speciesdelimitation = 1 1 2 1 * species delimitation rjMCMC algorithm1 finetune (a m) + speciestree = 0 * species tree NNI/SPR +``` +specify that the species tree is fixed `speciestree = 0` (a guide tree is used as specified in the control file) +and the rjMCMC algorithm 1, with $\alpha = 2$ and $m = 1$ in equations 6 and 7 of +[Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107) is used for species +delimitation. Another possible specification for delimitation would be: +``` +speciesdelimitation = 1 0 2 +``` +which would specify rjMCMC algorithm 0 with $\epsilon = 2$ in +equations 3 and 4 of [Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107). +The two algorithms in theory should produce identical results. +The line: +``` +speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted +``` +specifies the prior distribution on topologies (see above) Prior 0 means +equal probabilities for labeled histories (which are rooted trees with +internal nodes ordered by their age). This is the prior used by +[Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107). +Prior 1 means equal probabilities for rooted trees (now the default). +The prior with user specified probabilities +for nodes described by [Rannala and Yang 2013](https://doi.org/10.1534/genetics.112.149039) was removed from BPP after version 2.3. +We also reduced the number of loci to 1 (`nloci = 1`) in this control file because otherwise species +delimitation model 5 (three species) has a posterior probability of 1. + +#### Output A10 +The species delimitation models that can be generated from the fixed guide tree will be +listed in the output, together with their prior probabilities calculated by +BPP. (As a check, if you use `usedata = 0`, the MCMC +should be sampling from this prior distribution.) The species +delimitation model (for 4 populations as in this data set) is represented using three 0-1 flags for the three +interior nodes 5, 6, 7 in the guide tree, with 0 for 'collapsed' and +1 for 'resolved'. Note that the tips in the guide tree are numbered 1, +2, $\cdots, s$ for $s$ potential species, while the interior (ancestral) +nodes are numbered $s + 1, s + 2, \cdots, 2s – 1$, with $s + 1$ to be +the root of the guide tree. The numbering is through a tree-traversal +algorithm, fixed by the program. This same order is used to specify the +divergence time parameters ($\tau$s), so you can work out the order by +looking at the list of nodes in the screen output (look at the +"population by population table", "# species divergence times in the +order:", etc.). + +When BPP is run using the above control file a summary of the progress of the MCMC is again printed to screen as follows: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 th2 thg tau mix rj | np del mldp theta1 tau1 log-PG log-L +----------------------------------------------------------------------------------------------------------- +(some output omitted here) + 5% 0.62 0.25 0.30 0.30 0.85 0.33 0.29 0.0061 10 111 P[5]=0.9726 0.0026 0.0009 217.01433 -972.53408 0:08 + 10% 0.63 0.25 0.30 0.30 0.86 0.34 0.29 0.0037 10 111 P[5]=0.9845 0.0026 0.0009 229.43024 -972.60186 0:12 + 15% 0.63 0.25 0.30 0.30 0.87 0.34 0.29 0.0033 10 111 P[5]=0.9886 0.0026 0.0009 224.68967 -972.41862 0:16 + 20% 0.63 0.25 0.30 0.30 0.88 0.34 0.29 0.0037 10 111 P[5]=0.9885 0.0026 0.0009 210.93188 -972.34981 0:21 + 25% 0.63 0.25 0.30 0.30 0.89 0.33 0.29 0.0038 10 111 P[5]=0.9892 0.0026 0.0009 224.49484 -972.24813 0:26 + 30% 0.63 0.25 0.30 0.30 0.90 0.33 0.28 0.0035 10 111 P[5]=0.9901 0.0026 0.0009 216.40848 -972.27563 0:30 + 35% 0.63 0.25 0.30 0.30 0.91 0.33 0.28 0.0033 10 111 P[5]=0.9907 0.0026 0.0009 224.00442 -972.50421 0:35 + 40% 0.63 0.25 0.30 0.30 0.92 0.33 0.28 0.0031 10 111 P[5]=0.9912 0.0026 0.0009 213.49838 -972.43257 0:40 + 45% 0.63 0.25 0.30 0.30 0.93 0.33 0.29 0.0034 10 111 P[5]=0.9905 0.0026 0.0009 209.30067 -972.37969 0:45 + 50% 0.63 0.25 0.30 0.30 0.94 0.33 0.29 0.0033 10 111 P[5]=0.9906 0.0026 0.0009 232.27193 -972.51538 0:50 + 55% 0.63 0.25 0.30 0.30 0.95 0.33 0.29 0.0035 10 111 P[5]=0.9900 0.0026 0.0009 203.35457 -972.50992 0:55 + 60% 0.63 0.25 0.30 0.30 0.96 0.33 0.29 0.0037 10 111 P[5]=0.9895 0.0026 0.0009 206.99225 -972.50202 1:00 + 65% 0.63 0.25 0.30 0.30 0.96 0.33 0.28 0.0038 10 111 P[5]=0.9898 0.0026 0.0009 217.40496 -972.48296 1:05 + 70% 0.63 0.25 0.30 0.30 0.97 0.33 0.29 0.0038 10 111 P[5]=0.9893 0.0026 0.0009 216.82582 -972.50246 1:10 + 75% 0.63 0.25 0.30 0.30 0.97 0.33 0.29 0.0037 10 111 P[5]=0.9896 0.0026 0.0009 204.99588 -972.56907 1:15 + 80% 0.63 0.25 0.30 0.30 0.97 0.33 0.29 0.0036 10 111 P[5]=0.9897 0.0026 0.0009 217.51889 -972.54354 1:21 + 85% 0.63 0.25 0.30 0.30 0.97 0.33 0.28 0.0037 10 111 P[5]=0.9893 0.0026 0.0009 212.80419 -972.51050 1:27 + 90% 0.63 0.25 0.30 0.30 0.97 0.33 0.29 0.0037 10 111 P[5]=0.9896 0.0026 0.0009 223.34976 -972.47616 1:33 + 95% 0.63 0.25 0.30 0.30 0.97 0.33 0.29 0.0036 10 111 P[5]=0.9893 0.0026 0.0009 215.63544 -972.48464 1:39 + 100% 0.63 0.25 0.30 0.30 0.97 0.33 0.28 0.0037 10 111 P[5]=0.9895 0.0026 0.0009 201.02451 -972.47685 1:45 + +1:45 spent in MCMC + +Summarizing the species-delimitation sample in file out.mcmc.txt + +Number of species-delimitation models = 5 + + model prior posterior + 1 000 0.200000 0.000000 + 2 100 0.200000 0.000000 + 3 101 0.200000 0.004630 + 4 110 0.200000 0.005960 + 5 111 0.200000 0.989410 + +Order of ancestral nodes: + KCLH + KC + LH + +Guide tree with posterior probability for presence of nodes: +((K, C)#0.995370, (L, H)#0.994040)#1.000000;; +``` +The starting species delimitation model is generated by choosing at +random one of the models defined by the guide tree or starting tree. +After the chain has started, columns 2-6 give the +acceptance proportions for the conventional MCMC moves discussed above +while column 7 (rj) now shows the acceptance proportion for reversible jump proposals (collapsing +or expanding species delimitations on the guide tree). +In general the larger this proportion, the more +efficient the rjMCMC algorithm is. However there is no optimal +acceptance proportion for the rjMCMC move, and a value close to 0 may +not necessarily mean a problem. If one model has posterior probability +close to 1, the acceptance proportion should be near 0 as well. Thus +both poor mixing of the rjMCMC algorithm and extreme posterior model +probabilities can cause the acceptance proportion for the rjMCMC to be +close to 0. It has been noted that if the rjMCMC algorithm is suffering +from poor mixing, different starting species trees often lead to +different results. +Next there are three numbers related to the rjMCMC move. +The rest of the line shows the posterior means for $\theta$ and +$\tau_0$ of the root ancestral population (which exist in all +species-tree or species delimitation models), the current log MSC +density and average log sequence likelihood. The three numbers +in columns 8-10 that are related to the rjMCMC move, for example, +```{ .yaml .no-copy } +10 111 P[5]=0.9895 +``` +represent the number of parameters in the current model (np), in this case 10, the species +delimitation, in this case 111, and the current posterior probability of the most probable +delimitation P[5]=0.9895. This means that delimitation model 5 (111) is the most favoured model, +with the posterior at 0.9895. + +After the MCMC is finished, the program will summarize the sample. This +output is: +```{ .yaml .no-copy } +Summarizing the species-delimitation sample in file out.mcmc.txt + +Number of species-delimitation models = 5 + + model prior posterior + 1 000 0.200000 0.000000 + 2 100 0.200000 0.000000 + 3 101 0.200000 0.004630 + 4 110 0.200000 0.005960 + 5 111 0.200000 0.989410 + +Order of ancestral nodes: + KCLH + KC + LH + +Guide tree with posterior probability for presence of nodes: +((K, C)#0.995370, (L, H)#0.994040)#1.000000;; +``` +The five delimitation models are listed, together with their posterior and prior probabilities. + +#### MCMC output file +The MCMC output was saved in the file out.mcmc.txt. As the number of parameters changes when +the rjMCMC moves between models, the mcmc sample file may not be very +useful, so you can often ignore it. Right now the header line is generated +using the starting species tree and should be ignored. After the header +line, each line of output has the following numbers, separated by TABs: +iteration number, the number of parameters, the tree, the sampled +parameter values, and lnL. Here are the first 6 lines of out.mcmc.txt: +```{ .yaml .no-copy } +Gen np tree theta_1K theta_2C theta_5KCLH theta_6KC theta_7LH tau_5KCLH tau_6KC lnL +2 10 111 0.001207 0.003438 0.003433 0.000722 0.004404 0.003324 0.000834 0.000736 0.000516 0.000528 -972.035 +4 10 111 0.001207 0.003438 0.001733 0.000874 0.004570 0.003914 0.001036 0.000736 0.000596 0.000528 -971.105 +6 10 111 0.001207 0.003438 0.003411 0.001107 0.003353 0.001307 0.001944 0.000736 0.000708 0.000386 -973.526 +8 10 111 0.001698 0.004529 0.001902 0.000913 0.003032 0.000349 0.001474 0.000607 0.000584 0.000346 -972.899 +10 10 111 0.001979 0.005280 0.002217 0.001065 0.004159 0.000407 0.001990 0.000707 0.000680 0.000348 -970.674 +``` +If you know the unix command `grep`, you can retrieve the lines for the +same tree model to summarize the posterior for parameters in that model, for example, +``` + grep "3 111" out.mcmc.txt > result.Tree111.txt +``` +In theory this should give you the same posterior as if you run analysis +A00 with the species tree fixed at tree 111. In practice it is +simpler to edit the Imap file and the control file to run analysis +A00. + +**Running rjMCMC Algorithms.** + +- The rjMCMC algorithms for species delimitation allow the chain to + move from one model to another but can have mixing problems. Check + that similar results are produced from multiple runs using + Algorithm0 and Algorithm1 regardless of the starting species tree. + + The starting tree is chosen by the program at random and will vary + among runs. Make sure that some of your runs are started with the + one-species model, some from the fully resolved tree, and some from + other trees in between. If you get consistent results among runs + with different starting trees and using the two algorithms, you are + unlikely to have a convergence or mixing problem. + + If you have a computer with multicore, you can run those different + combinations or replicates in different folders at the same time. + +- In medium-sized or large datasets with multiple loci, we have come + across cases where the chain is stuck at the one-species model, or + have difficulty moving into the one-species model. The problem is + less common when there are only 1 or 2 loci. If you have a similar + problem, you may start the analysis with 1 locus, then 2 loci, etc. + to observe how the results change (you can do this by changing nloci + in the control file as there is no need to change the sequence + file). + +- The program used the burnin to adjust the step lengths for the + proposals in the MCMC algorithm. If the rjMCMC stays in species + model 0, which does not have any $\tau$ parameter, no information is + collected during the burnin about the proposals to change $\tau$ and + the automatically adjusted step length for $\tau$ can be very poor. + +- You probably need to evaluate the impact of the priors on $\theta$s + and $\tau$. See the note about the gamma distribution later in this + document. + +### A11: Joint Species Delimitation and Species Tree Estimation +Analysis A11 `(speciedelimitation = 1, speciestree = 1)` assumes that the species delimitation is unknown +(e.g., population assignments as specified in the Imap file may not represent distinct species) and also that the species tree topology relating +the species of any delimitation must be estimated (see [Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279)). The program calculates the joint posterior probabilities of different possible species delimitations and species tree topologies as well as of $\theta$s and $\tau$s. + +#### Input A11 +Our example uses the dataset of frog sequence data generated by [Zhou et al 2012](https://doi.org/10.1111/j.1365-294X.2011.05411.x) +that we considered previously. The contents of the control file `A11.bpp.ctl` are shown below: +``` + seed = -1 + + seqfile = frogs.txt + Imapfile = frogs.Imap.txt + jobname = out + + speciesdelimitation = 1 1 2 1 * species delimitation rjMCMC algorithm1 finetune (a m) + speciestree = 1 0.4 0.2 0.1 * speciestree pSlider ExpandRatio ShrinkRatio + speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted + + species&tree = 4 K C L H + 9 7 14 2 + (((K, C), L), H); + phase = 1 1 1 1 + + usedata = 1 * 0: no data (prior); 1:seq like + nloci = 5 * number of data sets in seqfile + + cleandata = 0 * remove sites with ambiguity data (1:yes, 0:no)? + + thetaprior = gamma 2 2000 # gamma(a, b) for theta (estimate theta) + tauprior = gamma 2 1000 # gamma(a, b) for root tau & Dirichlet(a) for other tau's + +* heredity = 1 4 4 +* locusrate = 1 5 + + finetune = 1 # finetune for GBtj, GBspr, theta, tau, +mix, locusrate, seqerr + + print = 1 0 0 0 * MCMC samples, locusrate, heredityscalars, Genetrees + burnin = 8000 + sampfreq = 2 + nsample = 100000 +``` +the lines: +``` + speciesdelimitation = 1 1 2 1 * species delimitation rjMCMC algorithm1 finetune (a m) + speciestree = 1 0.4 0.2 0.1 * speciestree pSlider ExpandRatio ShrinkRatio +``` +specify that the rjMCMC algorithm 1, with $\alpha = 2$ and $m = 1$ in equations 6 and 7 of +[Yang and Rannala 2010](https://doi.org/10.1073/pnas.0913022107) is used for species +delimitation and the species tree topology is being estimated +`speciestree = 1`. As noted above, the 3 parameters following the `speciestree` variable specify the probability that the +SNL move is used, rather than the subtree-pruning-regrafting (SPR) move to modify the species tree +and the expand/shrink ratios for the SNL move; these proportions can be adjusted on the interval $(0,1)$ +and will affect mixing of the MCMC. The line: +``` + speciesmodelprior = 1 * 0: uniform LH; 1:uniform rooted trees; 2: uniformSLH; 3: uniformSRooted +``` +specifies the prior distribution on delimitations and tree topologies. +For analysis A11, `speciesmodelprior` can take the four values 0, 1, 2, 3, which +mean Priors 0, 1, 2, 3, respectively. As mentioned above, Prior 1 (which +is the default) assigns equal probabilities to the rooted species trees, +while Prior 0 means equal probabilities for the labeled histories +(rooted trees with the internal nodes ordered by age). Priors 2 and 3 +assign equal probabilities for the numbers of species ($1/s$ each for +$1,2,\ldots,s$ species given $s$ populations) and then divide up the +probability for any specific number of species among the compatible +models (of species delimitation and species phylogeny) either uniformly +(Prior 3) or in proportion to the labeled histories (Prior 2). +Priors 2 and 3 are discussed in [Yang and Rannala 2014](https://doi.org/10.1093/molbev/msu279). +Prior 3 may be suitable when there are many populations. + +#### Output A11 +When BPP is run using the above control file a summary of the progress of the MCMC is again printed to screen as follows: +```{ .yaml .no-copy } + | Acceptance proportions | +Prgs | Gage Gspr th1 th2 thg tau mix Sspr Ssnl rj | sp np mldp theta1 tau1 log-PG log-L +------------------------------------------------------------------------------------------------------------------------ +(some output omitted here) + 5% 0.65 0.26 0.30 0.30 0.85 0.28 0.30 0.0904 0.0000 0.0000 4 10 P[4]=1.0000 0.0041 0.0017 1239.61701 -4439.20352 0:59 + 10% 0.65 0.26 0.30 0.30 0.86 0.27 0.30 0.0964 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0017 1221.22458 -4437.63784 1:35 + 15% 0.65 0.26 0.30 0.30 0.87 0.26 0.30 0.0962 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0017 1238.23420 -4436.36392 2:13 + 20% 0.65 0.26 0.30 0.30 0.88 0.26 0.30 0.0998 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0016 1207.06023 -4435.09525 2:54 + 25% 0.65 0.26 0.30 0.30 0.89 0.26 0.30 0.1005 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1211.57636 -4434.31571 3:37 + 30% 0.65 0.26 0.30 0.30 0.90 0.26 0.30 0.1018 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1199.97256 -4434.32883 4:19 + 35% 0.65 0.26 0.30 0.30 0.91 0.26 0.30 0.1023 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1200.88102 -4433.94315 4:57 + 40% 0.65 0.26 0.30 0.30 0.92 0.26 0.30 0.1002 0.0000 0.0000 4 10 P[4]=1.0000 0.0044 0.0016 1191.04407 -4434.06936 5:38 + 45% 0.65 0.26 0.30 0.30 0.93 0.26 0.30 0.1045 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1193.71849 -4434.12002 6:21 + 50% 0.65 0.26 0.30 0.30 0.94 0.26 0.30 0.1036 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1247.11644 -4434.33624 7:05 + 55% 0.65 0.26 0.30 0.30 0.95 0.26 0.30 0.1017 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1218.84106 -4434.33556 7:43 + 60% 0.65 0.26 0.30 0.30 0.96 0.26 0.30 0.0994 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1233.73293 -4434.00290 8:22 + 65% 0.65 0.26 0.30 0.30 0.96 0.26 0.30 0.1005 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1235.85799 -4433.85179 9:06 + 70% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.0995 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1218.90538 -4434.20067 9:50 + 75% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.1002 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1214.40621 -4434.67870 10:32 + 80% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.0999 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1215.56021 -4435.19959 11:13 + 85% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.0980 0.0000 0.0000 4 10 P[4]=1.0000 0.0043 0.0016 1227.95558 -4435.47778 11:52 + 90% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.0963 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0016 1225.62882 -4435.73626 12:35 + 95% 0.65 0.26 0.30 0.30 0.97 0.27 0.30 0.0958 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0017 1244.11759 -4435.87327 13:19 + 100% 0.65 0.26 0.30 0.30 0.97 0.26 0.30 0.0949 0.0000 0.0000 4 10 P[4]=1.0000 0.0042 0.0017 1214.44552 -4436.19194 14:03 + +14:03 spent in MCMC + + +(A) List of best models (count postP #species SpeciesTree) +24746 0.247460 0.247460 4 (C H K L) ((C, (H, L)), K); +20105 0.201050 0.448510 4 (C H K L) (C, ((H, L), K)); +10918 0.109180 0.557690 4 (C H K L) (C, ((H, K), L)); + 9358 0.093580 0.651270 4 (C H K L) ((C, K), (H, L)); + 6874 0.068740 0.720010 4 (C H K L) ((C, (H, K)), L); + 5122 0.051220 0.771230 4 (C H K L) (((C, H), L), K); + 4616 0.046160 0.817390 4 (C H K L) (C, (H, (K, L))); + 3746 0.037460 0.854850 4 (C H K L) (((C, K), H), L); + 3681 0.036810 0.891660 4 (C H K L) (((C, H), K), L); + 3080 0.030800 0.922460 4 (C H K L) (((C, L), H), K); + 1741 0.017410 0.939870 4 (C H K L) ((C, L), (H, K)); + 1693 0.016930 0.956800 4 (C H K L) (((C, K), L), H); + 1691 0.016910 0.973710 4 (C H K L) ((C, H), (K, L)); + 1474 0.014740 0.988450 4 (C H K L) ((C, (K, L)), H); + 1155 0.011550 1.000000 4 (C H K L) (((C, L), K), H); + +(B) 1 species delimitations & their posterior probabilities +100000 1.000000 4 (C H K L) + +(C) 4 delimited species & their posterior probabilities +100000 1.000000 H +100000 1.000000 C +100000 1.000000 L +100000 1.000000 K + +(D) Posterior probability for # of species +P[1] = 0.000000 prior[1] = 0.238095 +P[2] = 0.000000 prior[2] = 0.238095 +P[3] = 0.000000 prior[3] = 0.285714 +P[4] = 1.000000 prior[4] = 0.238095 +``` +The arrangement of acceptance proportions, running means etc, are very similar to those of analysis +A10, except that there are two additional columns (with headers `Sspr` and `Ssnl`) that provide the +acceptance proportions for the SPR and SNL moves proposing changes to the species tree topology. +There are four sections of output that summarize the results. +Section (A) lists the best models in the decreasing order of the +posterior probabilities. Here a model is a full MSC model that species +both the species delimitation and species phylogeny. From this section, +one can easily construct the 95% or 99% credibility sets of models. This +section is further summarized to produce sections B, C, and D. Section +(B) gives the posterior probabilities for the top few delimitations. +Section (C) lists the delimited species and their posterior +probabilities, and section (D) lists the posterior probability for the +number of species, together with the prior probabilities calculated by +BPP. + +#### MCMC output file +The sampled trees and delimitations from the MCMC are printed to the specified file `out.mcmc.txt`. An example of 5 lines from this file is: +```{ .yaml .no-copy } +(C #0.010039: 0.001675, ((L #0.006075: 0.001466, H #0.003617: 0.001466) #0.002155: 0.000205, K #0.003031: 0.001671) #0.000955: 0.000004) #0.004713; 4 +(C #0.009000: 0.001462, ((L #0.006482: 0.001228, H #0.001665: 0.001228) #0.001957: 0.000230, K #0.002632: 0.001458) #0.000511: 0.000004) #0.003204; 4 +((C #0.009488: 0.001537, K #0.002525: 0.001537) #0.001082: 0.000004, (L #0.006926: 0.001384, H #0.002947: 0.001384) #0.001931: 0.000157) #0.003378; 4 +((C #0.010464: 0.001806, K #0.002966: 0.001806) #0.001272: 0.000004, (L #0.008138: 0.001487, H #0.002791: 0.001487) #0.002480: 0.000323) #0.004458; 4 +((C #0.009022: 0.001765, K #0.002899: 0.001765) #0.001243: 0.000004, (L #0.007955: 0.001449, H #0.003637: 0.001449) #0.002001: 0.000321) #0.004358; 4 +``` +Because the number of species delimited and the tree topology are both potentially changing during the MCMC this file is usually not useful for summarizing the results unless a custom script filtering the MCMC samples is used. This file is used by the program to produce the summaries printed to screen at the end of the run. + +### Adjusting step lengths for MCMC moves (finetune) +The specified proposal step lengths are the initial values when automatic adjustment is +used and are the fixed step lengths when manual specification of step lengths is used. +The automatic adjustment of the finetune variable (MCMC step lengths) appears to be reliable +and is recommended. However, be sure to check that the resulting +acceptance proportions are neither too small nor too large. Here we provide +some guidance for manual adjustments of the step lengths. A good strategy is to use automatic +adjustments initially to generate good step lengths and then copy the step lengths into the +control file, while continuing to use automatic adjustment; that way the next time the control file is run the +automatic adjustment procedure will start with near-optimal step lengths and less optimization +will therefore be required. + +#### Adjusting the step lengths manually (finetune = 0) + +First note the following line found in the control file `yu2001.bpp.ctl`. +Here finetune = 1 means that MCMC step lengths will be adjusted +automatically, and the specified values are used as initial values. +``` + finetune = 1 +``` +There are seven finetune steplengths here. They are in a fixed order and +always read by the program even if the concerned proposal is not used. +The first five of them are $\epsilon_1$, $\epsilon_2$, $\epsilon_3$, +$\epsilon_4$, and $\epsilon_5$, described in +([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645)). These are +the step lengths used in the MCMC proposals that (1) change internal +node ages in the gene tree, (2) prune and re-graft nodes in the gene +tree (SPR), (3) update $\theta$, (4) update $\tau$s using the rubber-band +algorithm, and (5) implements the mixing step. The 6th and 7th are for +the proposals that change the locus rates or heredity multipliers and +that change the sequencing errors, respectively. If the model assumes +the same rate for all loci and does not use heredity multipliers, the +6th proposal step is not used. If the model assumes no sequencing +errors, the 7th step is not used. The acceptance proportions for the +first five proposals are always printed out on the screen, but those for +the 6th and 7th are printed out only if the concerned proposal is used +in the model. In the example above, only the first five proposals are +used in the algorithm and we will manually change the step lengths so that the +acceptance proportions become close to 30%. +First, edit the line, changing it to: +``` + finetune = 0 +``` +The basic strategy for adjusting fine-tune parameters is if the acceptance proportion +is too small (e.g., $<0.10$), decrease the corresponding finetune +parameter. If the acceptance proportion is too large (e.g., $>0.80$), +increase the finetune parameter. +Run the program for a small number of iterations and look at the screen +output to examine the acceptance proportions: +``` + 0% 0.71 0.19 0.34 0.00 0.41 0.0004 463.81031 -12720.98567 0:04 + 5% 0.72 0.19 0.32 0.00 0.41 0.0003 458.65988 -12720.53426 0:04 + 10% 0.72 0.19 0.34 0.00 0.42 0.0004 454.99289 -12720.66361 0:05 + 15% 0.72 0.19 0.34 0.00 0.41 0.0004 481.20520 -12720.78839 0:06 +``` +Here the first acceptance proportion, at 0.72, appears too large, which +means that the corresponding finetune parameter (2 in the control file) is +too small, similarly the second acceptance proportion, at 0.19, appears +too small, which means that the corresponding finetune parameter is too large. +Terminate the run (Ctrl-C) and edit the finetune values in the +control file and then run the program again, checking the acceptance rates. +Repeat this process a few times until every +acceptance proportion is neither too small nor too large. In this +example, changing the second finetune parameter (SPR) from $0.00001$ to +$0.000003$ brings the acceptance proportion to about $0.30$, namely: +``` + 10% 0.71 0.31 0.34 0.00 0.30 0.0004 447.59035 -12721.04474 0:06 + 15% 0.71 0.30 0.33 0.00 0.30 0.0004 487.91342 -12720.96697 0:07 + 20% 0.71 0.30 0.32 0.00 0.30 0.0003 430.67545 -12720.83600 0:08 +``` +However, increasing the first finetune parameter (even by an order of magnitude to 20) has little effect. Sometimes it will not +be possible to reduce the acceptance proportion for a parameter, as in +this case (even using automatic adjustment produces an acceptance proportion of about $0.71$ in this case). + +The MCMC proposals discussed above are used in all four analyses (A00, A01, A10, A11), +so that the description here applies to all of them. Note that the +finetune parameters affect the efficiency of the MCMC or how fast one +can obtain reliable results. In theory they do not change the results if +runs using different finetune parameters (with potentially different acceptance proportions) are all run for long enough to generate +reliable results. + + +## Simulating Gene Trees and Alignments Using BPP + +The `--simulate` option of BPP4 replaces the earlier MCCOAL program distributed with +BPP versions 3.4 and earlier. This option can be used to simulate gene trees and +sequence alignments at multiple loci under the MSC ([Rannala and Yang 2003](https://doi.org/10.1093/genetics/164.4.1645)) and +MSC-I ([Flouri et al 2020](https://doi.org/10.1093/molbev/msz296)) models. +The simulation program allows a GTR+G DNA substitution model (and its special cases) +and allows among-loci heterogeneity in the process of sequence evolution. The different loci can have +different exchangeability parameters ($a, b, c, d, e, f$) and base +compositions in the GTR model, different overall evolutionary rates, +differing extents of among-site rate variation (reflected in the alpha +parameter for the gamma model), and different among-species rate drift processes +(violations of the clock). See @Shi2018 for examples of such simulations. +The simulation option also includes a MSC-M continuous migration model, with a +user-specified migration rate matrix between species/populations. + +### Running the simulation program +To run BPP using the simulation option, create a suitable control file (for example, named MCcoal.ctl) and type the following: +``` +bpp --simulate MCcoal.ctl +``` +Always examine the screen output carefully to confirm that the program has read and executed the control file correctly. + +### Simulation under the MSC model +#### The control file +Here we consider a simple example of a simulation under the MSC model with no migration or introgression. +The example control file for simulating sequence alignments and gene trees has the following content: +``` + seed = 12345 + seqfile = MySeq.txt * comment out this line if you don't want seqs + treefile = MyTree.tre * comment out this line if you don't want trees + Imapfile = MyImap.txt + * concatfile = concatenatedfile.txt * concatenated alignment + modelparafile = modelparas.txt * comment out this line if you don't want seqs + + species&tree = 4 A B C D + 3 2 1 1 + ((A #0.01, B #0.01) :0.01 #.01, (C, D) :0.011 #0.01) : 0.012 #0.01; + phase = 1 1 0 0 * 0: do not phase (fully phased seqs), 1: diploid unphased seqs + + loci&length = 100 1000 * number of loci & number of sites at each locus + * locusrate = 0 (default: same rate for all loci) + * locusrate = mu_bar a_mui prior + * clock = 1 (default: strict clock) + * clock = 2 v_bar a_vi prior dist (independent-rates) + * clock = 3 v_bar a_vi prior dist (correlated-rates) + + model = 7 * model: 0:JC69, 7:REV (GTR) + Qrates = 0 10 5 5 5 5 10 * 1: fixed; 0: dirichlet, for TC TA TG CA CG AG + basefreqs = 0 10 10 10 10 * 0: random, Dirichlet(aT,aC,aA,aG), for base frequencies + alpha_siterate = 0 100 20 5 * G(a, b) for alpha for sites & K for discrete gamma +``` +We now go through each control file variable and explain its purpose. + +*seed* +Use `seed = -1` to simulate different datasets each time the program is +run (obtaining a random number seed from the computer clock). +If you use a positive integer as a seed the data will be exactly the same +each time the program is run with that control file; this is usually not +what you want to do. + +*seqfile, treefile, Imapfile, concatfile, modelparafile* +These variables specify the names of files to be generated. If you want to simulate gene trees and +not sequence files, you can comment out the line for the `seqfile`. +The file specified by `concatfile` will contain the sequence alignment concatenated across loci. +The sequence files can become very large. The file specified by `modelparafile` contains the +parameter values for the GTR model, as well as the locus rate and the +rates for nodes on the species tree. There is one line of output per +locus. + +*phase* +This variable is used in the same way as in the BPP inference (data +analysis) mode. Each species is assigned a switch/flag, with 0 meaning +fully phased (haplotype) sequences and 1 for unphased diploid sequences. +With the specifications in the example (sampling configuration 3 2 1 1 +and phase = 1 1 0 0), the program will simulate 6, 4, 1, 1 sequences for +A, B, C, D, respectively, and then combine every two sequences from A, +B, C into one single diploid sequence with heterozygote sites +represented using ambiguity characters (YRMKSW). If you use the same +random number seed, the diploid data generated using the sampling +configuration (3 2 1 1) with phase = 1 1 0 0 should match the fully +resolved sequences generated using the sampling configuration (6 4 1 1) +with phase = 0 0 0 0. The program also prints out the fully resolved +sequences in a file with the suffix `_full` (or `MySeq_full.txt` in the +example). + +*loci&length* +This variable specifies the number of loci to be simulated and the length +(number of sites) for each loci. In this example, 100 loci, +each of 1000 sites, will be simulated. + +*species&tree* +This block specifies the number and names of species, +the species tree, and the parameters under the multispecies coalescent +model, including the species divergence times ($\tau$s) and population +size parameters ($\theta = 4N\mu$). For the example above, 100 loci, +each of 1000 sites, will be simulated, on the species tree ((A, B), (C, D)), +with 3, 2, 1, 1 sequences for A, B, C, D, so that there are 7 +sequences at each locus. The divergence time parameters ($\tau$s) are +after `:` in the tree, while the population size parameters ($\theta$s) +are after `#`. Thus we have 0.01 for all $\theta$s, and +$\tau_{ABCD} = 0.012$, $\tau_{AB} = 0.01$, and $\tau_{CD} = 0.011$. We +need $\theta_A$ and $\theta_B$ because 2 or more sequences are sampled +from species A and B. Parameters $\theta_C$ and $\theta_D$ are +unnecessary in this case as only one sequence is sampled from C and D: +if you specify them, they will be ignored by the program. Note that both +$\theta$s and $\tau$s are measured by the expected number of mutations +per site, so that $\theta = 0.01$ means that two sequences sampled from +the population are 1% different. For reference, the estimate for the +human species is $\theta_H = 0.0006$. + +*model* +This variable can take two possible values: 0 for JC69 and 7 for GTR. +The next few lines are relevant for the GTR model. + +*Qrates* +This variable specifies the exchangeability parameters in the GTR model +($a, b, c, d, e, f$ for TC, TA, TG, CA, CG, and AG, in Yang 1994). +There are two options, either to have those rates fixed for all loci or +to have them sampled at random. The first has the following format (note +that the first 0-1 number is a switch): + + Qrates = 1 2 1 1 1 1 2 * 1: fixed; for TC TA TG CA CG AG + +The input is one integer value (0 or 1) which acts as a switch followed +by six real numbers. The line above fixes the rates at +$a = 2, b = c = d = e = 1$ and $f = 2$, so that the transition rate is +twice as high as the transversion rate, and the model corresponds to K80 +or HKY. Note that only the relative rates matter, because the rate +matrix ($Q$) is scaled so that the average rate (over the base +frequencies) is 1 and branch lengths are measured in the expected number +of mutations/substitutions per site. Nevertheless the program expects +six rate parameters in the input here: + + Qrates = 0 10 5 5 5 5 10 * 0: dirichlet, for TC TA TG CA CG AG + +The second option, above, is to sample $a, b, c, d, e$ from the +Dirichlet distribution for every locus. The above specifies Dir(10, 5, +5, 5, 5, 10), with parameters +$\alpha_a = 10, \alpha_b = \alpha_c = \alpha_d = \alpha_e = 10$, and +$\alpha_f = 10$. The rates generated from the Dirichlet sum to 1, and +they are rescaled. Note that larger values for those parameters mean +less variance, while the mean for $a$, say, is given by +$\alpha_a/\alpha$ with +$\alpha = \alpha_a + \alpha_b + \alpha_c + \alpha_d + \alpha_e + +\alpha_f$. The specification here gives on average a +transition/transversion rate ratio of 2 (if the base frequencies are +fixed at $\frac{1}{4}$ each), but it varies among loci. + +*basefreqs* +The base frequency parameters +($\pi_T, \pi_C, \pi_A, \pi_G$) can also be fixed or sampled from the +Dirichlet distribution, like the `Qrates`. The two options are as +follows: +``` + basefreqs = 1 0.15 0.35 0.15 0.35 * 1: fixed; Base frequencies are for TCAG. + basefreqs = 0 10 10 10 10 * 0: random, Dirichlet(aT, aC, aA, aG), for base frequencies +``` + +*alpha_siterate* +The gamma shape parameter ($\alpha$) for rate +variation among sites of the same locus can be fixed or sampled from a +gamma distribution. The possible options are as follows. When alpha is +fixed, the same value is used for all loci. Otherwise different +$\alpha$s are used for different loci. Note that given alpha, the rates +for sites at the same locus have a G(($\alpha, \alpha$) distribution +with mean 1 [@Yang1993; @Yang1994]. The fourth option below will allow +the program to sample $\alpha$ from $G(100, 20)$, with mean 5, for each +locus and then use $G(\alpha, \alpha)$ to describe the among-site rate +variation for the locus: +``` + alpha_siterate = 1 0 * 1: alpha fixed at 0(inf), one rate for all sites at the locus + alpha_siterate = 1 5.6 0 * 1: alpha fixed at 5.6, K = 0(inf) for continuous gamma + alpha_siterate = 1 5.6 5 * 1: alpha fixed at 5.6, K = 5 categories for discrete gamma + alpha_siterate = 0 100 20 5 * 0: alpha sampled from G(100, 20), with mean 5, K = 5 for discrete gamma +``` + +The variables `locusrate` and `clock` are used to specify +relaxed-clock models, with rate variation among branches and among loci. +These are the same models as implemented in the inference program. +Please see [Models of Substitution Rate Variation](#models-of-substitution-rate-variation) for details. + +*locusrate* +This specifies variable rates for different loci. The default is +0, meaning that all loci have the same rate. To specify variable rates +for loci, use the following format: +``` + locusrate = 0 (default) + locusrate = mu_bar a_mui prior + locusrate = mu_bar a_mui + locusrate = 1.0 5.0 dir +``` +Here `mu_bar` is the mean rate across loci. +If `prior = dir` (gamma-Dirichlet), the total rate ($L\bar\mu$) is +partitioned to generate the locus-rates ($\mu_i$) according to the +Dirichlet distribution with concentration parameter $\alpha$ (`a_mui`). +Large $\alpha$ (10 or 100, say) means that the rates are similar among +loci, while small values (1 or 0.5, say) mean that rates are highly +variable among loci. If `prior = iid` (conditional i.i.d.), the locus +rates ($\mu_i$) are i.i.d. given the mean rate ($\bar\mu$): +``` + mu_i ~ Gamma(a_mui, a_mui/mubar) +``` + +*clock* +This variable is used to specify strict-clock or relaxed-clock models. +The default is `clock = 1` for strict clock, while `clock = 2` is the +independents-rates model, and `clock = 3` is the correlated-rates model +(which is implemented for the MSC model with no introgression and is +unavailable for the MSC-I model). +``` + clock = 1 (default: strict clock) + clock = 2 v_bar a_vi prior dist * independent-rates model + clock = 2 0.1 10 dir G * gamma-dirichlet for loci & gamma for branches + clock = 2 0.1 10 iid LN * iid for loci & log-normal for branches + clock = 3 v_bar a_vi prior dist * correlated-rates model + clock = 3 0.1 10 iid G * iid for loci & gamma for branches + clock = 3 0.1 10 iid LN * iid for loci & log-normal for branches +``` +The specification (`clock = 2 0.1 10 dir G`) means the following. First +the average variance parameter is = 0.1. Then the total $L\bar\mu$ is +partitioned into $\mu_i$ (for $i = 1, 2, \cdots, L$) according to the +Dirichlet distribution with concentration parameter $\alpha = 10$ +(`a_vi`). In contrast, the specification (`clock = 2 0.1 10 iid LN`) means that +the variance parameter for locus $\nu_i$ is generated as +$\nu_i|\bar\nu \sim G(\alpha, \alpha/\bar\nu)$ with shape parameter +$\alpha = 10$ (`a_vi`) and mean $\bar\nu = 0.1$. +In both prior models (`prior=dir` and `iid`), $\alpha$ (`a_vi`) is +inversely related to the variance in $\mu_i$ among loci: use small +values of $\alpha$ (2, 1, or 0.5) if the clock nearly holds at some loci +but is seriously violated at others, and large values (such as 10 or +100) if the clock is violated in the same extent at different loci. + +`clock = 2` +Given the locus rate $\mu_i$ (specified using the +`locusrate` variable) and the variance parameter $\nu_i$ (specified +using the `clock` variable) for locus $i$, the rates for species-tree +branches are specified as follows. If `dist = G` (for gamma), the rate +for branch $j$ at locus $i$ has the following gamma distribution with +mean $\mu_i$ and variance $\nu_i$ + +$r_{ij} | \mu_i, \nu_i \sim G(\mu_i^2/\nu_i, \mu_i/\nu_i).$ + +If `dist = LN` (for log-normal), the rate has the log-normal +distribution + +$r_{ij} | \mu_i, \nu_i \sim LN(\mu_i, \nu_i).$ + +`clock = 3` +The correlated-rates model is specified similarly, and for +the MSC model only. Given the locus rate $\mu_i$ (specified using the +`locusrate` variable) and the variance parameter $\nu_i$ (specified +using the `clock` variable) for locus $i$, the rates for species-tree +branches are specified recursively, starting from the root towards the +tips. +If `dist = G` (for gamma), the rate for branch $j$ at locus $i$ has the +following gamma distribution with shape parameter +$\alpha = \mu_i^2/\nu_i$ and with the mean to be the rate for the +parental branch of $j$ or $r_{i,p(j)}$: + +$r_{ij} | \mu_i, \nu_i, r_{i,p(j)} \sim G(\frac{\mu_i^2}{\nu_i}, \frac{\mu_i^2}{\nu_i r_{i,p(j)}}).$ + +If `dist = LN` (for log-normal), the rate for branch $j$ at locus $i$ +has the log-normal distribution with the mean to be the parental rate +and variance parameter $\nu_i$: + +$r_{ij} | \nu_i, r_{i,p(j)} \sim LN(r_{i,p(j)}, \nu_i).$ + +After the rates for branches (populations) on the species tree are +generated for the locus, they are used to calculate the gene-tree branch +lengths. Gene-tree branches residing in the same species/populations +have the same rate (the rate of that species at the locus), while those +residing in different species may have different rates. A branch on a +gene tree may have segments residing in different species/populations, +and the length of the branch (measured by the expected number of +mutations/substitutions per site) is calculated by adding up those +segments. + +#### Program output +Running the program on the above control file produces the following screen output, indicating +that the simulation has been successful: +```{ .yaml .no-copy } +bpp --simulate MCcoal.ctl +Site rates: alpha sampled from Gamma(100.000000,20.000000), K = 5 +bpp v4.7.0_linux_x86_64, 15GB RAM, 8 cores +https://github.com/bpp/bpp + +Detected CPU features: mmx sse sse2 sse3 ssse3 sse4.1 sse4.2 popcnt avx avx2 +Auto-selected SIMD ISA: AVX2 + +Substitution model: GTR with generated rates from Dirichlet + 10.000000 5.000000 5.000000 5.000000 5.000000 10.000000 +Base frequencies: generated from Dirichlet + a_T=10.000000 a_C=10.000000 a_A=10.000000 a_G=10.000000 +4 species: A (3) B (2) C (1) D (1) + ((A #0.010000: 0.010000, B #0.010000: 0.010000) #0.010000: 0.002000, (C: 0.011000, D: 0.011000) #0.010000: 0.001000) #0.010000; + +Map of populations and ancestors (1 in map indicates ancestor): + Species 1 2 3 4 5 6 7 +1 A 1 0 0 0 1 1 0 tau = 0.000000 theta = 0.010000 +2 B 0 1 0 0 1 1 0 tau = 0.000000 theta = 0.010000 +3 C 0 0 1 0 1 0 1 tau = 0.000000 theta = 0.000000 +4 D 0 0 0 1 1 0 1 tau = 0.000000 theta = 0.000000 +5 ABCD 0 0 0 0 1 0 0 tau = 0.012000 theta = 0.010000 +6 AB 0 0 0 0 1 1 0 tau = 0.010000 theta = 0.010000 +7 CD 0 0 0 0 1 0 1 tau = 0.011000 theta = 0.010000 + +Sequence data file -> MySeq.txt +Trees -> MyTree.tre +Model parameters for loci -> modelparas.txt +Tags to species mapping (Imap) -> MyImap.txt +``` +Several output files are produced. The file `MySeq.txt` contains the simulated sequence alignments in Phylip/BPP format: +```{ .yaml .no-copy } +7 1000 + +a1^A ACATGCCACT ACACCGGACA TTAGAGCTAC GCGAGCTCTT TGWACTCGTT ACAACCTCAC AATGTAATAG TGTAATTACT TAGCTTAAGT AMT +CTTGATC TTTTCTATAR TTACATCGAA CGAATATCTG TACCTGAGCT TTTCACGATC CCTYCCTTCA TCTAGCAATC GTAAACTWTG TAAATTTCCT ACAGTCA +TAY TRATAACCCA TATCATGTAA CCAGACCCCC CTWAATTTMT CGAGAATGCC CMTCTTCATT CAATCCCAAA CAGTCAAAGC GTCCACAAAT TAATTGCACA +TAACCATCGT AATTGGAGAA ATTCCACCAT TCAATAGTTT ACTTGATTMA AACTAGTGGA TCCCATGTAA GCATAATCCC CCTACYCCAT ATGTATCTTA GAGT +MTCGTT TGRGACTTTM CATGCCCCAG CTGTTTTTAA ATGCCAGTAA ACARCGGCGA CTACTATGTC TTACGACAGA ACGAGGTTTC CACTGAGAGT RCAAAGGA +TC ACTCGTCTAT AGTTCAAAAW TCATTGCACG ATGTTCTCGA TCTACCTAAA TCTTGCCTGC TTTTTCMCCA TGCAATACAA CACCGTTAAA CAATATCTTA A +TATCAATCG TACAGTCGAT GCAGTATAGC CGATACTCCT TAACCTAACT YTTCAATATG ACMTAATACT CAACTGTTGC GRTACCAATT ATCCMTGCTG TACTG +ATAAC TTTATTGAAT GCCAATMCTA TWATGATCTA TTTCAGAYTT AATTCACAAT GAATTCAATA CGAATTTTCC TATCGTCAGS ACATCAATTA GATTCACAT +G TKGRAAGATC TATTTTGCAT CGACAAATGC ACCACCGCTC CCTCGCCTCT AAATCGCTCA CAATCGAATT AGAAAATATA ACACWTCCAT TGATCAASCT AA +AAGCGCAC AGGGAGCGAT TGGTTCGAAA ATGAGTTACA ACGTAAAGTT CTCAGCATAA TGGRGGCTAT ACACCCAAAA +a2^A ACATGCCACT ACACCGGACA TTAGAGCTAC GCGAGCTCTT TGTACTCGTT ACAACCTCAC AATGTAATAG TGTAATTACT TAGCTTAAGT AAT +CTTGATC TTTTCTATAA TTACATCGAA CGAATATCTG TACCTGAGCT TTTCACGATC CCTCCCTTCA TCTAGCAATC GTAAACTTTG TAAATTTCCT ACAGTCA +TAT TAATAACCCA TATCATGTAA CCAGACCCCC CTTAATTTCT CGAGAATGCC CATCTTCATT CAATCCCAAA CAGTCAAAGC GTCCACAAAT TAATTGCACA +TAACCATCGT AATTGGAGAA ATTCCACCAT TCAATAGTTT ACTTGATTCA AACTAGTGGA TCCCATGTAA GCATAATCCC CCTACCCCAT ATGTATCTTA GAGT +CTCGTT TGGGACTTTC CATGCCCCAG CTGTTTTTAA ATGCCAGTAA ACAGCGGCGA CTACTATGTC TTACGACAGA ACGAGGTTTC CACTGAGAGT GCAAAGGA +TC ACTCGTCTAT AGTTCAAAAT TCATTGCACG ATGTTCTCGA TCTACCTAAA TCTTGCCTGC TTTTTCCCCA TGCAATACAA CACCGTTAAA CAATATCTTA A +TATCAATCG TACAGTCGAT GCAGTATAGC CGATACTCCT TAACCTAACT CTTCAATATG ACATAATACT CAACTGTTGC GATACCAATT ATCCATGCTG TACTG +ATAAC TTTATTGAAT GCCAATCCTA TTATGATCTA TTTCAGATYT AATTCACAAT GAATTCAATA CGAATTTTCC TATCGTCAGC ACATCAATTA GATTCACAT +G TGGGAAGATC TATTTTGCAT CGACAAATGC ACCACCGCTC CCTCGCCTCT AAATCGCTCA CAATCGAATT AGAAAATATA ACACTTCCAY TGATCAAGCT AA +AAGCGCAC AGGGAGCGAT TGGTTCGAAA ATGAGTTACA ACGTAAAGTT CTCAGCATAA TGGGGGCTAT ACACCCAAAA +... +``` +The file MyTree.tre contains the simulated gene tree for each locus in Newick format: +```{ .yaml .no-copy } +((((((a1a^A:0.000217,(a2b^A:0.000182,a3a^A:0.000182):0.000035):0.000362,a2a^A:0.000579):0.000065,a3b^A:0.000644):0 +.011379,c1^C:0.012023):0.001408,(a1b^A:0.010443,(((b1a^B:0.001294,b2b^B:0.001294):0.000858,b1b^B:0.002152):0.00144 +4,b2a^B:0.003596):0.006847):0.002989):0.010039,d1^D:0.023471):0.000000; [TH=0.023471, TL=0.091502] +(((((a1a^A:0.000584,((a2b^A:0.000357,a3b^A:0.000357):0.000057,a3a^A:0.000414):0.000170):0.001213,a1b^A:0.001797):0 +.000482,a2a^A:0.002279):0.008361,(b1a^B:0.001291,(b1b^B:0.000558,(b2a^B:0.000345,b2b^B:0.000345):0.000213):0.00073 +2):0.009350):0.010901,(d1^D:0.014926,c1^C:0.014926):0.006615):0.000000; [TH=0.021541, TL=0.076273] +((((a1a^A:0.001025,((a1b^A:0.000262,a2a^A:0.000262):0.000003,a2b^A:0.000265):0.000760):0.003850,(a3a^A:0.003915,a3 +b^A:0.003915):0.000961):0.005929,((b1a^B:0.000958,(b2a^B:0.000139,b2b^B:0.000139):0.000819):0.000315,b1b^B:0.00127 +3):0.009531):0.005512,(d1^D:0.015947,c1^C:0.015947):0.000369):0.000000; [TH=0.016316, TL=0.072093] +... +``` +The file `MyImap.txt` contains the Imap data. These files can be used as input to inference programs such as +BPP along with a suitable control file that matches the simulated data +. +### Simulation with migration under the MSC-M model +Here we consider a simple example of a simulation under the MSC-M model with continuous migration. +#### The control file +The example control file for simulating sequence alignments and gene trees has the following content: +``` +seed = -1 +treefile = mytree.tre +Imapfile = myimap.txt +seqfile = mydata.txt +*concatfile = concat.txt +modelparafile = modelparas.txt +#phase = 0 0 0 +species&tree = 3 +A B C +4 4 4 +((A #0.015, B #0.025) S #0.015 :0.01, C #0.025) :0.02 #0.025; +loci&length = 2000 500 +model = 0 +* JC +migration = 2 +S C 0.1 +A C 0.2 5 +``` +There are two major differences from the previous (MSC) example. First, in the species tree +the ancestral population to clade (A, B) is given a label S: +``` +species&tree = 3 +A B C +4 4 4 +((A #0.015, B #0.025) S #0.015 :0.01, C #0.025) :0.02 #0.025; +``` +A label is needed if migration is going to be specified for the ancestral population. +Second, there is a new `migration` block: +``` +migration = 2 +S C 0.1 +A C 0.2 5 +``` +Here, two migration connections are specified with `migration = 2`. The first migration connection is from source population +S (ancestor of AB) to target population C and migration occurs at the rate $M_{SC} = 0.1$ migrants per generation. The second +migration connection is from source population A to target population C. In this case, +the migration rate $M_{AC}$ varies among loci with the mean to be 0.2 and the shape parameter to be 5. +The migration rate from populations $i$ to $j$ is defined as $M_{ij} = N_j m_{ij}$ , where $m_{ij}$ is the +proportion of individuals in population $j$ that are migrants from population $i$ in each generation. In the example above, +$M_{SC} = 0.1$, which means that on average 0.1 individuals are immigrants from population S +to population C. We use forward-time for our definition of rates as the rates are then more biologically meaningful. +This control file format is used in BPP version 4.4 onward, and is different from the old MCcoal format, in which the labels and +order for populations are fixed by the program. The control file included in the release ( `MCcoal.im-3s-saturated.ctl` ) simulates data on a +species tree for three species, with eight migration rates. + +### Simulation with tip-dating under the MSC +Here we consider a simple example of a simulation under the MSC with tip-dating. +#### The control file +The example control file for simulating sequence alignments and gene trees has the following content: +``` +seed = 1 + +seqfile = simulate.txt +treefile=simulate_trees.txt +Imapfile = simple.Imap.txt +datefile = dates.txt +seqDates = seqDates.txt + +# fixed number of species/populations +*speciesdelimitation = 0 + +# fixed species tree + +species&tree = 3 A B C + 4 4 2 + (A #0.001, B #0.001):.007 #0.001, (C #0.001, D #0.001):.004 #.001); + +phase = 0 0 0 + + +loci&length = 100 1000 +clock = 1 +locusrate =0 +model = 0 + +``` +The only difference in the control file when using tip-dating is the inclusion of the `datefile` and `seqDates` options. `datefile` specifies the name/path to the file containing the sequence ages +The ages are in units of expected number of substitutions, which is not the same as the inference program. +The dates are assigned to populations. +The number of sample dates must match the number of samples from each population. +For example, in the below date file, there are 4 samples from population A with sample ages 0.00005 and 0.00006 substitutions per site. +``` +A 0.00006 +A 0.00005 +A 0.00005 +A 0.00006 +B 0.00007 +B 0 +B 0 +B 0 +C 0 +C 0 +``` +The `seqDates` option specifies the name/path of the output file for the date file with individual names with sample dates. +The `bpp` simulator automatically names the sequences based +on the population names. Since the sequences are not named in the input files for the simulator, +the simulator must generate a file to match the dates to the sequences. Below is the `seqDates` +file that corresponds to the `datefile` shown above. +``` +A^a1 0.000050 +A^a2 0.000050 +A^a3 0.000060 +A^a4 0.000060 +B^b1 0.000000 +B^b2 0.000000 +B^b3 0.000000 +B^b4 0.000070 +C^c1 0.000000 +C^c2 0.000000 +``` +The `seqDates` and `datefile` options must be used together in the simulator. A strict clock model +(the default, which is equivalent to `clock = 1`) is required for simulating with tip dates. The +simulator uses dates in units of expected substitutions, but the inference program uses dates in +calendar time such as years or thousand years. The dates in the `seqDates` file can be converted to +a unit of years by dividing by the per year substition rate. This is required to use the simulator +to generate data to use in the inference program. For example, if we assume a substitution rate of +$10^{−8}$ per year and use the same example as above, the `datefile` to use for inference would be +``` +A^a1 5000 +A^a2 5000 +A^a3 6000 +A^a4 6000 +B^b1 0 +B^b2 0 +B^b3 0 +B^b4 7000 +C^c1 0 +C^c2 0 +``` +BPP does not generate a file with the dates in years or similar units. The user must prepare this +file after running the simulator. +## Advanced Features of BPP + +### Threading and Checkpointing + + +#### Threads + +BPP4 can use Single-Instruction-Multiple-Data (SIMD) +instruction sets (also called vector instructions) available on modern +processors. It automatically detects and uses the best instruction set +available so you don't have to do anything about this. However, you can +manually specify and force an instruction set in the control file using +the arch tag. For instance, arch=SSE forces BPP to use the +SSE instruction set even if AVX (which has twice the register size of +SSE and thus in theory yields twice the speedup) is present on the +system. To completely disable vector instruction, one can use the +arch=CPU option. The available values for the arch tag are 'CPU', 'SSE', +'AVX', 'AVX2' and 'NEON'. + +![Fig-Numa](https://github.com/bpp/bpp-manual/blob/191d107413566b145360597fdfdfef3e68ce9173/figures/fig-numa.png?raw=true) + +Modern computer architecture using Non-Uniform momery access (NUMA). + +BPP4 can use multiple cores/threads. The control variable threads has the following syntax. +``` + Threads = 8 19 1 +``` +This means BPP will use 8 threads, starting from +core/thread 19, with increment 1; in other words hardware threads 19-36 +will be used. The software threads are pinned onto the hardware threads +and they not allowed to migrate. We found that this helps with +performance. + +Modern clusters based on microprocessors use a common shared-memory +configuration called NUMA (for non-uniform memory access). The cluster +typically consists of two or four microprocessors interconnected on a +local bus to a shared memory on a single motherboard. + +You can use commands like `lscpu` to see the machine architecture. For +example, on our server lscpu gives the following output: +``` + Architecture: x86_64 + CPU op-mode(s): 32-bit, 64-bit + Byte Order: Little Endian + CPU(s): 144 + On-line CPU(s) list: 0-143 + Thread(s) per core: 2 + Core(s) per socket: 18 + Socket(s): 4 + NUMA node(s): 4 + ... + NUMA node0 CPU(s): 0-17,72-89 + NUMA node1 CPU(s): 18-35,90-107 + NUMA node2 CPU(s): 36-53,108-125 + NUMA node3 CPU(s): 54-71,126-143 +``` +This means that hardware threads 1-18 are on CPU0, while threads 73-90 +are the hyperthreads on CPU0. The specification Threads = 8 19 1 thus +uses 8 threads on CPU1. Our recommendation is that you do some tests +yourself using threads = 2 or 4 or 8, and use options that work well for +your servers. Adjust the step lengths first. Then use burnin=0 and a +small nsample so that the running time is about 1-2 minutes. Change +threads and record running time. + +Make sure all threads for the same BPP job are on the same +CPU. Use lscpu to see the machine configuration and htop to examine the +load on the hardware threads. + +#### Checkpointing + +This option instructs BPP to create a checkpoint file +(save the progress) after a specified number of MCMC iterations. The +MCMC loop in BPP consists of +`N = burnin + sampfreq*nsample` iterations, numbered as $1,2,\cdots,N$. +There are two formats, where X, Y are whole numbers: +``` + checkpoint = X + checkpoint = X Y +``` +In the first format, a single checkpoint is created after X MCMC +iterations (including burnin). + +In the second format, a checkpoint is created after X steps, and then +additional checkpoints are created every Y steps. For example, if X = +10000 and Y = 10000, the first checkpoint is created at MCMC iteration +10000, and further checkpoints at iterations 20000, 30000, etc. + +The checkpoint files are named `JOBNAME.Z.chk`, where `JOBNAME` is the label +specified for the `jobname` option, and `Z` is the number of the checkpoint +file, starting from 1 and incrementing with every new checkpoint file. + +To resume from a checkpoint file, use the resume switch, i.e. +``` + bpp --resume checkpoint-file.chk +``` + +### Marginal Likelihood Calculations + +The C program BFdriver generates control files and job subscription +scripts for running MCMC (using BPP or MCMCtree) to calculate the +marginal likelihood (or the Bayes factor), as described in [Rannala and Yang 2017](https://doi.org/10.1093/sysbio/syw119). + +The program takes a control file you provide (such as bpp.ctl) and +generates $K = 16$ control files with different beta values, which are +used to run bpp to sample from the different power posterior +distributions. The program also generates job submission scripts and +submit the jobs using qsub. All generated control files and output files +are in the same current directory. The frogs dataset in the bpp release +(([Yang 2015](https://doi.org/10.1093/czoolo/61.5.854)) is used as the example. + +You need the following: a linux system with SUN grid engine managing job +submission (including commonds such as `qsub`, `qstat`, `qdel`, etc.), +and a C compiler. If you don't have this job submission system, you can +use BFdriver to generate the control files and run the MCMC jobs from +the command line. + +#### Compiling and running BFdriver +``` + cc -o BFdriver -O3 BFdriver.c tools.c -lm + BFdriver + BFdriver A00.ctl 16 tmp.sh +``` +You may need to edit the following two lines inside BFdriver.c, and if +you do, remember to compile the program after editing. Here bpp is +assumed to be on your search path. You can use a full path for the +executable prorgam, such as `/home/gooduser/bin/bpp3.3`. Also the second +line is for submitting the jobs using `qsub`. Here the limits are set to +4G of RAM and 360 hours of running time. Check those values if necessary +(and recompile). +``` + fprintf(fcommand, " echo \"bpp %s.b$I.ctl > log.b$I.txt\" > %s\n", ctlf, scriptf); + fprintf(fcommand, " qsub -S /bin/bash -l h_vmem=4G -l tmem=4G -l h_rt=360:0:0 -cwd %s\n", scriptf); +``` + +#### Running the program + +Create a folder inside `frogs/`, say `bf1`: +``` + mkdir frogs/bf1 + cd frogs/bf1 +``` +Prepare a control file (A00.ctl, say) for the A00 analysis in the +folder. Check that it works. This should have a fixed species tree, +which is ((K, C), (L, H)). Species delimitation and species tree +estimation should be turned off. The control file specifies the priors +for theta, tau, and also specifies burnin, nsample, sampfreq etc. Run +bpp to confirm that the control file works. Then run BDdriver as +follows: +``` + BFdriver A00.ctl 16 tree1.sh +``` +Here A00.ctl is the control file we have prepared. $K = 16$ is the +number of points in the Gauss-Legendre qradrature algorithm for +numerical integration. You can use 8 for testing, and 16 or 32 for real +calculation. `tree1.sh` is the temporary script file for job submission +using `qsub`. The BFdriver command does a few things. First it reads the +control file specified (`A00.ctl`) and creates 16 control files with +names like `A00.b01.ctl`, \..., `A00.b16.ctl`. Each of those control +files has the same content as `A00.ctl` except that one extra line is +inserted at the beginning, like the following +``` + BayesFactorBeta = 0.122298 * w=0.124629.ctl +``` +This specifies the beta value when the control file is used to run +BPP. + +Second `BFdriver` creates a file named `betaweights.txt`, which lists +the beta values and Gauss-Legendre weights. I have copied those values +into an excel file in `frogs/BFdriver.frogs.xls`. + +Third `BFdriver` creates a file named commands, which has the bash shell +scripts for submitting the 16 jobs using `qsub`. You use the following +to submit the jobs. +``` + source commands +``` +You can look at the content of `tree1.sh` to see the script for the last +job: +``` + more tree1.sh +``` +which should have the content like the following: +``` + bpp --cfile bpp.b16.ctl > log.b16.txt +``` +You can use `qstat` to check the status of the 16 jobs you have +submitted. When the jobs are running, they generate output files in the +current folder, such as `mcmc.b01.txt`, `out.b01.txt`, and `log.b01.txt` +(which logs the screen output). After all jobs are finished, you can use +grep to extract the line with `BFbeta` from screen log (this command is +at the bottom of the file commands). +``` + grep BFbeta log.b*.txt +``` +Then copy the ElnfX values into the excel file, and estimate the +logarithm of the marginal likelihood by summing (`weights * ElnfX / 2`) +over the 16 points. This gives the log marginal likelihood to be +$-3185.93$. + +#### Exercise and results + +Duplicate the calculation for the alternative species tree (tree2) in +the folder `/bf2`. Change the species tree topology to (((L, H), C), K), +and use tree2.sh as the temporary job script file. Everything else +should be the same as described above. + +My runs gave the log marginal likelihood for tree 2 to be $-3186.14$. +The ratio of the posterior probabilities for the two trees is then +estimated to be + +$\frac{P_1}{P_2} = \mathrm{e}^{-3185.93 - (-3186.14)} = \mathrm{e}^{0.21} = 1.24$. + +With BPP4.0 and the inverse-gamma priors on $\theta$ and +$\tau$s, the MCMC runs (A01) gave the posterior probabilities for trees +1 and 2 as 0.167 and 0.137, with the ratio 1.22. The MCMC runs and the +marginal likelihood calculations seem to agree with each other. (Note +that with BPP3 and the gamma priors on $\theta$ and +$\tau$s, the posteriors are 0.16 and 0.13 with the ratio 1.2 +([Yang 2015](https://doi.org/10.1093/czoolo/61.5.854), fig.4). + +#### Common errors and problems + +Check the bpp control file by running bpp at the command line before +submitting the jobs. Make sure that the bpp program is on your path or +use a full path. You may have to edit the source file `BFdriver.c` and +recompile. + +## Experimental Features (Use at Your Own Risk!) + +*This section is reserved for experimental features that are under development.* + +--- + +## Troubleshooting + +This section covers common errors, problems, and their solutions. + +### Installation Issues + +#### "Command not found: bpp" + +**Problem:** The shell cannot find the BPP executable. + +**Solutions:** +- Ensure BPP is compiled: run `make` in the `src/` directory +- Add BPP to your PATH: `export PATH=$PATH:/path/to/bpp/src` +- Use the full path: `/path/to/bpp/src/bpp --cfile control.ctl` + +#### Compilation errors on Mac + +**Problem:** Compilation fails with errors about missing headers or incompatible flags. + +**Solutions:** +- Ensure Xcode command line tools are installed: `xcode-select --install` +- For ARM Macs (M1/M2/M3), use the appropriate Makefile: `make -f Makefile.ARM64` + +### Control File Errors + +#### "Option 'migprior' is obsolete" + +**Problem:** You are using the old `migprior` option which was replaced in v4.8.0. + +**Solution:** Replace `migprior` with `wprior`. Note the parameterization has changed: +- Old: $M_{XY} = m_{XY} \cdot N_Y$ (population migration rate) +- New: $w_{XY} = m_{XY} / \mu$ (mutation-scaled migration rate) + +Convert using: $w_{XY} = 4 M_{XY} / \theta_Y$ + +#### "Option 'outfile' and 'mcmcfile' are now obsolete" + +**Problem:** These options have been replaced by `jobname`. + +**Solution:** Replace both options with a single `jobname` line: +``` +# Old (no longer works): +outfile = results.txt +mcmcfile = results.mcmc.txt + +# New: +jobname = results +``` + +#### "Option 'diploid' was renamed to 'phase'" + +**Problem:** The option name changed but the syntax is the same. + +**Solution:** Simply rename `diploid` to `phase` in your control file. + +#### "Erroneous format of 'clock'" + +**Problem:** Invalid clock specification. + +**Solution:** Valid clock options are: +``` +clock = 1 # strict clock (default) +clock = 2 a_vbar b_vbar a_vi prior dist # independent rates +clock = 3 a_vbar b_vbar a_vi prior dist # correlated rates +clock = 4 a_vbar b_vbar # simple rates +``` + +### MCMC Issues + +#### MCMC not converging / poor mixing + +**Symptoms:** ESS values are low, trace plots show trends or poor mixing. + +**Solutions:** +1. **Increase run length:** Increase `burnin` and `nsample` +2. **Adjust step sizes:** Set `finetune = 0` initially to let BPP auto-tune, then examine the acceptance rates in the output +3. **Check priors:** Ensure priors are appropriate for your data scale +4. **Run multiple chains:** Use different seeds (`seed = -1`) and compare results +5. **Simplify the model:** Start with a simpler model (e.g., JC69 instead of GTR) + +#### Acceptance rates too low or too high + +**Problem:** MCMC proposals are being rejected too often (< 20%) or accepted too often (> 80%). + +**Solution:** Adjust the `finetune` parameters: +- Low acceptance rate → decrease step size +- High acceptance rate → increase step size + +Let BPP auto-tune first (`finetune = 1`), then manually adjust if needed. + +#### "NaN" or "Inf" in output + +**Problem:** Numerical overflow or underflow occurred. + +**Solutions:** +- Check that sequence data is valid (no unusual characters) +- Ensure prior parameters are reasonable +- Try using `cleandata = 1` to remove ambiguous sites +- Check for very short or very long branch lengths in starting tree + +### Data Issues + +#### "Number of sequences does not match" + +**Problem:** Mismatch between Imap file and sequence file. + +**Solution:** Ensure every sequence in the sequence file has a corresponding entry in the Imap file, and that sample counts in `species&tree` match. + +#### "Duplicate taxon or node label" + +**Problem:** The same name appears more than once in the species tree. + +**Solution:** Ensure all node labels in your species tree are unique. + +#### Sequences not aligning with species + +**Problem:** Wrong sequences assigned to species. + +**Solution:** Check your Imap file carefully. Format is: +``` +sequence_name species_name +``` + +### Memory and Performance + +#### Out of memory errors + +**Solutions:** +- Reduce number of threads: `threads = 1` +- Analyze fewer loci: reduce `nloci` +- Use a machine with more RAM + +#### Analysis running very slowly + +**Solutions:** +- Increase threads: `threads = N` (where N = number of CPU cores) +- Use `loadbalance = zigzag` for better thread utilization +- Use simpler substitution model +- Reduce number of loci for initial testing + +### Getting Help + +If you cannot resolve your issue: + +1. Check the [BPP GitHub issues](https://github.com/bpp/bpp/issues) +2. Post on the [BPP discussion forum](https://groups.google.com/g/bpp-discussion) +3. Include in your report: + - BPP version (`bpp --version`) + - Operating system + - Complete error message + - Minimal control file that reproduces the issue + +--- + +## Common Recipes + +This section provides step-by-step instructions for common analysis tasks. + +### Recipe 1: Basic Parameter Estimation (A00) + +**Goal:** Estimate divergence times and population sizes for a known species tree. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = A00_analysis + +speciesdelimitation = 0 # fixed delimitation +speciestree = 0 # fixed tree + +species&tree = 3 A B C + 5 5 5 + ((A, B), C); + +usedata = 1 +nloci = 100 +cleandata = 0 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 + +finetune = 1 +print = 1 0 0 0 0 +burnin = 10000 +sampfreq = 10 +nsample = 100000 +``` + +**Key points:** +- Set `speciesdelimitation = 0` and `speciestree = 0` +- Provide your species tree in Newick format +- Adjust priors based on expected θ and τ values + +### Recipe 2: Species Tree Estimation (A01) + +**Goal:** Infer the species tree when species assignments are known. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = A01_analysis + +speciesdelimitation = 0 # fixed delimitation +speciestree = 1 # estimate tree + +species&tree = 4 A B C D + 5 5 5 5 + ((A, B), (C, D)); # starting tree + +usedata = 1 +nloci = 100 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 + +finetune = 1 +burnin = 20000 +sampfreq = 10 +nsample = 200000 +``` + +**Key points:** +- Set `speciestree = 1` to estimate the tree topology +- The tree in `species&tree` is just a starting tree +- Run longer chains (more `nsample`) for tree estimation + +### Recipe 3: Species Delimitation with Guide Tree (A10) + +**Goal:** Test species boundaries using a fixed guide tree. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = A10_analysis + +speciesdelimitation = 1 1 2 1 # rjMCMC algorithm 1 +speciestree = 0 # fixed guide tree + +species&tree = 4 A B C D + 5 5 5 5 + ((A, B), (C, D)); + +usedata = 1 +nloci = 100 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 +speciesmodelprior = 1 # uniform prior on models + +finetune = 1 +burnin = 20000 +sampfreq = 10 +nsample = 200000 +``` + +**Key points:** +- `speciesdelimitation = 1` enables delimitation +- The additional parameters control the rjMCMC algorithm +- Output includes posterior probabilities for different delimitation models + +### Recipe 4: Adding Migration (MSC-M) + +**Goal:** Estimate migration rates between populations. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = MSCM_analysis + +speciesdelimitation = 0 +speciestree = 0 + +species&tree = 3 A B C + 10 10 10 + ((A, B)AB, C)R; # label internal nodes! + +usedata = 1 +nloci = 100 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 + +# Migration setup +wprior = 2 200 # gamma prior on migration rates +migration = 1 # number of migration bands + A B # migration from A to B + +finetune = 1 +burnin = 20000 +sampfreq = 10 +nsample = 200000 +``` + +**Key points:** +- Label internal nodes in the species tree (e.g., `AB`, `R`) +- Use `wprior` (not `migprior`) for BPP v4.8.0+ +- Specify migration connections with source and target populations + +### Recipe 5: Adding Introgression (MSC-I) + +**Goal:** Model introgression/hybridization events. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = MSCI_analysis + +speciesdelimitation = 0 +speciestree = 0 + +species&tree = 3 A B C + 10 10 10 + ((A, B)AB, C)R; + +usedata = 1 +nloci = 100 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 +phiprior = beta 1 1 # prior on introgression probability + +# Introgression: from branch leading to A into branch leading to C +hybridization = R A, AB C as S H tau=yes, no phi=0.1 + +finetune = 1 +burnin = 20000 +sampfreq = 10 +nsample = 200000 +``` + +**Key points:** +- Use `phiprior` to set prior on introgression probability +- `hybridization` defines the introgression event +- See MSC-I documentation for full syntax options + +### Recipe 6: Relaxed Clock Analysis + +**Goal:** Allow substitution rate variation among lineages. + +**Control file:** +``` +seed = -1 +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = relaxed_clock + +speciesdelimitation = 0 +speciestree = 0 + +species&tree = 3 A B C + 10 10 10 + ((A, B), C); + +usedata = 1 +nloci = 100 + +thetaprior = invgamma 3 0.002 +tauprior = invgamma 3 0.03 + +# Relaxed clock with independent rates among branches +clock = 2 10.0 100.0 5.0 iid G + +finetune = 1 +burnin = 20000 +sampfreq = 10 +nsample = 200000 +``` + +**Clock options:** +- `clock = 1` — strict clock (default) +- `clock = 2 ... iid G` — independent rates, gamma distributed +- `clock = 3 ... iid G` — autocorrelated rates +- `clock = 4 a b` — simple rates model + +--- + +## Glossary + +### Parameters + +| Symbol | Name | Description | +|--------|------|-------------| +| θ (theta) | Population size parameter | $\theta = 4N\mu$, where N is effective population size and μ is mutation rate | +| τ (tau) | Divergence time | Time of species divergence, measured in expected substitutions per site | +| φ (phi) | Introgression probability | Probability that a lineage follows the introgression path (MSC-I model) | +| w | Migration rate | Mutation-scaled migration rate: $w_{XY} = m_{XY}/\mu$ (MSC-M model, v4.8.0+) | +| M | Population migration rate | $M_{XY} = m_{XY} \cdot N_Y$, expected migrants per generation (pre-v4.8.0) | + +### Models + +| Term | Description | +|------|-------------| +| MSC | Multispecies Coalescent — the basic model relating gene trees to species trees | +| MSC-I | MSC with Introgression — allows hybridization/introgression events | +| MSC-M | MSC with Migration — allows continuous gene flow between populations | +| IM | Isolation with Migration — another name for the MSC-M model | + +### Analysis Types + +| Code | Name | Description | +|------|------|-------------| +| A00 | Parameter estimation | Fixed species tree and delimitation, estimate θ and τ | +| A01 | Species tree estimation | Fixed delimitation, estimate species tree topology | +| A10 | Species delimitation | Fixed guide tree, test alternative delimitations | +| A11 | Joint estimation | Simultaneously estimate tree and delimitation | + +### MCMC Terms + +| Term | Description | +|------|-------------| +| Burn-in | Initial MCMC iterations discarded before sampling | +| ESS | Effective Sample Size — measure of independent samples in MCMC output | +| Mixing | How well the MCMC explores parameter space | +| Convergence | When the MCMC has reached the stationary distribution | +| Chain | A single MCMC run | +| Proposal | A suggested move in parameter space | +| Acceptance rate | Fraction of proposals accepted | + +### Priors + +| Prior | Syntax | Use | +|-------|--------|-----| +| Inverse-gamma | `invgamma a b` | Conjugate prior for θ; allows analytical integration | +| Gamma | `gamma a b` | Alternative prior for θ and τ | +| Beta | `beta a b` | Prior for bounded parameters like φ | +| Dirichlet | `dir` | Prior for rate variation among loci | + +### File Types + +| File | Description | +|------|-------------| +| Control file | Main configuration file (`.ctl`) specifying all analysis options | +| Sequence file | Phylip-format alignment of DNA/protein sequences | +| Imap file | Maps individual sequences to species | +| MCMC file | Output file containing posterior samples (`.mcmc.txt`) | +| Checkpoint file | Saved state for resuming analysis (`.chk`) | + +### Substitution Models + +| Model | Description | +|-------|-------------| +| JC69 | Jukes-Cantor — equal rates, equal frequencies | +| K80 | Kimura 2-parameter — transition/transversion bias | +| F81 | Felsenstein 1981 — unequal base frequencies | +| HKY | Hasegawa-Kishino-Yano — K80 + F81 | +| GTR | General Time Reversible — most general reversible model | + +--- diff --git a/99.scripts/miscs/make_bpp_seq.py b/99.scripts/miscs/make_bpp_seq.py new file mode 100644 index 0000000..89cd73a --- /dev/null +++ b/99.scripts/miscs/make_bpp_seq.py @@ -0,0 +1,84 @@ +#!/usr/bin/env python +""" +Prepare input sequence file from fasta file in a directory for BPP. +""" + +import argparse +import sys +from pathlib import Path +from Bio import SeqIO + + +def get_fasta_files(input_dir: Path, ext=".fasta") -> list[Path]: + """ + Get a list of fasta files in the specified directory with the given extension. + Args: + input_dir (Path): Path to the directory containing fasta files. + ext (str): Extension of the fasta files. + Returns: + list[Path]: List of Paths to the fasta files. + """ + files = list(input_dir.glob(f"*{ext}")) + if not files: + print(f"No fasta files with extension '{ext}' found in directory '{input_dir}'") + sys.exit(1) + return files + + +def transform_fasta_to_bpp(fasta_file: Path): + """ + Transform a fasta file into BPP sequence format. + Args: + fasta_file (Path): Path to the input fasta file. + Returns: + list[str]: Lines formatted for BPP input. + """ + num_ind = 0 + output_lines = [] + seq_len = [] + for record in SeqIO.parse(fasta_file, "fasta"): + ind_id = record.id + num_ind += 1 + output_lines.append(f"^{ind_id} {str(record.seq)}\n") + seq_len.append(len(record.seq)) + if len(set(seq_len)) != 1: + print(f"Error: Sequences in file '{fasta_file}' have different lengths.") + sys.exit(1) + header = f"{num_ind} {seq_len[0]}\n" + return [header, "\n", *output_lines, "\n"] + + +def make_bpp_seq(input_dir: Path, output_file: Path, ext=".fasta"): + """ + Create a BPP formatted sequence file from fasta files in a directory. + Args: + input_dir (Path): Path to the directory containing fasta files. + output_file (Path): Path to the output BPP formatted file. + ext (str): Extension of the fasta files. + """ + fasta_files = get_fasta_files(input_dir, ext) + with open(output_file, "w") as out_f: + for fasta_file in fasta_files: + bpp_lines = transform_fasta_to_bpp(fasta_file) + out_f.writelines(bpp_lines) + print(f"BPP formatted sequence file written to '{output_file}'") + + +if __name__ == "__main__": + parser = argparse.ArgumentParser( + description="Create a BPP formatted sequence file from fasta files in a directory." + ) + parser.add_argument( + "input_dir", type=Path, help="Directory containing fasta files." + ) + parser.add_argument( + "output_file", type=Path, help="Output BPP formatted sequence file." + ) + parser.add_argument( + "--ext", + type=str, + default=".fasta", + help="Extension of the fasta files (default: .fasta).", + ) + args = parser.parse_args() + make_bpp_seq(args.input_dir, args.output_file, args.ext) diff --git a/99.scripts/workflow/coalescence_network/bpp/README.md b/99.scripts/workflow/coalescence_network/bpp/README.md new file mode 100644 index 0000000..8e533e4 --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/README.md @@ -0,0 +1,89 @@ +# BPP Coalescence Network Analysis Scripts + +This directory contains scripts for running BPP (Bayesian Phylogenetics & Phylogeography) analysis using the A00 method for coalescence network inference. + +## Files + +1. `run_bpp_a00.ctl` - Control file for BPP A00 analysis +2. `run_bpp.sh` - Shell script to execute the BPP analysis +3. `generate_and_run_bpp.py` - Python script to generate control file and run BPP analysis +4. `README.md` - This file + +## Prerequisites + +1. BPP software must be installed and available in your PATH +2. Input sequence data in PHYLIP format +3. Imap file mapping sequences to species +4. Known species tree topology + +## Usage + +### Method 1: Manual Control File Editing +1. Update the control file (`run_bpp_a00.ctl`) with your specific: + - Sequence file path (`seqfile`) + - Imap file path (`Imapfile`) + - Species names, counts, and tree topology in `species&tree` block + - Number of loci (`nloci`) + - Other parameters as needed + +2. Prepare your input files: + - Sequence file in PHYLIP format with multiple loci + - Imap file mapping individual sequences to species + - Ensure your species tree topology is correct + +3. Run the analysis: + ```bash + ./run_bpp.sh + ``` + +### Method 2: Automated Python Script (Recommended) +Use the Python script to automatically generate the control file and run the analysis: + +```bash +python generate_and_run_bpp.py \ + --seqfile sequences.txt \ + --imapfile species_map.txt \ + --species sp1 sp2 sp3 sp4 sp5 \ + --nloci 100 \ + --output my_analysis_result \ + --threads 8 \ + --burnin 20000 \ + --nsample 100000 \ + --sampfreq 5 +``` + +## BPP A00 Analysis Mode + +The A00 analysis mode is appropriate for your use case because: +- You have one sample per species +- You have a known species tree (systematic network) +- You want to estimate population size (θ) and divergence time (τ) parameters + +In this mode: +- `speciesdelimitation = 0` - Species delimitation is fixed +- `speciestree = 0` - Species tree is fixed +- Parameters θ and τ are estimated on the fixed tree + +## Key Parameters in Control File + +- `thetaprior`: Inverse gamma prior for population size parameters (θ) +- `tauprior`: Inverse gamma prior for root divergence time, Dirichlet for others +- `burnin`: Number of burn-in iterations for MCMC +- `nsample`: Number of samples to collect +- `sampfreq`: Sampling frequency +- `threads`: Number of CPU threads to use + +## Output Files + +After successful execution, you will get: +- Main output file (default: `bpp_a00_results.txt`) +- MCMC samples file (default: `bpp_a00_results.mcmc.txt`) +- Seed information file (default: `bpp_a00_results.SeedUsed`) + +## Customization + +Depending on your data characteristics, you may want to adjust: +- Prior parameters for θ and τ +- MCMC settings (burnin, nsample, sampfreq) +- Threading options +- Output options in the `print` line \ No newline at end of file diff --git a/99.scripts/workflow/coalescence_network/bpp/example_imap.txt b/99.scripts/workflow/coalescence_network/bpp/example_imap.txt new file mode 100644 index 0000000..64972e4 --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/example_imap.txt @@ -0,0 +1,8 @@ +# Example Imap File Template +# This maps individual sequences to species +# Format: Individual_IDSpecies_Name + +ind1 sp1 +ind2 sp2 +ind3 sp3 +ind4 sp4 \ No newline at end of file diff --git a/99.scripts/workflow/coalescence_network/bpp/example_sequences.txt b/99.scripts/workflow/coalescence_network/bpp/example_sequences.txt new file mode 100644 index 0000000..39b2c0d --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/example_sequences.txt @@ -0,0 +1,18 @@ +# Example Sequence File Template (PHYLIP format) +# This is a template - replace with your actual sequence data + +# Locus 1 +4 20 +sp1^ind1 ATCGATCGAT CGATCGATCG +sp2^ind2 ATCGATCGAT CGATCGATCG +sp3^ind3 ATCGATCGAT CGATCGATCG +sp4^ind4 ATCGATCGAT CGATCGATCG + +# Locus 2 +4 20 +sp1^ind1 CGATCGATCG ATCGATCGAT +sp2^ind2 CGATCGATCG ATCGATCGAT +sp3^ind3 CGATCGATCG ATCGATCGAT +sp4^ind4 CGATCGATCG ATCGATCGAT + +# More loci... \ No newline at end of file diff --git a/99.scripts/workflow/coalescence_network/bpp/generate_and_run_bpp.py b/99.scripts/workflow/coalescence_network/bpp/generate_and_run_bpp.py new file mode 100755 index 0000000..71855cf --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/generate_and_run_bpp.py @@ -0,0 +1,251 @@ +#!/usr/bin/env python3 +""" +Script to generate BPP A00 control file and run BPP analysis. + +This script accepts command-line arguments to customize the BPP analysis, +generates a control file template with the provided parameters, +and executes the BPP analysis. + +Usage: + python generate_and_run_bpp.py --seqfile SEQUENCE_FILE \ + --imapfile IMAP_FILE \ + --species SPECIES_NAMES \ + --nloci NUMBER_OF_LOCI \ + --output OUTPUT_NAME \ + --threads THREADS \ + --burnin BURNIN \ + --nsample NSAMPLE \ + --sampfreq SAMPFREQ + +Parameters: + --seqfile: Path to the sequence file in PHYLIP format + --imapfile: Path to the Imap file mapping sequences to species + --species: Space-separated list of species names + --nloci: Number of loci in the dataset + --output: Base name for output files (default: bpp_a00_results) + --threads: Number of CPU threads to use (default: 4) + --burnin: Number of burn-in iterations for MCMC (default: 10000) + --nsample: Number of samples to collect (default: 50000) + --sampfreq: Sampling frequency (default: 2) + --thetaprior_alpha: Alpha parameter for theta prior (default: 3) + --thetaprior_beta: Beta parameter for theta prior (default: 0.002) + --tauprior_alpha: Alpha parameter for tau prior (default: 3) + --tauprior_beta: Beta parameter for tau prior (default: 0.004) +""" + +import argparse +import os +import sys +from pathlib import Path + + +def generate_ctl_file(seqfile, imapfile, species_names, nloci, output_name="bpp_a00_results", + threads=4, burnin=10000, nsample=50000, sampfreq=2, + thetaprior_alpha=3, thetaprior_beta=0.002, + tauprior_alpha=3, tauprior_beta=0.004): + """ + Generate a BPP A00 control file with the specified parameters. + + Args: + seqfile: Path to the sequence file in PHYLIP format + imapfile: Path to the Imap file mapping sequences to species + species_names: List of species names + nloci: Number of loci in the dataset + output_name: Base name for output files + threads: Number of CPU threads to use + burnin: Number of burn-in iterations for MCMC + nsample: Number of samples to collect + sampfreq: Sampling frequency + thetaprior_alpha: Alpha parameter for theta prior + thetaprior_beta: Beta parameter for theta prior + tauprior_alpha: Alpha parameter for tau prior + tauprior_beta: Beta parameter for tau prior + + Returns: + str: Content of the control file + """ + # Convert species names to a space-separated string for the tree + species_str = " ".join(species_names) + + # Create the species count list (all species have 10 individuals in this example) + species_counts = " ".join(["10"] * len(species_names)) + + # Create the tree structure (assuming a simple rooted tree) + # For a more complex tree, you would need to provide the full Newick format + if len(species_names) == 1: + tree_str = f"{species_names[0]};" + elif len(species_names) == 2: + tree_str = f"({species_names[0]}, {species_names[1]});" + elif len(species_names) >= 3: + # Create a simple nested tree structure + # For simplicity, we'll create a tree with the first two species as siblings, + # then the rest nested appropriately + tree_parts = [] + for i in range(0, len(species_names), 2): + if i + 1 < len(species_names): + tree_parts.append(f"({species_names[i]}, {species_names[i+1]})") + else: + tree_parts.append(species_names[i]) + + # Build the final tree by nesting the parts + while len(tree_parts) > 1: + left = tree_parts.pop(0) + right = tree_parts.pop(0) + tree_parts.insert(0, f"({left}, {right})") + + tree_str = f"{tree_parts[0]};" + else: + tree_str = "((sp1, sp2), sp3);" + + # Generate the control file content + ctl_content = f"""# BPP A00 Analysis Control File +# Generated by generate_and_run_bpp.py + +seed = -1 + +# Input files - these are set by the script +seqfile = {seqfile} +Imapfile = {imapfile} +jobname = {output_name} + +# Analysis type A00: Fixed species delimitation and fixed species tree +# Estimate theta and tau parameters on a known tree +speciesdelimitation = 0 # Fixed species delimitation +speciestree = 0 # Fixed species tree + +# Species tree specification +# Updated with provided species names, counts, and tree topology +species&tree = {len(species_names)} {species_str} + {species_counts} + {tree_str} + +# Sequence phasing - set to 1 for unphased diploid data, 0 for phased haploid data +phase = 0 0 0 0 0 + +# Use sequence likelihood for inference +usedata = 1 + +# Number of loci to analyze - updated with provided value +nloci = {nloci} + +# Clean data option - set to 1 to remove sites with ambiguity characters +cleandata = 0 + +# Priors for theta (population size parameters) +# Inverse gamma prior with alpha={thetaprior_alpha}, beta={thetaprior_beta} (mean={thetaprior_alpha/thetaprior_beta}) +thetaprior = invgamma {thetaprior_alpha} {thetaprior_beta} + +# Priors for tau (divergence times) +# Inverse gamma prior for root tau, Dirichlet for other taus +tauprior = invgamma {tauprior_alpha} {tauprior_beta} + +# Fine-tune MCMC proposals automatically +finetune = 1 + +# Output options: MCMC samples, locus rates, heredity scalars, gene trees, substitution parameters +print = 1 0 0 0 0 + +# MCMC settings +burnin = {burnin} # Burn-in iterations +sampfreq = {sampfreq} # Sample every {sampfreq} iterations +nsample = {nsample} # Number of samples to collect + +# Number of threads to use +threads = {threads} + +# Checkpointing - save progress every 50000 iterations +checkpoint = 50000 50000 +""" + + return ctl_content + + +def main(): + parser = argparse.ArgumentParser(description='Generate BPP A00 control file and run analysis') + + # Required arguments + parser.add_argument('--seqfile', required=True, help='Path to the sequence file in PHYLIP format') + parser.add_argument('--imapfile', required=True, help='Path to the Imap file mapping sequences to species') + parser.add_argument('--species', nargs='+', required=True, help='Space-separated list of species names') + parser.add_argument('--nloci', type=int, required=True, help='Number of loci in the dataset') + + # Optional arguments with defaults + parser.add_argument('--output', default='bpp_a00_results', help='Base name for output files (default: bpp_a00_results)') + parser.add_argument('--threads', type=int, default=4, help='Number of CPU threads to use (default: 4)') + parser.add_argument('--burnin', type=int, default=10000, help='Number of burn-in iterations for MCMC (default: 10000)') + parser.add_argument('--nsample', type=int, default=50000, help='Number of samples to collect (default: 50000)') + parser.add_argument('--sampfreq', type=int, default=2, help='Sampling frequency (default: 2)') + parser.add_argument('--thetaprior_alpha', type=float, default=3.0, help='Alpha parameter for theta prior (default: 3.0)') + parser.add_argument('--thetaprior_beta', type=float, default=0.002, help='Beta parameter for theta prior (default: 0.002)') + parser.add_argument('--tauprior_alpha', type=float, default=3.0, help='Alpha parameter for tau prior (default: 3.0)') + parser.add_argument('--tauprior_beta', type=float, default=0.004, help='Beta parameter for tau prior (default: 0.004)') + + args = parser.parse_args() + + # Validate inputs + if not os.path.exists(args.seqfile): + print(f"Error: Sequence file '{args.seqfile}' does not exist") + sys.exit(1) + + if not os.path.exists(args.imapfile): + print(f"Error: Imap file '{args.imapfile}' does not exist") + sys.exit(1) + + if len(args.species) < 1: + print("Error: At least one species name must be provided") + sys.exit(1) + + # Generate the control file content + ctl_content = generate_ctl_file( + seqfile=args.seqfile, + imapfile=args.imapfile, + species_names=args.species, + nloci=args.nloci, + output_name=args.output, + threads=args.threads, + burnin=args.burnin, + nsample=args.nsample, + sampfreq=args.sampfreq, + thetaprior_alpha=args.thetaprior_alpha, + thetaprior_beta=args.thetaprior_beta, + tauprior_alpha=args.tauprior_alpha, + tauprior_beta=args.tauprior_beta + ) + + # Write the control file to disk + ctl_filename = f"{args.output}.ctl" + with open(ctl_filename, 'w') as f: + f.write(ctl_content) + + print(f"Generated control file: {ctl_filename}") + print("\nControl file content:") + print("=" * 50) + print(ctl_content) + print("=" * 50) + + # Check if BPP is installed + if not os.system('which bpp > /dev/null 2>&1') == 0: + print("Error: BPP is not installed or not in PATH") + print("Please install BPP and make sure it's accessible in your PATH") + sys.exit(1) + + # Run BPP analysis + print(f"\nRunning BPP analysis with control file: {ctl_filename}") + cmd = f"bpp --cfile {ctl_filename}" + print(f"Executing: {cmd}") + + # Execute the command + result = os.system(cmd) + + if result == 0: + print("\nBPP analysis completed successfully!") + print(f"Output files:") + print(f" Main output: {args.output}.txt") + print(f" MCMC samples: {args.output}.mcmc.txt") + else: + print("\nError: BPP analysis failed") + sys.exit(1) + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/99.scripts/workflow/coalescence_network/bpp/run_bpp.sh b/99.scripts/workflow/coalescence_network/bpp/run_bpp.sh new file mode 100755 index 0000000..845f226 --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/run_bpp.sh @@ -0,0 +1,60 @@ +#!/bin/bash +# Script to run BPP A00 analysis for coalescence network inference + +# Set working directory +WORK_DIR=$(pwd) +SCRIPT_DIR="$(dirname "$0")" + +# Check if BPP is installed and available +if ! command -v bpp &> /dev/null +then + echo "Error: BPP is not installed or not in PATH" + echo "Please install BPP and make sure it's accessible in your PATH" + exit 1 +fi + +# Check if control file exists +CONTROL_FILE="${SCRIPT_DIR}/run_bpp_a00.ctl" +if [ ! -f "$CONTROL_FILE" ]; then + echo "Error: Control file not found at $CONTROL_FILE" + echo "Please make sure the control file exists" + exit 1 +fi + +echo "Starting BPP A00 analysis..." +echo "Control file: $CONTROL_FILE" +echo "Working directory: $WORK_DIR" + +# Run BPP analysis +bpp --cfile "$CONTROL_FILE" + +# Check if the run was successful +if [ $? -eq 0 ]; then + echo "BPP analysis completed successfully!" + + # Check for output files + JOBNAME=$(grep -E "^jobname\s*=" "$CONTROL_FILE" | sed -E 's/^jobname\s*=\s*(.*)/\1/' | tr -d ' ') + if [ -z "$JOBNAME" ]; then + JOBNAME="out" + fi + + echo "Output files:" + echo " Main output: ${JOBNAME}.txt" + echo " MCMC samples: ${JOBNAME}.mcmc.txt" + + if [ -f "${JOBNAME}.txt" ]; then + echo "Main output file created successfully" + else + echo "Warning: Main output file not found" + fi + + if [ -f "${JOBNAME}.mcmc.txt" ]; then + echo "MCMC samples file created successfully" + else + echo "Warning: MCMC samples file not found" + fi + +else + echo "Error: BPP analysis failed" + exit 1 +fi \ No newline at end of file diff --git a/99.scripts/workflow/coalescence_network/bpp/run_bpp_a00.ctl b/99.scripts/workflow/coalescence_network/bpp/run_bpp_a00.ctl new file mode 100644 index 0000000..2145118 --- /dev/null +++ b/99.scripts/workflow/coalescence_network/bpp/run_bpp_a00.ctl @@ -0,0 +1,57 @@ +# BPP A00 Analysis Control File +# For coalescence network analysis with known species tree and delimitation + +seed = -1 + +# Input files - these need to be updated with your actual file paths +seqfile = sequences.txt +Imapfile = species_map.txt +jobname = bpp_a00_results + +# Analysis type A00: Fixed species delimitation and fixed species tree +# Estimate theta and tau parameters on a known tree +speciesdelimitation = 0 # Fixed species delimitation +speciestree = 0 # Fixed species tree + +# Species tree specification +# Update the following with your actual species names, counts, and tree topology +species&tree = 5 sp1 sp2 sp3 sp4 sp5 + 10 10 10 10 10 + ((((sp1, sp2), sp3), sp4), sp5); + +# Sequence phasing - set to 1 for unphased diploid data, 0 for phased haploid data +phase = 0 0 0 0 0 + +# Use sequence likelihood for inference +usedata = 1 + +# Number of loci to analyze - update with your actual number of loci +nloci = 100 + +# Clean data option - set to 1 to remove sites with ambiguity characters +cleandata = 0 + +# Priors for theta (population size parameters) +# Inverse gamma prior with alpha=3, beta=0.002 (mean=0.001) +thetaprior = invgamma 3 0.002 + +# Priors for tau (divergence times) +# Inverse gamma prior for root tau, Dirichlet for other taus +tauprior = invgamma 3 0.004 + +# Fine-tune MCMC proposals automatically +finetune = 1 + +# Output options: MCMC samples, locus rates, heredity scalars, gene trees, substitution parameters +print = 1 0 0 0 0 + +# MCMC settings +burnin = 10000 # Burn-in iterations +sampfreq = 2 # Sample every 2 iterations +nsample = 50000 # Number of samples to collect + +# Number of threads to use +threads = 4 + +# Checkpointing - save progress every 50000 iterations +checkpoint = 50000 50000 \ No newline at end of file diff --git a/99.scripts_v2/01.prepare_sequences.sh b/99.scripts_v2/01.prepare_sequences.sh new file mode 100644 index 0000000..a343af7 --- /dev/null +++ b/99.scripts_v2/01.prepare_sequences.sh @@ -0,0 +1,40 @@ +#!/bin/bash + +set -euo pipefail + +cd "$PROJECTHOME"/11.reference_v2 + +# HG sequences name should be changed. +cd raw +seqkit replace -k HG.map.txt -p "^(\S+).*$" -r "{kv}" GCA_030763125.1_ASM3076312v1_genomic.fna -o HG.fa -K --f-use-regexp + +# MG & ZG use hapA genome +grep -Fwf MG.target.txt MG.gff > MG.target.gff +grep -Fwf ZG.target.txt ZG.gff > ZG.target.gff + +# Extract CDS sequences from GFF3 files using gffread +pueue add -- gffread -g raw/HN.fa -x HN.cds.fa -y HN.pep.fa raw/HN.gff3 +pueue add -- gffread -g raw/HG.fa -x HG.cds.fa -y HG.pep.fa raw/Hippophae_gyantsensis.gff +pueue add -- gffread -g raw/HS.fa -x HS.cds.fa -y HS.pep.fa raw/HS.gff3 +pueue add -- gffread -g raw/YN.genome.fa -x YN.cds.fa -y YN.pep.fa raw/YN.gff3 +pueue add -- gffread -g raw/ZG.genome.fa -x ZG.cds.fa -y ZG.pep.fa raw/ZG.target.gff +pueue add -- gffread -g raw/ZJ.genome.fa -x ZJ.cds.fa -y ZJ.pep.fa raw/ZJ.gff +pueue add -- gffread -g raw/ZY.fa -x ZY.cds.fa -y ZY.pep.fa raw/ZY.gff3 +pueue add -- gffread -g raw/Hippophae_tibetana.genomic.fasta -x HT.cds.fa -y HT.pep.fa raw/Hippophae_tibetana.mRNA.gff +pueue add -- gffread -g raw/MG.genome.fasta -x MG.cds.fa -y MG.pep.fa raw/MG.target.gff +cp raw/EA.gff3.cds EA.cds.fa +cp raw/EM.genome.cds.fasta EM.cds.fa +cp raw/EA.gff3.pep EA.pep.fa +cp raw/EM.pep.fasta EM.pep.fa + +mkdir pep +mkdir cds +mv ./*.cds.fa cds +mv ./*.pep.fa pep + +cd pep +primary_transcript ./ last_dot + +# EM基因命名特殊性,导致直接使用primary_transcript会出现问题,直接复制即可 +cp EM.pep.fa primary_transcripts/EM.pep.fa + diff --git a/99.scripts_v2/02.orthofinder.sh b/99.scripts_v2/02.orthofinder.sh new file mode 100644 index 0000000..fddb88c --- /dev/null +++ b/99.scripts_v2/02.orthofinder.sh @@ -0,0 +1,21 @@ +# prepare input files for orthofinder +mkdir input_pep +cp ../11.reference_v2/pep/primary_transcripts/*.pep.fa input_pep +mkdir input_pep/core +mkdir input_pep/outgroup +mv input_pep/EA.pep.fa input_pep/outgroup +mv input_pep/EM.pep.fa input_pep/outgroup +mv input_pep/ZJ.pep.fa input_pep/outgroup +mv input_pep/*.pep.fa input_pep/core +for i in input_pep/*/*.pep.fa; do + base=$(basename "$i" .pep.fa) + echo "Processing $base" + sed -i "s/>/>${base}@/g" "$i" +done + +# run orthofinder with Hippophae genomes as backbone +pueue add -- orthofinder -t 12 -a 4 -f input_pep/core -o orthofinder_out + +# assign outgroups +pueue add -- orthofinder -t 12 -a 4 --assign input_pep/outgroup --core orthofinder_out/Results_Hippophae_only + diff --git a/pixi.lock b/pixi.lock index 5f484bf..ad2d6f1 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,984 +1,1027 @@ -version: 6 +version: 7 +platforms: +- name: linux-64 + virtual-packages: + - __unix=0=0 + - __linux=4.18 + - __glibc=2.28 + - __archspec=0=x86_64 environments: + base: + channels: + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ + - url: https://conda.anaconda.org/conda-forge/ + - url: https://conda.anaconda.org/bioconda/ + packages: + linux-64: + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/aster-1.25-hc52dbad_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/augustus-3.5.0-pl5321h57ba348_8.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bamtools-2.5.3-he132191_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bbmap-39.80-h9b5c0a0_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-3.1.2-h503566f_5.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biobase-2.70.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biocparallel-1.44.0-r45ha27e39d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biostrings-2.78.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-cigarillo-1.0.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-delayedarray-0.36.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-deseq2-1.50.2-r45ha27e39d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-edger-4.8.2-r45h262fe30_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genefilter-1.92.0-r45h9e4a190_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicalignments-1.46.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicranges-1.62.1-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-iranges-2.44.0-r45h01b2380_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-limma-3.66.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rhtslib-3.6.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rsamtools-2.26.0-r45ha27e39d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rtracklayer-1.70.1-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4arrays-1.10.1-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4vectors-0.48.0-r45h01b2380_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-sparsearray-1.10.8-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-xvector-0.50.0-r45h01b2380_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/blast-2.17.0-h66d330f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bowtie2-2.5.5-ha27dd3b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cd-hit-4.8.1-h5ca1c30_13.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cdbtools-0.99-h077b44d_12.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/clustalw-2.1-h9948957_12.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/diamond-2.2.4-he361c42_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/entrez-direct-24.0-he881be0_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/famsa-2.4.1-h9ee0642_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastme-2.1.6.3-h7b50bb2_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastp-1.3.6-h43da1c4_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fasttree-2.2.0-h7b50bb2_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hisat2-2.2.2-h503566f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hmmer-3.4-hb6cb901_4.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.23-h566b1c6_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/iqtree-3.1.3-h8471819_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kallisto-0.51.1-h2b92561_2.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kmer-jellyfish-2.3.1-py312pl5321hf731ba3_6.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mcl-22.282-pl5321h7b50bb2_4.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/metaeuk-7.bba0d80-pl5321hd6d6fdc_2.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/miniprot-0.18-h577a1d6_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mmseqs2-18.8cc5c-hd6d6fdc_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/modeltest-ng-0.1.7-hf316886_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mrbayes-3.2.7-hd0d793b_7.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-3.8.1551-h9948957_9.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ncbi-vdb-3.4.1-hd63eeec_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/paml-4.10.10-h87e0c26_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pasta-1.9.3-py312h85383db_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-build-2.84-pl5321h7b50bb2_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-libxml2-0.17-pl5321h577a1d6_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-io-compress-2.216-pl5321h503566f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-json-xs-4.04-pl5321h9948957_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-list-moreutils-xs-0.430-pl5321h7b50bb2_5.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-xml-libxml-2.0210-pl5321hf886d80_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prank-251117-hd63eeec_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prodigal-2.6.3-h577a1d6_11.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/r-restfulr-0.0.17-r45hcdf289b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-8.2.13-h7b50bb2_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-1.2.2-h6747034_2.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/salmon-2.4.1-hfa8f182_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/samtools-1.23-h96c455f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sepp-4.5.5-py312h0fa9677_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/seqkit-2.13.0-he881be0_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sra-tools-3.4.1-2_linux_64.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trimal-1.5.1-h9948957_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trinity-2.15.2-pl5321h077b44d_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-fatotwobit-482-hdc0a859_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-twobitinfo-482-hdc0a859_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotate-1.88.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotationdbi-1.72.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocfilecache-3.0.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocgenerics-0.56.0-r45hdfd78af_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocio-1.20.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biomart-2.66.1-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ctc-1.84.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-data-packages-20260207-hdfd78af_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-dexseq-1.56.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genelendatabase-1.46.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-geneplotter-1.88.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodb-1.46.2-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomicfeatures-1.62.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-go.db-3.22.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-goseq-1.62.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-keggrest-1.50.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-matrixgenerics-1.22.0-r45hdfd78af_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-qvalue-2.42.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqinfo-1.0.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqlogo-1.76.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-summarizedexperiment-1.40.0-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-txdbmaker-1.6.2-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ucsc.utils-1.6.1-r45hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/busco-6.1.0-pyhdfd78af_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/dendropy-5.0.11-pyhdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/macse-2.07-hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/orthofinder-3.1.5-hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-archive-tar-3.12-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-ffi-checklib-0.28-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-io-zlib-1.15-pl5321hdfd78af_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-json-4.11-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-list-moreutils-0.430-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-parallel-forkmanager-2.04-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-term-table-0.028-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-test2-suite-0.000163-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-types-serialiser-1.01-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-yaml-1.30-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/psauron-1.1.3-pyhdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/seqmagick-0.8.6-pyhdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/td2-1.1.0-pyhdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/transdecoder-5.7.1-pl5321hdfd78af_2.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeshrink-1.4.0-pyhdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeswift-1.1.45-pyh7e72e81_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/trimmomatic-0.41-hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.16.1-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-h4e1c2bf_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/arpack-3.9.1-nompi_hf03ea27_102.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/backports.zstd-1.6.0-py312h90b7ffd_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/binutils_impl_linux-64-2.46.1-default_hfdba357_102.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/biopython-1.87-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/boost-cpp-1.85.0-h3c6214e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-1.2.0-hed03a55_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-bin-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bwidget-1.10.1-ha770c72_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/c-ares-1.34.8-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cffi-2.1.0-py312h460c074_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/conda-25.11.1-py312h7900ff3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/contourpy-1.3.3-py312h0a2e395_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/coreutils-9.5-hd590300_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cpp-expected-1.3.1-h171cf75_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.18.0-h4e3cde8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dbus-1.16.2-h24cb091_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ete4-4.4.0-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fmt-11.2.0-h07f6e7f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.18.2-h27c8c51_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fonttools-4.63.0-py312h8a5da7c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gawk-5.4.1-h0a3468a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gcc_impl_linux-64-16.1.0-h5fcb69b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gfortran_impl_linux-64-16.1.0-h08e1a1a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-ha257d8a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/git-2.52.0-pl5321h28be001_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-2.86.2-hbcf1ec1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-tools-2.86.2-hf516916_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glpk-5.0-h445213a_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmpy2-2.3.0-py312hcaba1f9_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.15-hecca717_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gsl-2.7-he838d99_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gst-plugins-base-1.24.11-h651a532_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gstreamer-1.24.11-hc37bda9_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gxx_impl_linux-64-16.1.0-he33a5f8_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-12.2.0-h15599e2_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/hdf5-1.14.3-nompi_h2d575fe_109.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-75.1-he02047a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/isa-l-2.32.1-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jq-1.8.2-h280c20c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsoncpp-1.9.6-hf42df4d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/julia-1.12.1-h212faf0_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kaldi-5.5.1112-cpu_h7360626_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kiwisolver-1.5.0-py312h0a2e395_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ld_impl_linux-64-2.46.1-default_hbd61a6d_102.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.2.0-hdb68285_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libamd-3.3.3-h456b2da_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-0.25.1-h3f43e3d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libavif16-1.4.2-hcfa2d63_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libblas-3.11.0-8_h4a7cf45_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-1.85.0-h0ccab89_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-devel-1.85.0-h00ab1b0_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-headers-1.85.0-ha770c72_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlicommon-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlidec-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlienc-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbtf-2.3.2-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcamd-3.3.3-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcap-2.78-hd0affe5_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcblas-3.11.0-8_h0358290_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libccolamd-3.3.4-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcholmod-5.3.1-h9cf07ce_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_16.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp21.1-21.1.0-default_h99862b1_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcolamd-3.3.4-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcxsparse-4.4.1-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdrm-2.4.127-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libev-4.33-hd590300_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libflac-1.5.0-he200343_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-0.25.1-h3f43e3d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-ng-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran5-16.1.0-h79bb938_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgit2-1.9.1-h20a291d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.2-h32235b2_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libidn2-2.3.8-hfac485b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.2.0-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libklu-2.3.5-h95ff59c_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapack-3.11.0-8_h47877c9_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapacke-3.11.0-8_h6ae95b6_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libldl-3.3.2-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libltdl-2.4.3a-h5888daf_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-devel-5.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmamba-2.3.2-hae34dd5_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmambapy-2.3.2-py312h0240237_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libogg-1.3.5-hd0c01bc_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-0.3.33-pthreads_h94d23a6_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-ilp64-0.3.34-pthreads_h3e26593_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenlibm4-0.8.1-hd590300_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenssl-static-3.6.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopus-1.6.1-h280c20c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libparu-1.0.0-hc6afc67_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpciaccess-0.19-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/librbio-4.3.4-hf02c80a_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsanitizer-16.1.0-hf2715c6_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsndfile-1.2.2-hc7d488a_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsolv-0.7.39-h9463b59_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspex-3.2.3-h9226d62_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspqr-4.3.4-h23b7119_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.53.4-h0c1763c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-16.1.0-hdf11a46_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsuitesparseconfig-7.10.1-h901830b_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsystemd0-257.13-h084b8d7_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.2-h9d88235_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtool-2.5.4-h5888daf_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtorch-2.6.0-cpu_generic_haed06de_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libumfpack-6.3.5-h873dde6_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunwind-1.6.2-h9c3ff4c_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libutf8proc-2.11.3-hfe17d71_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuv-1.52.1-h280c20c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libvorbis-1.3.7-h54a6638_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lp_solve-5.5.2.11-hd590300_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lxml-6.0.2-py312h70dad80_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mafft-7.526-h4bc722e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/make-4.4.1-hb9d3cd8_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-3.10.9-py312h7900ff3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-base-3.10.9-py312he3d6523_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/maven-3.9.16-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/menuinst-2.5.2-py312h20c3967_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/metis-5.1.0-hd0bcaf9_1007.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpi-1.0-openmpi.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/msgpack-python-1.2.1-py312h0a2e395_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mysql-connector-c-6.1.11-h659d440_1008.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nss-3.118-h445c969_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/oniguruma-6.9.10-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openblas-ilp64-0.3.34-pthreads_h3d04fff_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openfst-1.8.3-h84d6215_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.1-h5755bd7_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openlibm-0.8.1-hd590300_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openmpi-4.1.6-hc5af2df_101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.3-h35e630c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/optree-0.19.1-py312hd9148b4_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ossuuid-1.6.2-h5888daf_1001.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/p7zip-16.02-h9c3ff4c_1001.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandas-3.0.5-py312h8ecdadd_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandoc-3.10.1-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pango-1.56.4-hadf4263_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.46-h1321c63_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-capture-tiny-0.48-pl5321ha770c72_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-class-method-modifiers-2.13-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-bzip2-2.214-pl5321hda65f42_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-zlib-2.214-pl5321h4dac143_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-db_file-1.858-pl5321hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-dbi-1.651-pl5321hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-encode-3.24-pl5321hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-inc-latest-0.500-pl5321ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-module-build-0.4234-pl5321ha770c72_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-moo-2.005004-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-pathtools-3.75-pl5321hb9d3cd8_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-role-tiny-2.002004-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-scalar-list-utils-1.70-pl5321hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-storable-3.15-pl5321hb9d3cd8_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-sub-quote-2.006006-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-fatal-0.016-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-warnings-0.031-pl5321ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-try-tiny-0.31-pl5321ha770c72_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-uri-5.35-pl5321ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pillow-12.0.0-py312h898c6c0_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/psutil-7.2.2-py312h5253ce2_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pulseaudio-client-17.0-h9a6aba3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pycosat-0.6.6-py312h4c3975b_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pymongo-4.17.0-py312h1289d80_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt-5.15.11-py312h82c0db2_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt5-sip-12.17.0-py312h1289d80_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyside6-6.9.2-py312h5654102_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pytorch-2.6.0-cpu_generic_py312_h1c73833_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyyaml-6.0.3-py312h8a5da7c_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt-main-5.15.15-h3a7ef08_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt6-main-6.9.2-h5bd77bc_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-amap-0.8_20-r45ha36cffa_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ape-5.8_1-r45h3704496_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-askpass-1.2.1-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-backports-1.5.1-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base-4.5.2-hc038350_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base64enc-0.1_6-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-biasedurn-2.0.12-r45h3697838_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit-4.6.0-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit64-4.8.2-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bitops-1.0_9-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-brio-1.1.5-r45h54b55ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cachem-1.1.0-r45h54b55ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-catools-1.18.4-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-checkmate-2.3.3-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cli-3.6.6-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cluster-2.1.8.2-r45heaba542_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-collections-0.3.12-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-colorspace-2.1_3-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-commonmark-2.0.0-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-curl-7.0.0-r45h10955f1_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-data.table-1.18.4-r45h1c8cec4_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-deoptim-2.2_8-r45h54b55ab_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-diffobj-0.3.8-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-digest-0.6.39-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-dplyr-1.2.1-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ellipsis-0.3.3-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-expm-1.0_0-r45h11cdb10_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fansi-1.0.7-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-farver-2.1.2-r45h3697838_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastcluster-1.3.0-r45h3697838_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmap-1.2.0-r45h3697838_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmatch-1.1_8-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-filelock-1.0.3-r45h54b55ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fs-2.1.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gert-2.2.0-r45h5e22a44_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-glue-1.8.1-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gtools-3.9.5-r45h54b55ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-haven-2.5.5-r45h6d565e7_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-htmltools-0.5.9-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-httpuv-1.6.17-r45h6d565e7_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-igraph-2.1.4-r45hadbbdbc_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-isoband-0.3.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-jsonlite-2.0.0-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-kernsmooth-2.23_26-r45ha0a88a1_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-languageserver-0.3.18-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-later-1.4.8-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lattice-0.22_9-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lazyeval-0.2.3-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-locfit-1.5_9.12-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lpsolve-5.6.23-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lubridate-1.9.5-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-magrittr-2.0.5-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-maps-3.4.3-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mass-7.3_66-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrix-1.7_5-r45h0e4624f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrixstats-1.5.0-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mgcv-1.9_4-r45h0e4624f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mime-0.13-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mnormt-2.1.2-r45heaba542_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-nlme-3.1_170-r45heaba542_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-openssl-2.4.2-r45h68c19f5_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-parallelly-1.48.0-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-phangorn-2.12.1-r45hf1899b2_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-plyr-1.8.9-r45h3697838_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-png-0.1_9-r45haf2892b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-processx-3.9.0-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-profvis-0.4.0-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ps-1.9.3-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-purrr-1.2.2-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quadprog-1.5_8-r45ha0a88a1_7.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quickjsr-1.10.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ragg-1.5.2-r45h9f1dc4d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rappdirs-0.3.4-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpp-1.1.2-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpparmadillo-15.4.2_1-r45h3704496_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppeigen-0.3.4.0.2-r45h3704496_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppparallel-5.1.11_2-r45h0d96847_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcurl-1.98_1.17-r45hb79926e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readr-2.2.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readxl-1.5.0-r45h10e25cc_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-reshape2-1.4.5-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rjson-0.2.23-r45h3697838_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rlang-1.3.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-roxygen2-8.0.0-r45h3697838_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rsqlite-3.53.1-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rstan-2.32.7-r45h0d96847_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-s7-0.2.2-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sass-0.4.10-r45h3697838_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sm-2.2_6.0-r45heaba542_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sourcetools-0.1.7_2-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stanheaders-2.32.10-r45ha36cffa_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-statmod-1.5.2-r45hb1d0f04_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stringi-1.8.7-r45h2dae267_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-survival-3.8_9-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sys-3.4.3-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-systemfonts-1.3.2-r45h74f4acd_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tensora-0.36.2.1-r45h54b55ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-testthat-3.3.2-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-textshaping-1.0.4-r45h74f4acd_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tibble-3.3.1-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tidyr-1.3.2-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-timechange-0.4.0-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tmvnsim-1.0_2-r45heaba542_7.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tzdb-0.5.0-r45h3697838_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-utf8-1.2.6-r45h54b55ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-uuid-1.2_2-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vctrs-0.7.3-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vroom-1.7.1-r45h3697838_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xfun-0.60-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml-3.99_0.17-r45h7c9d5c0_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml2-1.4.0-r45hc6fd541_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-yaml-2.3.12-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zip-3.0.1-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zoo-1.8_15-r45h54b55ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/readline-8.3-h853b02a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml-0.18.17-py312h5253ce2_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py312h5253ce2_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scikit-learn-1.9.0-np2py312h3226591_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scipy-1.17.1-py312h54fa4ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sed-4.10-h19d0853_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/simdjson-4.0.7-hb700be7_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sip-6.10.0-py312h1289d80_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sqlite-3.53.4-hbc0de68_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/suitesparse-7.10.1-h5b2951e_7100101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tar-1.35-h3b78370_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-2022.3.0-h8d10470_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-devel-2022.3.0-h74b38a2_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tk-8.6.13-noxft_hd70dff1_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tktable-2.10-h5a7a40f_8.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchaudio-2.7.0-cpu_py312hac12bba_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-0.21.0-cpu_py312_h11dcf35_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py312h4387730_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tornado-6.5.7-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/unicodedata2-17.0.1-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wayland-1.26.0-hd6090a7_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.21.4-hda4d442_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xkeyboard-config-2.48-h280c20c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxshmfence-1.3.3-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-5.8.3-ha02ee65_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-gpl-tools-5.8.3-ha02ee65_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-tools-5.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstandard-0.25.0-py312h5253ce2_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/argcomplete-3.7.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/boltons-26.1.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/bottle-0.13.4-pyhe01879c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairocffi-1.7.1-pyhcf101f3_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairosvg-2.9.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cheroot-11.1.2-pyhcf101f3_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-libmamba-solver-26.4.2-pyhcf101f3_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-handling-2.5.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-streaming-0.13.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cpython-3.12.13-py312hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cssselect2-0.9.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ete3-3.1.3-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/filelock-3.32.2-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/frozendict-2.4.7-pyh851646a_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fsspec-2026.7.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/h2-4.4.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jaraco.functools-4.6.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libgcc-devel_linux-64-16.1.0-h59071f9_101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libstdcxx-devel_linux-64-16.1.0-h41cdd0d_101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/markdown-it-py-4.2.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/more-itertools-11.1.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/narwhals-2.24.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nlohmann_json-abi-3.12.0-h0f90c79_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-app-cpanminus-1.7048-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-3.007-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-data-20210112.006-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-carp-1.50-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-common-sense-3.75-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-constant-1.33-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-5.74-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-tiny-1.002002-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-extutils-makemaker-7.70-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-chdir-0.1011-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-path-2.18-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-temp-0.2304-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-which-1.24-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-importer-0.026-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-parent-0.243-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-path-tiny-0.150-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-scope-guard-0.21-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-sub-info-0.002-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-namespacesupport-1.12-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-1.02-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-base-1.09-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pip-25.3-pyh8b19718_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/platformdirs-4.11.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygtrie-2.5.0-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python_abi-3.12-8_cp312.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-abind-1.4_8-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparse-2.3.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparser-0.7.3-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-assertthat-0.2.1-r45hc72bb7e_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bh-1.90.0_1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-blob-1.3.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-brew-1.0_10-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-broom-1.0.13-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bslib-0.11.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-callr-3.7.6-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cellranger-1.1.0-r45hc72bb7e_1008.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cliapp-0.1.2-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clipr-0.8.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clustergeneration-1.3.8-r45ha770c72_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-coda-0.19_4.1-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-codetools-0.2_20-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-combinat-0.0_8-r45hc72bb7e_1007.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-conflicted-1.2.0-r45h785f33e_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cpp11-0.5.5-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-crayon-1.5.3-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-credentials-2.0.3-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cyclocomp-1.1.2-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbi-1.3.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbplyr-2.6.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-desc-1.4.3-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-devtools-2.5.2-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-distributional-0.8.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-doparallel-1.0.17-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-downlit-0.4.5-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dtplyr-1.3.3-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-evaluate-1.0.5-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-findpython-1.0.9-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-fontawesome-0.5.3-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-forcats-1.0.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-foreach-1.5.2-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-formatr-1.14-r45hc72bb7e_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.logger-1.4.9-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.options-1.0.1-r45hc72bb7e_1006.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gargle-1.6.1-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-generics-0.1.4-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ggplot2-4.0.3-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gh-1.6.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gitcreds-0.1.2-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googledrive-2.1.2-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googlesheets4-1.1.2-r45h785f33e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gplots-3.3.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gridextra-2.3.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gtable-0.3.6-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-highr-0.12-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hms-1.1.4-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-htmlwidgets-1.6.4-r45h785f33e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr-1.4.8-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr2-1.3.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hwriter-1.3.2.1-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ids-1.0.1-r45hc72bb7e_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ini-0.3.1-r45hc72bb7e_1007.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-inline-0.3.21-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-iterators-1.0.14-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-jquerylib-0.1.4-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-knitr-1.51-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-labeling-0.4.3-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lambda.r-1.2.4-r45hc72bb7e_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lifecycle-1.0.5-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lintr-3.4.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-loo-2.10.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-memoise-2.0.1-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-miniui-0.1.2-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-modelr-0.1.11-r45hc72bb7e_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-munsell-0.5.1-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-numderiv-2016.8_1.1-r45hc72bb7e_7.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-optimparallel-1.0_2-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-otel-0.2.0-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pak-0.11.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-phytools-2.5_2-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pillar-1.11.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgbuild-1.4.8-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgcache-2.2.4-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgconfig-2.0.3-r45hc72bb7e_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgdown-2.2.1-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgload-1.5.3-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-plogr-0.2.0-r45hc72bb7e_1007.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-posterior-1.7.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-praise-1.0.0-r45hc72bb7e_1009.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettycode-1.1.0-r45hc72bb7e_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettyunits-1.2.0-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-progress-1.2.3-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-promises-1.5.0-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.cache-0.17.0-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.methodss3-1.8.2-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.oo-1.27.1-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.utils-2.13.0-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r6-2.6.1-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcmdcheck-1.4.0-r45h785f33e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcolorbrewer-1.1_3-r45h785f33e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch-2.0.0-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch2-2.1.2-r45hc72bb7e_5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-remotes-2.5.0-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-repr-1.1.7-r45h785f33e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-reprex-2.1.1-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rex-1.2.2-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rmarkdown-2.31-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rprojroot-2.1.1-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rstudioapi-0.19.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rversions-3.0.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rvest-1.0.5-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scales-1.4.0-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scatterplot3d-0.3_45-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-selectr-0.6_0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-sessioninfo-1.2.4-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-shiny-1.14.0-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-snow-0.4_4-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-stringr-1.6.0-r45h785f33e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-styler-1.11.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyselect-1.2.1-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyverse-2.0.0-r45h785f33e_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tinytex-0.60-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-urlchecker-2.0.0-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-usethis-3.2.1-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-vioplot-0.5.1-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-viridislite-0.4.3-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-waldo-0.6.2-r45hc72bb7e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-whisker-0.4.1-r45hc72bb7e_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-withr-3.0.3-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xmlparsedata-1.0.5-r45hc72bb7e_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xopen-1.0.1-r45hc72bb7e_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xtable-1.8_8-r45hc72bb7e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/rich-15.0.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-80.10.2-pyh332efcf_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sysroot_linux-64-2.28-h4ee821c_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tinycss2-1.5.1-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/toml-0.10.2-pyhcf101f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-w-1.2.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomlkit-0.15.1-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tqdm-4.70.0-pyh8f84b5b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing-extensions-4.16.0-h69aa097_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xmltodict-1.0.4-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xvfbwrapper-0.2.29-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/yq-4.1.2-pyhcf101f3_1.conda beast: channels: - - url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - - url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ - url: https://conda.anaconda.org/conda-forge/ - url: https://conda.anaconda.org/bioconda/ packages: linux-64: - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.15.1-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-4.0.1-h9948957_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/beast-10.5.0-hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-12.2.0-h15599e2_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-75.1-he02047a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.17-h717163a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.3-h6548e54_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.53-h421ea60_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.41.2-h5347b49_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.1-h5755bd7_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.47-haa7fec5_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.12-h4f16b4b_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-4.0.1-h9948957_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/beast-10.5.0-hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.16.1-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-he90730b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.18.2-h27c8c51_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-ha257d8a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.15-hecca717_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-14.2.1-ha770c72_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-78.3-h54a6638_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.22.2-hbde042b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.2.0-hdb68285_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-h7a8fb5f_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.88.2-h0d30a3d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libharfbuzz-14.2.1-h17a8019_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libharfbuzz-devel-14.2.1-h17a8019_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.2.0-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.2-h9d88235_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.2-ha668962_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.3-h35e630c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.47-haa7fec5_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda default: channels: - - url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - - url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ + - url: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ - url: https://conda.anaconda.org/conda-forge/ - url: https://conda.anaconda.org/bioconda/ packages: linux-64: - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.14-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/argcomplete-3.6.3-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-hbc8128a_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/arpack-3.9.1-nompi_hf03ea27_102.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/aster-1.23-h9948957_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/attr-2.5.2-h39aace5_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/augustus-3.5.0-pl5321h57ba348_8.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bamtools-2.5.3-he132191_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bbmap-39.37-he5f24ec_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-3.1.2-h503566f_5.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/binutils_impl_linux-64-2.45-h9d8b0ac_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotate-1.84.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotationdbi-1.68.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biobase-2.66.0-r44h3df3fcb_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocfilecache-2.14.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocgenerics-0.52.0-r44hdfd78af_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocio-1.16.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biocparallel-1.40.0-r44he5774e6_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biomart-2.62.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biostrings-2.74.0-r44h3df3fcb_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ctc-1.80.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-data-packages-20250625-hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-delayedarray-0.32.0-r44h3df3fcb_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-deseq2-1.46.0-r44he5774e6_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-dexseq-1.52.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-edger-4.4.0-r44h3df3fcb_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genefilter-1.88.0-r44h81e381d_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genelendatabase-1.42.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-geneplotter-1.84.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodb-1.42.0-r44hdfd78af_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodbdata-1.2.13-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicalignments-1.42.0-r44h3df3fcb_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomicfeatures-1.58.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicranges-1.58.0-r44h3df3fcb_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-go.db-3.20.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-goseq-1.58.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-iranges-2.40.0-r44h3df3fcb_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-keggrest-1.46.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-limma-3.62.1-r44h15a9599_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-matrixgenerics-1.18.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-qvalue-2.38.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rhtslib-3.2.0-r44h15a9599_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rsamtools-2.22.0-r44h77050f0_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rtracklayer-1.66.0-r44h15a9599_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4arrays-1.6.0-r44h3df3fcb_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4vectors-0.44.0-r44h3df3fcb_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqlogo-1.72.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-sparsearray-1.6.0-r44h3df3fcb_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-summarizedexperiment-1.36.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-txdbmaker-1.2.0-r44hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-ucsc.utils-1.2.0-r44h9ee0642_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-xvector-0.46.0-r44h15a9599_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-zlibbioc-1.52.0-r44h3df3fcb_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/biopython-1.86-py311h49ec1c0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/blast-2.17.0-h66d330f_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/boost-cpp-1.85.0-h3c6214e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bowtie2-2.5.4-he96a11b_6.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-1.2.0-h41a2e66_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-bin-1.2.0-hf2c8021_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-python-1.2.0-py311h7c6b74e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/busco-6.0.0-pyhdfd78af_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bwidget-1.10.1-ha770c72_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/c-ares-1.34.5-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairocffi-1.7.1-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairosvg-2.8.2-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cd-hit-4.8.1-h5ca1c30_13.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cdbtools-0.99-h077b44d_12.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/certifi-2025.11.12-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cffi-2.0.0-py311h03d9500_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/clustalw-2.1-h9948957_12.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/conda-25.9.1-py311h38be061_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-libmamba-solver-25.4.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/contourpy-1.3.3-py311hdf67eae_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/coreutils-9.5-hd590300_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cpp-expected-1.3.1-h171cf75_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cpython-3.11.14-py311hd8ed1ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cssselect2-0.8.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.17.0-h4e3cde8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dbus-1.16.2-h3c4dab8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/dendropy-5.0.8-pyhdfd78af_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/diamond-2.1.16-h13889ed_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/entrez-direct-24.0-he881be0_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ete3-3.1.3-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/famsa-2.4.1-h9ee0642_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastme-2.1.6.3-h7b50bb2_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastp-1.0.1-heae3180_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fasttree-2.2.0-h7b50bb2_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/filelock-3.20.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fmt-11.2.0-h07f6e7f_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fonttools-4.60.1-py311h3778330_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fsspec-2025.12.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gawk-5.3.1-hcd3d067_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gcc_impl_linux-64-15.2.0-hcacfade_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gettext-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gettext-tools-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gfortran_impl_linux-64-15.2.0-h1b0a18f_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/git-2.51.2-pl5321h28be001_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-2.86.1-hbcf1ec1_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-tools-2.86.1-hf516916_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glpk-5.0-h445213a_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmpy2-2.2.1-py311h92a432a_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gsl-2.7-he838d99_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gst-plugins-base-1.24.11-h651a532_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gstreamer-1.24.11-hc37bda9_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gxx_impl_linux-64-15.2.0-h54ccb8d_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-12.2.0-h15599e2_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/hdf5-1.14.3-nompi_h2d575fe_109.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hisat2-2.2.1-h503566f_8.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hmmer-3.4-hb6cb901_4.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.22.1-h566b1c6_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-75.1-he02047a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/iqtree-3.0.1-h503566f_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/isa-l-2.31.1-hb9d3cd8_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/joblib-1.5.2-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jq-1.8.1-h73b1eb8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsoncpp-1.9.6-hf42df4d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsonpointer-3.0.0-py311h38be061_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/julia-1.12.1-h212faf0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kaldi-5.5.1112-cpu_h7360626_9.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kallisto-0.51.1-h2b92561_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_8.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kiwisolver-1.4.9-py311h724c32c_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kmer-jellyfish-2.3.1-py311pl5321he264feb_6.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.17-h717163a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ld_impl_linux-64-2.45-h1aa0949_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libaec-1.1.4-h3f801dc_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libamd-3.3.3-h456b2da_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-devel-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libavif16-1.3.0-h6395336_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libblas-3.9.0-38_h4a7cf45_openblas.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-1.85.0-h0ccab89_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-devel-1.85.0-h00ab1b0_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-headers-1.85.0-ha770c72_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlicommon-1.2.0-h09219d5_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlidec-1.2.0-hd53d788_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlienc-1.2.0-h02bd7ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbtf-2.3.2-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcamd-3.3.3-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcap-2.77-h3ff7636_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcblas-3.9.0-38_h0358290_openblas.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libccolamd-3.3.4-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcholmod-5.3.1-h9cf07ce_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp21.1-21.1.0-default_h99862b1_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcolamd-3.3.4-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcxsparse-4.4.1-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libev-4.33-hd590300_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libgcc-devel_linux-64-15.2.0-h73f6952_107.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-devel-0.25.1-h3f43e3d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-ng-15.2.0-h69a702a_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgit2-1.9.1-h20a291d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.1-h32235b2_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-15.2.0-h767d61c_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libidn2-2.3.8-hfac485b_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjemalloc-5.3.0-h5888daf_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libklu-2.3.5-h95ff59c_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapack-3.9.0-38_h47877c9_openblas.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapacke-3.9.0-38_h6ae95b6_openblas.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libldl-3.3.2-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libltdl-2.4.3a-h5888daf_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmamba-2.3.2-hae34dd5_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmambapy-2.3.2-py311h52fc1f4_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libogg-1.3.5-hd0c01bc_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-0.3.30-pthreads_h94d23a6_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-ilp64-0.3.30-pthreads_h3e26593_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenlibm4-0.8.1-hd590300_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenssl-static-3.6.0-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopus-1.5.2-hd0c01bc_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libparu-1.0.0-hc6afc67_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.50-h421ea60_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpq-17.6-h3675c94_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/librbio-4.3.4-hf02c80a_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsanitizer-15.2.0-hb13aed2_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsolv-0.7.35-h9463b59_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspex-3.2.3-h9226d62_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspqr-4.3.4-h23b7119_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.51.0-hee844dc_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libstdcxx-devel_linux-64-15.2.0-h73f6952_107.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsuitesparseconfig-7.10.1-h901830b_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsystemd0-257.10-hd0affe5_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtool-2.5.4-h5888daf_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtorch-2.6.0-cpu_generic_haed06de_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libumfpack-6.3.5-h873dde6_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunwind-1.6.2-h9c3ff4c_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libutf8proc-2.11.0-hb04c3b8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libvorbis-1.3.7-h54a6638_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lp_solve-5.5.2.11-hd590300_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lxml-6.0.2-py311hc53b721_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/macse-2.07-hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mafft-7.526-h4bc722e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/make-4.4.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/maven-3.9.11-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mcl-22.282-pl5321h7b50bb2_4.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/menuinst-2.4.1-py311h38be061_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/metaeuk-7.bba0d80-pl5321hd6d6fdc_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/metis-5.1.0-hd0bcaf9_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/miniprot-0.18-h577a1d6_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mmseqs2-18.8cc5c-hd6d6fdc_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/modeltest-ng-0.1.7-hf316886_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpc-1.3.1-h24ddda3_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpfr-4.2.1-h90cbb55_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpi-1.0-openmpi.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mrbayes-3.2.7-hd0d793b_7.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-3.8.1551-h9948957_9.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mysql-connector-c-6.1.11-h659d440_1008.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ncbi-vdb-3.2.1-h9948957_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nlohmann_json-abi-3.12.0-h0f90c79_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nss-3.117-h445c969_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/oniguruma-6.9.10-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openblas-ilp64-0.3.30-pthreads_h3d04fff_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openfst-1.8.3-h84d6215_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.1-h5755bd7_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openlibm-0.8.1-hd590300_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openmpi-4.1.6-hc5af2df_101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/optree-0.18.0-py311hdf67eae_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/orthofinder-3.1.0-hdfd78af_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ossuuid-1.6.2-h5888daf_1001.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/p7zip-16.02-h9c3ff4c_1001.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/paml-4.10.9-h7b50bb2_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandoc-3.8.2.1-ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pango-1.56.4-hadf4263_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pasta-1.9.3-py311hefa8cab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.46-h1321c63_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-build-2.84-pl5321h7b50bb2_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-libxml2-0.17-pl5321h577a1d6_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-app-cpanminus-1.7048-pl5321hd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-archive-tar-3.04-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-3.007-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-data-20210112.006-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-capture-tiny-0.48-pl5321ha770c72_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-carp-1.50-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-class-method-modifiers-2.13-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-common-sense-3.75-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-bzip2-2.214-pl5321hda65f42_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-zlib-2.214-pl5321h4dac143_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-constant-1.33-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-db_file-1.858-pl5321hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-dbi-1.647-pl5321hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-encode-3.21-pl5321hb9d3cd8_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-5.74-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-tiny-1.002002-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-extutils-makemaker-7.70-pl5321hd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-ffi-checklib-0.28-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-chdir-0.1011-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-path-2.18-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-temp-0.2304-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-which-1.24-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-importer-0.026-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-inc-latest-0.500-pl5321ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-io-compress-2.213-pl5321h503566f_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-io-zlib-1.15-pl5321hdfd78af_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-json-4.10-pl5321hdfd78af_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-json-xs-4.04-pl5321h9948957_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-list-moreutils-0.430-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-list-moreutils-xs-0.430-pl5321h7b50bb2_5.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-module-build-0.4234-pl5321ha770c72_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-moo-2.005004-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-parallel-forkmanager-2.04-pl5321hdfd78af_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-parent-0.243-pl5321hd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-path-tiny-0.124-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-pathtools-3.75-pl5321hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-role-tiny-2.002004-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-scalar-list-utils-1.70-pl5321hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-scope-guard-0.21-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-storable-3.15-pl5321hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-sub-info-0.002-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-sub-quote-2.006006-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-term-table-0.025-pl5321hdfd78af_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-fatal-0.016-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-warnings-0.031-pl5321ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-test2-suite-0.000163-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-try-tiny-0.31-pl5321ha770c72_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-types-serialiser-1.01-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-uri-5.34-pl5321ha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-xml-libxml-2.0210-pl5321hf886d80_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-namespacesupport-1.12-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-1.02-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-base-1.09-pl5321hd8ed1ab_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-yaml-1.30-pl5321hdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pillow-12.0.0-py311h07c5bb8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pip-25.3-pyh8b19718_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pluggy-1.6.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pplacer-1.1.alpha19-h9ee0642_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prank-170427-h9948957_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prodigal-2.6.3-h577a1d6_11.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/psauron-1.1.0-pyhdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/psutil-7.1.3-py311haee01d2_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pulseaudio-client-17.0-h9a8bead_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygtrie-2.5.0-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pymongo-4.15.4-py311h1ddb823_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt-5.15.11-py311h0580839_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt5-sip-12.17.0-py311h1ddb823_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyside6-6.9.2-py311h72d58bf_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/python-3.11.14-hd63d673_2_cpython.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python_abi-3.11-8_cp311.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pytorch-2.6.0-cpu_generic_py311_h959c4fd_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt-main-5.15.15-h3a7ef08_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt6-main-6.9.2-h5bd77bc_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-abind-1.4_8-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-amap-0.8_20-r44ha36cffa_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ape-5.8_1-r44h3704496_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparse-2.3.1-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparser-0.7.2-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-askpass-1.2.1-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-assertthat-0.2.1-r44hc72bb7e_6.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-backports-1.5.0-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base-4.4.3-hc038350_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base64enc-0.1_3-r44h54b55ab_1008.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bh-1.87.0_1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-biasedurn-2.0.12-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit-4.6.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit64-4.6.0_1-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bitops-1.0_9-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-blob-1.2.4-r44hc72bb7e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bms-0.3.5-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-brew-1.0_10-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-brio-1.1.5-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-broom-1.0.10-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bslib-0.9.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cachem-1.1.0-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-callr-3.7.6-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-catools-1.18.3-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cellranger-1.1.0-r44hc72bb7e_1008.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-checkmate-2.3.3-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cli-3.6.5-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clipr-0.8.0-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cluster-2.1.8.1-r44heaba542_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clustergeneration-1.3.8-r44ha770c72_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-coda-0.19_4.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-codetools-0.2_20-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-collections-0.3.9-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-colorspace-2.1_2-r44h54b55ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-combinat-0.0_8-r44hc72bb7e_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-commonmark-2.0.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-conflicted-1.2.0-r44h785f33e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cpp11-0.5.2-r44h785f33e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-crayon-1.5.3-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-credentials-2.0.3-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-curl-7.0.0-r44h10955f1_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cyclocomp-1.1.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-data.table-1.17.8-r44h1c8cec4_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbi-1.2.3-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbplyr-2.5.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-deoptim-2.2_8-r44h54b55ab_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-desc-1.4.3-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-devtools-2.4.6-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-diffobj-0.3.6-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-digest-0.6.38-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-distributional-0.5.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-doparallel-1.0.17-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-downlit-0.4.5-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-dplyr-1.1.4-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dtplyr-1.3.2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ellipsis-0.3.2-r44h54b55ab_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-evaluate-1.0.5-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-expm-1.0_0-r44h11cdb10_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fansi-1.0.6-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-farver-2.1.2-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastcluster-1.3.0-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmap-1.2.0-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmatch-1.1_6-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-filelock-1.0.3-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-findpython-1.0.9-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-fontawesome-0.5.3-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-forcats-1.0.1-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-foreach-1.5.2-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-formatr-1.14-r44hc72bb7e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fs-1.6.6-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.logger-1.4.3-r44hc72bb7e_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.options-1.0.1-r44hc72bb7e_1006.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gargle-1.6.0-r44h785f33e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-generics-0.1.4-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gert-2.2.0-r44h5e22a44_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ggplot2-4.0.1-r44h785f33e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gh-1.5.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gitcreds-0.1.2-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-glue-1.8.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googledrive-2.1.2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googlesheets4-1.1.2-r44h785f33e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gplots-3.2.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gridextra-2.3-r44hc72bb7e_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gtable-0.3.6-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gtools-3.9.5-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-haven-2.5.5-r44h6d565e7_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-highr-0.11-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hms-1.1.4-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-htmltools-0.5.8.1-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-htmlwidgets-1.6.4-r44h785f33e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-httpuv-1.6.16-r44h6d565e7_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr-1.4.7-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr2-1.2.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hwriter-1.3.2.1-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ids-1.0.1-r44hc72bb7e_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-igraph-2.1.4-r44hadbbdbc_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ini-0.3.1-r44hc72bb7e_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-inline-0.3.21-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-isoband-0.2.7-r44h3697838_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-iterators-1.0.14-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-jquerylib-0.1.4-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-jsonlite-2.0.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-kernsmooth-2.23_26-r44ha0a88a1_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-knitr-1.50-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-labeling-0.4.3-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lambda.r-1.2.4-r44hc72bb7e_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-languageserver-0.3.16-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-later-1.4.4-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lattice-0.22_7-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lazyeval-0.2.2-r44h54b55ab_6.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lifecycle-1.0.4-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lintr-3.2.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-locfit-1.5_9.12-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-loo-2.8.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lubridate-1.9.4-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-magrittr-2.0.4-r44h54b55ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-maps-3.4.3-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mass-7.3_65-r44h54b55ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrix-1.7_4-r44h0e4624f_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrixstats-1.5.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-memoise-2.0.1-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mgcv-1.9_4-r44h0e4624f_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mime-0.13-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-miniui-0.1.2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mnormt-2.1.1-r44hbcb9c34_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-modelr-0.1.11-r44hc72bb7e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-munsell-0.5.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-nlme-3.1_168-r44heaba542_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-numderiv-2016.8_1.1-r44hc72bb7e_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-openssl-2.3.4-r44h50f7d53_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-optimparallel-1.0_2-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-otel-0.2.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-parallelly-1.46.0-r44h54b55ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-phangorn-2.12.1-r44hf1899b2_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-phytools-2.5_2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pillar-1.11.1-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgbuild-1.4.8-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgconfig-2.0.3-r44hc72bb7e_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgdown-2.2.0-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgload-1.4.1-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-plogr-0.2.0-r44hc72bb7e_1007.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-plyr-1.8.9-r44h3697838_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-png-0.1_8-r44h6b2d295_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-posterior-1.6.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-praise-1.0.0-r44hc72bb7e_1009.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettyunits-1.2.0-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-processx-3.8.6-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-profvis-0.4.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-progress-1.2.3-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-promises-1.5.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ps-1.9.1-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-purrr-1.2.0-r44h54b55ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quadprog-1.5_8-r44ha0a88a1_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quickjsr-1.8.1-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.cache-0.17.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.methodss3-1.8.2-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.oo-1.27.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.utils-2.13.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r6-2.6.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ragg-1.5.0-r44h9f1dc4d_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rappdirs-0.3.3-r44h54b55ab_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcmdcheck-1.4.0-r44h785f33e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcolorbrewer-1.1_3-r44h785f33e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpp-1.1.0-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpparmadillo-15.0.2_2-r44h3704496_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppeigen-0.3.4.0.2-r44h3704496_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppparallel-5.1.11_1-r44hbd9b9cf_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcurl-1.98_1.17-r44hb79926e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readr-2.1.5-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readxl-1.4.5-r44h10e25cc_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch-2.0.0-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch2-2.1.2-r44hc72bb7e_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-remotes-2.5.0-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-repr-1.1.7-r44h785f33e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-reprex-2.1.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-reshape2-1.4.5-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/r-restfulr-0.0.16-r44h5ef9028_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rex-1.2.1-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rjson-0.2.23-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rlang-1.1.6-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rmarkdown-2.30-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-roxygen2-7.3.3-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rprojroot-2.1.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rsqlite-2.4.4-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rstan-2.32.7-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rstudioapi-0.17.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rversions-3.0.0-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rvest-1.0.5-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-s7-0.2.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sass-0.4.10-r44h3697838_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scales-1.4.0-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scatterplot3d-0.3_44-r44h785f33e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-selectr-0.4_2-r44hc72bb7e_5.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-sessioninfo-1.2.3-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-shiny-1.12.1-r44h785f33e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sm-2.2_6.0-r44heaba542_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-snow-0.4_4-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sourcetools-0.1.7_1-r44h3697838_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stanheaders-2.32.10-r44ha36cffa_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-statmod-1.5.1-r44hb1d0f04_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stringi-1.8.7-r44h2dae267_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-stringr-1.6.0-r44h785f33e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-styler-1.11.0-r44hc72bb7e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-survival-3.8_3-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sys-3.4.3-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-systemfonts-1.3.1-r44h74f4acd_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tensora-0.36.2.1-r44h54b55ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-testthat-3.3.1-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-textshaping-1.0.4-r44h74f4acd_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tibble-3.3.0-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tidyr-1.3.1-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyselect-1.2.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyverse-2.0.0-r44h785f33e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-timechange-0.3.0-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tinytex-0.57-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tmvnsim-1.0_2-r44heaba542_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tzdb-0.5.0-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-urlchecker-1.0.1-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-usethis-3.2.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-utf8-1.2.6-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-uuid-1.2_1-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vctrs-0.6.5-r44h3697838_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-vioplot-0.5.1-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-viridislite-0.4.2-r44hc72bb7e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vroom-1.6.6-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-waldo-0.6.2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-whisker-0.4.1-r44hc72bb7e_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-withr-3.0.2-r44hc72bb7e_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xfun-0.54-r44h3697838_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml-3.99_0.17-r44h7c9d5c0_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml2-1.4.0-r44hc6fd541_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xmlparsedata-1.0.5-r44hc72bb7e_4.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xopen-1.0.1-r44hc72bb7e_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xtable-1.8_4-r44hc72bb7e_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-yaml-2.3.10-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zip-2.3.3-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zoo-1.8_14-r44h54b55ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/rav1e-0.7.1-h8fae777_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-8.2.13-h7b50bb2_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-1.2.2-h6747034_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/requests-2.32.5-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/rich-14.2.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml-0.18.16-py311h49ec1c0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml.clib-0.2.14-py311h49ec1c0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/salmon-1.10.3-haf24da9_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/samtools-1.22.1-h96c455f_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scipy-1.16.3-py311h1e13796_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sed-4.9-h6688a6e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sepp-4.5.6-py311haab0aaa_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/seqkit-2.10.1-he881be0_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/seqmagick-0.8.6-pyhdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-80.9.0-pyhff2d567_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/simdjson-4.0.7-hb700be7_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sip-6.10.0-py311h1ddb823_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sqlite-3.51.0-heff268d_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sra-tools-3.2.1-h4304569_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/suitesparse-7.10.1-h5b2951e_7100101.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/svt-av1-3.1.2-hecca717_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_105.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sysroot_linux-64-2.28-h4ee821c_8.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tar-1.35-h3b78370_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-2022.3.0-h8d10470_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-devel-2022.3.0-h74b38a2_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/td2-1.0.6-pyhdfd78af_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tinycss2-1.5.1-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tktable-2.10-h8d826fa_7.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchaudio-2.7.0-cpu_py311h1666e02_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tornado-6.5.2-py311h49ec1c0_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/transdecoder-5.7.1-pl5321hdfd78af_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeshrink-1.3.9-pyhdfd78af_1.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trimal-1.5.0-h9948957_2.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/trimmomatic-0.40-hdfd78af_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trinity-2.15.2-pl5321h077b44d_6.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/truststore-0.10.3-pyhe01879c_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-fatotwobit-482-hdc0a859_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-twobitinfo-482-hdc0a859_0.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/unicodedata2-17.0.0-py311h49ec1c0_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wayland-1.24.0-hd6090a7_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.21.4-hda4d442_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xkeyboard-config-2.46-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xmltodict-1.0.2-pyhcf101f3_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.12-h4f16b4b_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxshmfence-1.3.3-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xvfbwrapper-0.2.15-pyhd8ed1ab_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/yq-3.4.3-pyhe01879c_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_0.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda - - conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb8e6e7a_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/aster-1.25-hc52dbad_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/blast-2.17.0-h66d330f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/diamond-2.2.4-he361c42_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/entrez-direct-24.0-he881be0_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/famsa-2.4.1-h9ee0642_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastme-2.1.6.3-h7b50bb2_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fasttree-2.2.0-h7b50bb2_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/gffread-0.12.9-hf426362_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.23.1-h633afcb_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/iqtree-3.1.3-h8471819_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mcl-22.282-pl5321h7b50bb2_4.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mmseqs2-18.8cc5c-hd6d6fdc_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-5.3-h9948957_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ncbi-vdb-3.4.1-hd63eeec_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-io-compress-2.216-pl5321h503566f_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-json-xs-4.04-pl5321h9948957_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-list-moreutils-xs-0.430-pl5321h7b50bb2_5.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-8.2.13-h7b50bb2_3.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-2.0.2-h870a6a7_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/seqkit-2.13.0-he881be0_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/orthofinder-3.1.5-hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-archive-tar-3.12-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-io-zlib-1.15-pl5321hdfd78af_1.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-json-4.11-pl5321hdfd78af_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-list-moreutils-0.430-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-types-serialiser-1.01-pl5321hdfd78af_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-h4b33fff_4.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/backports.zstd-1.6.0-py312h90b7ffd_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/biopython-1.87-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-1.2.0-hed03a55_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-bin-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/c-ares-1.34.8-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.21.0-hae6b9f4_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ete4-4.4.0-py312h4c3975b_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gawk-5.4.1-h0a3468a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-78.3-h54a6638_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.22.2-hbde042b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ld_impl_linux-64-2.46.1-default_hbd61a6d_102.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-0.25.1-h3f43e3d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libblas-3.11.0-8_h4a7cf45_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlicommon-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlidec-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlienc-1.2.0-hb03c661_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcblas-3.11.0-8_h0358290_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.21.0-hae6b9f4_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libev-4.33-hd590300_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-0.25.1-h3f43e3d_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-ng-16.1.0-h69a702a_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran5-16.1.0-h79bb938_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libidn2-2.3.8-hfac485b_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapack-3.11.0-8_h47877c9_openblas.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-0.3.33-pthreads_h94d23a6_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpsl-0.22.0-hf670292_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.53.4-hf4e2dac_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-16.1.0-hdf11a46_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-16-2.15.3-hca6bf5a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.15.3-h49c6c72_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mafft-7.526-h4bc722e_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpi-1.0-openmpi.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openmpi-4.1.6-hc5af2df_101.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.3-h35e630c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.47-haa7fec5_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-bzip2-2.214-pl5321hda65f42_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-zlib-2.214-pl5321h4dac143_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-encode-3.24-pl5321hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-pathtools-3.75-pl5321hb9d3cd8_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-scalar-list-utils-1.70-pl5321hb03c661_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-storable-3.15-pl5321hb9d3cd8_2.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/readline-8.3-h853b02a_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scikit-learn-1.9.0-np2py312h3226591_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scipy-1.17.1-py312h54fa4ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tk-8.6.13-noxft_hd70dff1_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tmux-3.7b_-hd811a6c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.25.0-h653f8fd_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_3.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/bottle-0.13.4-pyhe01879c_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cheroot-11.1.2-pyhcf101f3_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/h2-4.4.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jaraco.functools-4.6.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/markdown-it-py-4.2.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/more-itertools-11.1.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/narwhals-2.24.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-carp-1.50-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-common-sense-3.75-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-5.74-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-tiny-1.002002-pl5321hd8ed1ab_0.tar.bz2 + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-extutils-makemaker-7.70-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-parent-0.243-pl5321hd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python_abi-3.12-8_cp312.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/rich-15.0.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-83.0.0-pyh332efcf_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda + - conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda packages: -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - md5: d7c89558ba9fa0495403155b64376d81 - license: None - size: 2562 - timestamp: 1578324546067 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - build_number: 16 - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - md5: 73aaf86a425cc6e73fcf236a5a46396d - depends: - - _libgcc_mutex 0.1 conda_forge - - libgomp >=7.5.0 - constrains: - - openmp_impl 9999 - license: BSD-3-Clause - license_family: BSD - size: 23621 - timestamp: 1650670423406 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2 - sha256: e58f9eeb416b92b550e824bcb1b9fb1958dee69abfe3089dfd1a9173e3a0528a - md5: 19f9db5f4f1b7f5ef5f6d67207f25f38 - license: BSD - size: 3566 - timestamp: 1562343890778 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.14-hb9d3cd8_0.conda - sha256: b9214bc17e89bf2b691fad50d952b7f029f6148f4ac4fe7c60c08f093efdf745 - md5: 76df83c2a9035c54df5d04ff81bcc02d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: LGPL-2.1-or-later - license_family: GPL - size: 566531 - timestamp: 1744668655747 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.15.1-hb03c661_0.conda - sha256: 224f1a55a9ba7e877bce980f14fc3e3c0f0fb6d3cbf3c5f1a8f5dd8391ce8bba - md5: bba37fb066adb90e1d876dff0fd5d09d +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/aster-1.25-hc52dbad_0.conda + sha256: 59515b2844a430cc2efb4edb015ac1b62d0afbecd3efe94513a37d0626ac3ded + md5: f3fe6c83e6bcf3565ca4f9a25a056d38 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - license: LGPL-2.1-or-later - license_family: GPL - size: 585491 - timestamp: 1766155792553 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda - sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 - md5: 346722a0be40f6edc53f12640d301338 - depends: - - libgcc-ng >=12 - - libstdcxx-ng >=12 - license: BSD-2-Clause - license_family: BSD - size: 2706396 - timestamp: 1718551242397 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda - sha256: eb68e1ce9e9a148168a4b1e257a8feebffdb0664b557bb526a1e4853f2d2fc00 - md5: 845b38297fca2f2d18a29748e2ece7fa - depends: - - python >=3.9 - license: MIT OR Apache-2.0 - size: 50894 - timestamp: 1737352715041 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/argcomplete-3.6.3-pyhd8ed1ab_0.conda - sha256: a2a1879c53b7a8438c898d20fa5f6274e4b1c30161f93b7818236e9df6adffde - md5: 8f37c8fb7116a18da04e52fa9e2c8df9 - depends: - - python >=3.10 - license: Apache-2.0 - license_family: Apache - size: 42386 - timestamp: 1760975036972 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-hbc8128a_2.conda - sha256: 06ac389ee45049af40aeb9940eacef92f04d6b5741fc1154be282f420479a49f - md5: 03b8874fa70df577f3eee53085d025cf - depends: - - c-ares >=1.28.1,<2.0a0 - - libgcc-ng >=12 - - libsqlite >=3.46.0,<4.0a0 - - libssh2 >=1.11.0,<2.0a0 - - libstdcxx-ng >=12 - - libxml2 >=2.12.7,<2.14.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.3.1,<4.0a0 - license: GPL-2.0-only - license_family: GPL - size: 1638055 - timestamp: 1718840932941 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/arpack-3.9.1-nompi_hf03ea27_102.conda - sha256: 6d71343420292132be0192ddd962b308f7b8a0a0630d1db83fb9d65e8167c6ce - md5: e09af397232ef1070e0b6cbf4c64aacb - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - libgfortran - - libgfortran5 >=13.3.0 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - license: BSD-3-Clause - license_family: BSD - size: 130412 - timestamp: 1736083992796 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/aster-1.23-h9948957_0.tar.bz2 - sha256: 88edc4b9e475a55befe44c144982535ca59b484d127b1ebefdccf3a6443a8d62 - md5: a670e064ff18d1b44deac82e3a00ae8b - depends: - - libgcc >=13 - - libstdcxx >=13 + - libstdcxx >=14 license: AGPL-3.0-or-later license_family: AGPL - size: 1585973 - timestamp: 1753126202062 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/attr-2.5.2-h39aace5_0.conda - sha256: a9c114cbfeda42a226e2db1809a538929d2f118ef855372293bd188f71711c48 - md5: 791365c5f65975051e4e017b5da3abf5 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: GPL-2.0-or-later - license_family: GPL - size: 68072 - timestamp: 1756738968573 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/augustus-3.5.0-pl5321h57ba348_8.tar.bz2 + size: 774601 + timestamp: 1776890636697 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/augustus-3.5.0-pl5321h57ba348_8.tar.bz2 sha256: 1ef9e78d3001af0a5389d33b1978d7f46b444b6c87083462b31ed28b5f9d25c3 md5: c4b20f1ce9c3f1ddaecc5598dbfe1cdf depends: @@ -988,7 +1031,7 @@ packages: - cdbtools - diamond - gsl >=2.7,<2.8.0a0 - - htslib >=1.22,<1.23.0a0 + - htslib >=1.22,<1.24.0a0 - libamd >=3.3.3,<4.0a0 - libblas >=3.9.0,<4.0a0 - libbtf >=2.3.2,<3.0a0 @@ -1029,7 +1072,7 @@ packages: license_family: Other size: 33115645 timestamp: 1751945933327 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bamtools-2.5.3-he132191_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bamtools-2.5.3-he132191_0.tar.bz2 sha256: 18d0c7e69cc6c775184ca7034d8e2f8b6de4a516c3de74792391882ef1bdcd0d md5: e3302f3cd140ded877f39abe612bed08 depends: @@ -1041,18 +1084,18 @@ packages: license_family: MIT size: 783519 timestamp: 1747609084710 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bbmap-39.37-he5f24ec_0.conda - sha256: 58c6741ef8a91be4fbfcc56fb731dd63d839fe3e57f0718685a4650df7d03504 - md5: af30349cd8e50dbe5a653153b7acf06a +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bbmap-39.80-h9b5c0a0_0.conda + sha256: 1dd3a7f23f5a26a610039e22cb3a094ed9d887fd8bef479b7f085d6cb08c397c + md5: 12b5bc66fae5d4826eb2da9e62e89eb0 depends: - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 + - libgcc >=14 - openjdk >=11.0.1 - samtools >=1.22.1,<2.0a0 - license: UC-LBL license (see package) - size: 14175586 - timestamp: 1759800503964 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-3.1.2-h503566f_5.tar.bz2 + license: BSD-3-Clause-LBNL + size: 92552701 + timestamp: 1773170293044 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-3.1.2-h503566f_5.tar.bz2 sha256: c989043bf6aada692da9d1bacd961f6bf333ea4328d659262e98be09388add5e md5: 13cb5591f148d17668f1ea6435f4ab6e depends: @@ -1064,7 +1107,7 @@ packages: license_family: GPL3 size: 272751 timestamp: 1734426483233 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-4.0.1-h9948957_3.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/beagle-lib-4.0.1-h9948957_3.tar.bz2 sha256: 1858a6b234a92baac967e380daf4eb89ca96e44851dd26f00144e0ef3f56843f md5: 135e129beaebcf0fba57fd440380c468 depends: @@ -1074,754 +1117,440 @@ packages: license_family: GPL3 size: 1985669 timestamp: 1748480750171 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/beast-10.5.0-hdfd78af_0.tar.bz2 - sha256: 780da4d9fd2a0507c651d0a1bd6fbd8ac1ca65ca8c69536e636b3fe44fb3d12c - md5: 433688488332192b41de62994f5a45ea +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biobase-2.70.0-r45h01b2380_0.conda + sha256: d23fb8b3abab1d8241a9172fc1a4ca586c31d18cb2c4fb5152c53a6cd659777a + md5: 782edae8ecb3df45c26652d215977957 depends: - - beagle-lib - - openjdk - license: LGPL-2.1-or-later - license_family: LGPL - size: 19339740 - timestamp: 1751501790109 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/binutils_impl_linux-64-2.45-h9d8b0ac_0.conda - sha256: 1733bd616f0e7afdc926e4eb80b00483ebdc51bc6aadf7c4b7242ed93044e25b - md5: 0f846eecce9004022f9706252b143b0f - depends: - - ld_impl_linux-64 2.45 h1aa0949_0 - - sysroot_linux-64 - - zstd >=1.5.7,<1.6.0a0 - license: GPL-3.0-only - size: 3781434 - timestamp: 1763060453906 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotate-1.84.0-r44hdfd78af_0.tar.bz2 - sha256: b3735b7f02560df4ffb7867c71cea2f2247fcc1020d3c3648bd877acacef99f4 - md5: 507b59c419691df87c71503a47f2c9e0 - depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - r-base >=4.4,<4.5.0a0 - - r-dbi - - r-httr - - r-xml - - r-xtable - license: Artistic-2.0 - size: 2122564 - timestamp: 1735020419673 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotationdbi-1.68.0-r44hdfd78af_0.tar.bz2 - sha256: ab45318a99e061a52db5a06d51e56789651a5ac3bff14813b19404b45976f6ba - md5: cdec31da7826d82f22cdebc22c8755d2 - depends: - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-keggrest >=1.46.0,<1.47.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - r-base >=4.4,<4.5.0a0 - - r-dbi - - r-rsqlite - license: Artistic-2.0 - size: 5206121 - timestamp: 1734707761135 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biobase-2.66.0-r44h3df3fcb_0.tar.bz2 - sha256: 5f482a491f073d6e2441dc192c441f06857eb0039695ef564cea17ffe090d57a - md5: 56f651b4dbe8625ba510c7c3233da8a9 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 license: Artistic-2.0 - size: 2674289 - timestamp: 1734316615330 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocfilecache-2.14.0-r44hdfd78af_0.tar.bz2 - sha256: 53f657d4576994865f7c955e12f57e614101e7c2728bab160c1855d9be353185 - md5: 3f79b6f2157a77fce7eca6cd95082212 - depends: - - r-base >=4.4,<4.5.0a0 - - r-curl - - r-dbi - - r-dbplyr >=1.0.0 - - r-dplyr - - r-filelock - - r-httr - - r-rsqlite - license: Artistic-2.0 - size: 987067 - timestamp: 1734194474836 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocgenerics-0.52.0-r44hdfd78af_3.tar.bz2 - sha256: 372f2a4b5f1802dc76347b1e87d8a75fea204304fa5bb3239e54737907761d7d - md5: 8a9defade51c2c2a6b90a4474dcdfdfc - depends: - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 694499 - timestamp: 1738084816476 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocio-1.16.0-r44hdfd78af_0.tar.bz2 - sha256: a8358d5d2c008a119ae6a33020f0e97a70097f0b00b52ac273bd4ad3662b9e61 - md5: b243a91f84910e5e92c40ff42161cb0c - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 472561 - timestamp: 1734490335765 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biocparallel-1.40.0-r44he5774e6_1.tar.bz2 - sha256: b430a140dc4303e07f5ac4ebfeac1f1d3b65822b6d3cedfaa628d331f94403d4 - md5: 09b7ce5c49548c48d102721a0dea6492 + size: 2355711 + timestamp: 1770509543214 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biocparallel-1.44.0-r45ha27e39d_1.conda + sha256: 36d68cab0b0831fec95191f5b254796fe8a7148002b6e9bd92b4afb181ba7e80 + md5: e345dcc373f6e75e2fc7f76bed478688 depends: - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - - r-base >=4.4,<4.5.0a0 - - r-bh + - liblzma >=5.8.2,<6.0a0 + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-bh >=1.87.0 - r-codetools - r-cpp11 - r-futile.logger - r-snow - license: GPL-2 | GPL-3 - size: 1683869 - timestamp: 1738715593687 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biomart-2.62.0-r44hdfd78af_0.tar.bz2 - sha256: 876271767753bb85aa02a4f6de7390ec8cafefc478e3b099b6bc4605ef5b831a - md5: 39cfd13060df28086f6c8e4e35ba35d8 + license: GPL-3.0-only + size: 1005048 + timestamp: 1770430410742 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biostrings-2.78.0-r45h01b2380_0.conda + sha256: b812bbafe431822e0900d4f7738274f86dc63fc7e74f2859db7849e7dce457c0 + md5: 934d2b62a902b8c32e830acb0b171eb6 depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biocfilecache >=2.14.0,<2.15.0 - - r-base >=4.4,<4.5.0a0 - - r-curl - - r-digest - - r-httr2 - - r-progress - - r-rappdirs - - r-stringr - - r-xml2 - license: Artistic-2.0 - size: 944468 - timestamp: 1734753866060 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-biostrings-2.74.0-r44h3df3fcb_1.tar.bz2 - sha256: 87043f05ff80d5a4556986ee4180fc9ab2c5f5a0be049524177f22865e16f08c - md5: 964a5ef8fe0d0e9a599efab3fa7c3a71 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - bioconductor-xvector >=0.46.0,<0.47.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0a0 + - bioconductor-xvector >=0.50.0,<0.51.0 + - bioconductor-xvector >=0.50.0,<0.51.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-crayon license: Artistic-2.0 - size: 14472562 - timestamp: 1737051379092 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ctc-1.80.0-r44hdfd78af_0.tar.bz2 - sha256: a8a24fefd1e2a6548496d08282fca0326cd2883c0bdde367d03c381052b87a7d - md5: 90305a29953c5dc42d2c2ce1b0a3a6a5 + size: 13817085 + timestamp: 1772109380476 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-cigarillo-1.0.0-r45h01b2380_0.conda + sha256: 4a2ab103a3adf5d7fdd9991de6864414a50a8e7147ae76bb7ca007fc034b2ac4 + md5: 6ab909fdafd53f8e1830c99cc87c3c38 depends: - - r-amap - - r-base >=4.4,<4.5.0a0 - license: GPL-2 - size: 351401 - timestamp: 1734202056843 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-data-packages-20250625-hdfd78af_0.tar.bz2 - sha256: 1f684de74f51caaab7aeffbc0821d45b5ae86f94f55bcf84ca285f76dd57b310 - md5: 34d7066b99d7e6769305dcebf0a9de87 - depends: - - curl - - r-base - - yq - license: MIT - size: 256159 - timestamp: 1750854850621 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-delayedarray-0.32.0-r44h3df3fcb_1.tar.bz2 - sha256: ba4f80302cdeed5d9158349f5714c71ca26eac36dc9795c2276d47fef27c0195 - md5: 2a69a0cd9896594a301067804e65b8d0 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0a0 - - bioconductor-s4arrays >=1.6.0,<1.7.0 - - bioconductor-s4arrays >=1.6.0,<1.7.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-sparsearray >=1.6.0,<1.7.0 - - bioconductor-sparsearray >=1.6.0,<1.7.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-biostrings >=2.78.0,<2.79.0 + - bioconductor-biostrings >=2.78.0,<2.79.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 353204 + timestamp: 1772157147717 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-delayedarray-0.36.0-r45h01b2380_0.conda + sha256: 1f1fd7027ffffebeaca5c416f05d91bcd3a05cf1d043ee347fffbcdde6978c01 + md5: 8a5b2ea0550afcb925ff5f267ff741ea + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0a0 + - bioconductor-s4arrays >=1.10.0,<1.11.0 + - bioconductor-s4arrays >=1.10.1,<1.11.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-sparsearray >=1.10.0,<1.11.0 + - bioconductor-sparsearray >=1.10.8,<1.11.0a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-matrix license: Artistic-2.0 - size: 2625964 - timestamp: 1738828407347 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-deseq2-1.46.0-r44he5774e6_1.tar.bz2 - sha256: 3246fe045acf88745f70dc0dd34be27fccd4086e6f7528c1e6667838fc5a92c2 - md5: edfea8b9e0555db0870cdcc504b8f032 + size: 2204619 + timestamp: 1772123650559 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-deseq2-1.50.2-r45ha27e39d_0.conda + sha256: fad846a312218b9f6a0c414d92c599cfe4e21207d2c01d59481753d50498fbcd + md5: d324936eb205e984f7e1a2a573df98f8 depends: - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biobase >=2.66.0,<2.67.0a0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-biocparallel >=1.40.0,<1.41.0 - - bioconductor-biocparallel >=1.40.0,<1.41.0a0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-summarizedexperiment >=1.36.0,<1.37.0 - - bioconductor-summarizedexperiment >=1.36.0,<1.37.0a0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biobase >=2.70.0,<2.71.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-biocparallel >=1.44.0,<1.45.0 + - bioconductor-biocparallel >=1.44.0,<1.45.0a0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-genomicranges >=1.62.1,<1.63.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-summarizedexperiment >=1.40.0,<1.41.0 + - bioconductor-summarizedexperiment >=1.40.0,<1.41.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-ggplot2 >=3.4.0 - r-locfit - r-matrixstats - r-rcpp >=0.11.0 - r-rcpparmadillo license: LGPL (>= 3) - size: 3236077 - timestamp: 1744730254165 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-dexseq-1.52.0-r44hdfd78af_0.tar.bz2 - sha256: b0901cfc7c521d5392c32410713510df40600b6d17a29bdfe59a9dd7eea7d582 - md5: b7daa61b3b8db8fee2c58a84c4d97102 + size: 3212299 + timestamp: 1772313176684 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-edger-4.8.2-r45h262fe30_1.conda + sha256: e227579dff1b1ff504d488c2292920202e159c0b829a40ed2950c15da381ecc4 + md5: a0452c3175aa33d87707eeea88ed5458 depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocparallel >=1.40.0,<1.41.0 - - bioconductor-biomart >=2.62.0,<2.63.0 - - bioconductor-deseq2 >=1.46.0,<1.47.0 - - bioconductor-genefilter >=1.88.0,<1.89.0 - - bioconductor-geneplotter >=1.84.0,<1.85.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-rsamtools >=2.22.0,<2.23.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-summarizedexperiment >=1.36.0,<1.37.0 - - r-base >=4.4,<4.5.0a0 - - r-hwriter - - r-rcolorbrewer - - r-statmod - - r-stringr - license: GPL (>= 3) - size: 2223736 - timestamp: 1735163849673 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-edger-4.4.0-r44h3df3fcb_0.tar.bz2 - sha256: 2930abe22ca41521a6d09d6b042bd6cf2c99ba55ead766924de37a3c9e60599c - md5: 249af741dc8dac49eb847ac323b1f2ab - depends: - - bioconductor-limma >=3.62.0,<3.63.0 - - bioconductor-limma >=3.62.0,<3.63.0a0 + - __glibc >=2.17,<3.0.a0 + - bioconductor-limma >=3.66.0,<3.67.0 + - bioconductor-limma >=3.66.0,<3.67.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.3,<6.0a0 + - libzlib >=1.3.2,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-locfit license: GPL (>=2) - size: 2935132 - timestamp: 1734215006388 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genefilter-1.88.0-r44h81e381d_1.tar.bz2 - sha256: f06d4a75cbec527e19ccd800221dbfc160cfafe9abd9a670245d1cdf03c9fcdf - md5: c28ab340e270bb9804e55bcae072edb7 + size: 2762673 + timestamp: 1782976130677 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genefilter-1.92.0-r45h9e4a190_0.conda + sha256: 4fa00873e42ccf590a96bae48584732ef4550b207bcb04749fbd849353c3b0bc + md5: 2d27c5644beb871dbc59a12b15df8d00 depends: - - bioconductor-annotate >=1.84.0,<1.85.0 - - bioconductor-annotate >=1.84.0,<1.85.0a0 - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-annotationdbi >=1.68.0,<1.69.0a0 - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biobase >=2.66.0,<2.67.0a0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0a0 + - bioconductor-annotate >=1.88.0,<1.89.0 + - bioconductor-annotate >=1.88.0,<1.89.0a0 + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-annotationdbi >=1.72.0,<1.73.0a0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biobase >=2.70.0,<2.71.0a0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - libgfortran - - libgfortran5 >=13.3.0 + - libgfortran5 >=14.3.0 - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=13 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-survival license: Artistic-2.0 - size: 1525961 - timestamp: 1738804069812 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genelendatabase-1.42.0-r44hdfd78af_0.tar.bz2 - sha256: f8cb2c5fbdc0c492495c907558ab5ddda440a3b937a47da3c8d524c040ba351f - md5: 1618f198361b9e897b11fa092c51af84 + size: 1258757 + timestamp: 1772371303776 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicalignments-1.46.0-r45h01b2380_0.conda + sha256: 45c541fa9b9059e4059361e16729b89c82cf27af2364c40aa136e59ac3fd6f59 + md5: 8f30df1424866b0b60fc0e6b2be66671 depends: - - bioconductor-data-packages >=20241103 - - bioconductor-genomicfeatures >=1.58.0,<1.59.0 - - bioconductor-rtracklayer >=1.66.0,<1.67.0 - - bioconductor-txdbmaker >=1.2.0,<1.3.0 - - curl - - r-base >=4.4,<4.5.0a0 - license: LGPL (>= 2) - size: 12542 - timestamp: 1735061658097 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-geneplotter-1.84.0-r44hdfd78af_0.tar.bz2 - sha256: 93cc1630f13c4c752e4289a339b6e4695366e071603de4bbac2e6785f056ed13 - md5: 3e0af117beaa027ee105bff96aaaef80 - depends: - - bioconductor-annotate >=1.84.0,<1.85.0 - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - r-base >=4.4,<4.5.0a0 - - r-lattice - - r-rcolorbrewer - license: Artistic-2.0 - size: 1910336 - timestamp: 1735149345431 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodb-1.42.0-r44hdfd78af_2.tar.bz2 - sha256: 7d7289e06ccb215f3663c96ead00e3a53261fdd2d4ff8b529a78b1a15d6c415a - md5: 52f21aeff5a62bf53a37a4ad4d197e06 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-genomeinfodbdata >=1.2.0,<1.3.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-ucsc.utils >=1.2.0,<1.3.0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 4413229 - timestamp: 1738086236263 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodbdata-1.2.13-r44hdfd78af_0.tar.bz2 - sha256: ac34a7919b6307dfcdc95c50c3dc5c01838edd43f214329549758fd236775fd9 - md5: 06d453df3bc59956a3ffac7674652f44 - depends: - - bioconductor-data-packages >=20241103 - - curl - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 8473 - timestamp: 1734410193685 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicalignments-1.42.0-r44h3df3fcb_1.tar.bz2 - sha256: 56ecf5446fb6db334e5dca1b5a7cfd91cceb15090cec7dbaab6c31cf4c65365e - md5: 0da43a7c1e52e9b864035831636d2876 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-biocparallel >=1.40.0,<1.41.0 - - bioconductor-biocparallel >=1.40.0,<1.41.0a0 - - bioconductor-biostrings >=2.74.0,<2.75.0 - - bioconductor-biostrings >=2.74.0,<2.75.0a0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0a0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-rsamtools >=2.22.0,<2.23.0 - - bioconductor-rsamtools >=2.22.0,<2.23.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-summarizedexperiment >=1.36.0,<1.37.0 - - bioconductor-summarizedexperiment >=1.36.0,<1.37.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-biocparallel >=1.44.0,<1.45.0 + - bioconductor-biocparallel >=1.44.0,<1.45.0a0 + - bioconductor-biostrings >=2.78.0,<2.79.0 + - bioconductor-biostrings >=2.78.0,<2.79.0a0 + - bioconductor-cigarillo >=1.0.0,<1.1.0 + - bioconductor-cigarillo >=1.0.0,<1.1.0a0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-genomicranges >=1.62.1,<1.63.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-rsamtools >=2.26.0,<2.27.0 + - bioconductor-rsamtools >=2.26.0,<2.27.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0a0 + - bioconductor-summarizedexperiment >=1.40.0,<1.41.0 + - bioconductor-summarizedexperiment >=1.40.0,<1.41.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 2458572 - timestamp: 1744676929879 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomicfeatures-1.58.0-r44hdfd78af_0.tar.bz2 - sha256: a505f548b425830b61e0edb326235140b9f30b097e6312d8dd6c8882814495c1 - md5: b48b0aac0547a72e987f92a80cbffaf2 - depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biostrings >=2.74.0,<2.75.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-rtracklayer >=1.66.0,<1.67.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - r-base >=4.4,<4.5.0a0 - - r-dbi - license: Artistic-2.0 - size: 1471012 - timestamp: 1735052808971 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicranges-1.58.0-r44h3df3fcb_2.tar.bz2 - sha256: 175012b124573b042d9733230f42ddc1b40a27de04e70b03703159957164de99 - md5: 2200bf0109f17b793a1e0140f74e0d1a - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - bioconductor-xvector >=0.46.0,<0.47.0a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 2552945 - timestamp: 1738827563344 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-go.db-3.20.0-r44hdfd78af_0.tar.bz2 - sha256: 603de2a2290d00c04b42fc3e94727da7cc2ea844c32d6d6d2a330de08eb31d64 - md5: cb2a625288943786368e8423d925ffad - depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-data-packages >=20241103 - - curl - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 9006 - timestamp: 1734919500598 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-goseq-1.58.0-r44hdfd78af_0.tar.bz2 - sha256: 37b094acb8b36ad7629e4fa60670ab1d297539e9f65c79beeb3c32f91f9253a6 - md5: 83a3b3a873c5bebd186e4b48727adea2 - depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-genelendatabase >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomicfeatures >=1.58.0,<1.59.0 - - bioconductor-go.db >=3.20.0,<3.21.0 - - bioconductor-rtracklayer >=1.66.0,<1.67.0 - - r-base >=4.4,<4.5.0a0 - - r-biasedurn - - r-mgcv - license: LGPL (>= 2) - size: 1938603 - timestamp: 1735069393180 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-iranges-2.40.0-r44h3df3fcb_2.tar.bz2 - sha256: 5103487434961fb2c62af257d45663200fe2cbbd50b861678d95e0ec46556648 - md5: f2e8f02a2987ccaf39a22c36fa0e9fa8 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 2618729 - timestamp: 1738085553927 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-keggrest-1.46.0-r44hdfd78af_0.tar.bz2 - sha256: d16c8d24cf2f04e3392081111cd8b8690c0e33ebea77d2208c236a7a0e46645c - md5: dd1a6a8509dc43cec9a22754eec1bef3 - depends: - - bioconductor-biostrings >=2.74.0,<2.75.0 - - r-base >=4.4,<4.5.0a0 - - r-httr - - r-png - license: Artistic-2.0 - size: 435387 - timestamp: 1734646496598 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-limma-3.62.1-r44h15a9599_1.tar.bz2 - sha256: 1aa970c6ca0ffa1a412b19c1a09c19a6061f79db95a9bf424c47bd8e4cc9a645 - md5: f98d28949c8fbfcfa8e7073512d4bbee - depends: - - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - liblzma >=5.6.4,<6.0a0 + - liblzma >=5.8.2,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 2149843 + timestamp: 1772321250705 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-genomicranges-1.62.1-r45h01b2380_0.conda + sha256: 0d5ea1e661e10cfeecf763a7466efebc616ca55a2c9f6ce33cbe41c7eb1a0a4b + md5: 5dd6ca03e419938e6e4e3bc6b7796b45 + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 2306994 + timestamp: 1772108656670 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-iranges-2.44.0-r45h01b2380_1.conda + sha256: 964697eeaeb946ecfe076f3b43eec9bafa018ef21d2dc3555d6c28ca817e4d79 + md5: d6811165f0b3db78b08fdc2c4938bc4e + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 2344215 + timestamp: 1770546527540 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-limma-3.66.0-r45h01b2380_0.conda + sha256: c8dcbf3abfc0c1cf4ff6e68c828e0c59052c2b65dd3dd15aa1d39dbca679991e + md5: 54dbec67b82ef291760cb0c2927c5002 + depends: + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-statmod - license: GPL (>=2) - size: 3209741 - timestamp: 1738707632241 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-matrixgenerics-1.18.0-r44hdfd78af_0.tar.bz2 - sha256: 4285ed22931da41e368946c3d89901df479421a148ef83ad2c0f1378c5f59a28 - md5: d1b86fcb6d7e4d3c9fe67817c739b5a7 + license: GPL-2.0-or-later + size: 3099884 + timestamp: 1770417840293 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rhtslib-3.6.0-r45h01b2380_0.conda + sha256: 445053c31623ac1a86b903d768fdad86817cd1a7a4e43597348b1708ea3025d2 + md5: bd7088883a6bab12cdcddd9fb5acaff8 depends: - - r-base >=4.4,<4.5.0a0 - - r-matrixstats >=1.4.1 - license: Artistic-2.0 - size: 505327 - timestamp: 1734198685067 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-qvalue-2.38.0-r44hdfd78af_0.tar.bz2 - sha256: 41264a1aedf63b1d335af56828a7d42f41bbbbac68e107d4e5bfbddfd066cc6e - md5: 68d6f0e442750f3aab1d71b8f8c4e0bb - depends: - - r-base >=4.4,<4.5.0a0 - - r-ggplot2 - - r-reshape2 - license: LGPL - size: 2849292 - timestamp: 1734185009029 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rhtslib-3.2.0-r44h15a9599_2.tar.bz2 - sha256: b0dc13067a74531d912e31e2dd50e00214642c0a87dbe94c0f0841ca2151be5c - md5: cd4f1045bdf924b91a2cbb32e6af1fc3 - depends: - - bioconductor-zlibbioc >=1.52.0,<1.53.0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - liblzma >=5.8.1,<6.0a0 + - liblzma >=5.8.2,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL (>= 2) - size: 2562091 - timestamp: 1744651787460 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rsamtools-2.22.0-r44h77050f0_1.tar.bz2 - sha256: 05456081875d82b154b28052b33577f10fbd3965c99f69fd6f79911ba700f049 - md5: 954a9309fd39dfa2b398b4a1770dbb9a + size: 1679810 + timestamp: 1770479452206 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rsamtools-2.26.0-r45ha27e39d_0.conda + sha256: 0a3c5d96dcc52d9f986ad07e32ae2be8b7b11fdecac0b62e69b1fcb3519e7b0f + md5: f732af00e74dd2e232f3282f7e5fbe4b depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-biocparallel >=1.40.0,<1.41.0 - - bioconductor-biocparallel >=1.40.0,<1.41.0a0 - - bioconductor-biostrings >=2.74.0,<2.75.0 - - bioconductor-biostrings >=2.74.0,<2.75.0a0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0a0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-rhtslib >=3.2.0,<3.3.0 - - bioconductor-rhtslib >=3.2.0,<3.3.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - bioconductor-xvector >=0.46.0,<0.47.0a0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-biocparallel >=1.44.0,<1.45.0 + - bioconductor-biocparallel >=1.44.0,<1.45.0a0 + - bioconductor-biostrings >=2.78.0,<2.79.0 + - bioconductor-biostrings >=2.78.0,<2.79.0a0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-genomicranges >=1.62.1,<1.63.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-rhtslib >=3.6.0,<3.7.0 + - bioconductor-rhtslib >=3.6.0,<3.7.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0a0 + - bioconductor-xvector >=0.50.0,<0.51.0 + - bioconductor-xvector >=0.50.0,<0.51.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - liblzma >=5.8.1,<6.0a0 - - libstdcxx >=13 + - liblzma >=5.8.2,<6.0a0 + - libstdcxx >=14 - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-bitops license: Artistic-2.0 | file LICENSE - size: 4270321 - timestamp: 1744652153795 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rtracklayer-1.66.0-r44h15a9599_1.tar.bz2 - sha256: 5ce937215c5f3aef4c0dcbc63db606fb406796d75f03a186a33fe6f0e2fe5693 - md5: 722f9e9393267173248af400a48c6ac2 + size: 2892740 + timestamp: 1772161228791 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-rtracklayer-1.70.1-r45h01b2380_0.conda + sha256: 93058659bd8edaab1bdac3bba35894ced88b98d2e45b997c261e0591fc0f1b46 + md5: b9c342afd657940940f8b85286e2a2db depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-biocio >=1.16.0,<1.17.0 - - bioconductor-biocio >=1.16.0,<1.17.0a0 - - bioconductor-biostrings >=2.74.0,<2.75.0 - - bioconductor-biostrings >=2.74.0,<2.75.0a0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0a0 - - bioconductor-genomicalignments >=1.42.0,<1.43.0 - - bioconductor-genomicalignments >=1.42.0,<1.43.0a0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-rsamtools >=2.22.0,<2.23.0 - - bioconductor-rsamtools >=2.22.0,<2.23.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - bioconductor-xvector >=0.46.0,<0.47.0a0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-biocio >=1.20.0,<1.21.0 + - bioconductor-biocio >=1.20.0,<1.21.0a0 + - bioconductor-biostrings >=2.78.0,<2.79.0 + - bioconductor-biostrings >=2.78.0,<2.79.0a0 + - bioconductor-genomicalignments >=1.46.0,<1.47.0 + - bioconductor-genomicalignments >=1.46.0,<1.47.0a0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-genomicranges >=1.62.1,<1.63.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-rsamtools >=2.26.0,<2.27.0 + - bioconductor-rsamtools >=2.26.0,<2.27.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0a0 + - bioconductor-xvector >=0.50.0,<0.51.0 + - bioconductor-xvector >=0.50.0,<0.51.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-curl - r-httr - r-restfulr >=0.0.13 - - r-restfulr >=0.0.15,<0.1.0a0 + - r-restfulr >=0.0.16,<0.1.0a0 - r-xml >=1.98-0 license: Artistic-2.0 + file LICENSE - size: 5622285 - timestamp: 1744677326188 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4arrays-1.6.0-r44h3df3fcb_1.tar.bz2 - sha256: 8ec7155203462c542da0565c702261a87ba5cf7b5b2a6998fdbc9eca728d453c - md5: a6774527b21da1eb7a99b3839301ab57 + size: 5216426 + timestamp: 1772448668362 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4arrays-1.10.1-r45h01b2380_0.conda + sha256: 0b8729dc75999ab80ff333242f1052de1642f2f5653d344c06a652143b1326bd + md5: 0b2ad083cc4002a36926c7c31be1c5c8 depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 - r-abind - - r-base >=4.4,<4.5.0a0 - - r-crayon + - r-base >=4.5,<4.6.0a0 - r-matrix license: Artistic-2.0 - size: 1069423 - timestamp: 1744662789860 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4vectors-0.44.0-r44h3df3fcb_2.tar.bz2 - sha256: 08b6d33a61aca360a98d2188bc4ca9d2a780683e280c4b789cdb7d285719e07e - md5: 13bdbde9c9496802b7974d006f22fe11 + size: 1027424 + timestamp: 1770628251018 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-s4vectors-0.48.0-r45h01b2380_1.conda + sha256: d6ffd7388683d03ab6133a3f8efdb69d917718a54c3d08b744c1b4910b876e82 + md5: db7c8f69c137a9a97a11518ce59ca149 depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 license: Artistic-2.0 - size: 2780446 - timestamp: 1738085295539 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqlogo-1.72.0-r44hdfd78af_0.tar.bz2 - sha256: 57c6528aa7d0cc525c33fe8fcfdc98f4fed1073a3a97569fd478283ba4929ede - md5: 0e5767fd35b1907a6f26a36adf678927 + size: 2061150 + timestamp: 1770508921246 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-sparsearray-1.10.8-r45h01b2380_0.conda + sha256: 7f1f2c6012e51daa1d5ea291b7928e396763dd073ebef228f2352118d4287096 + md5: 2b73e1653c675b4ba118bb085862771c depends: - - r-base >=4.4,<4.5.0a0 - license: LGPL (>= 2) - size: 645174 - timestamp: 1734197222701 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-sparsearray-1.6.0-r44h3df3fcb_1.tar.bz2 - sha256: 244993331f46f90037905c31f17e2aa49871d366f2b0f40817942a15c3a2426f - md5: 143242d9cf4199b8f26c2552b61d2049 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0a0 - - bioconductor-s4arrays >=1.6.0,<1.7.0 - - bioconductor-s4arrays >=1.6.0,<1.7.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-xvector >=0.46.0,<0.47.0 - - bioconductor-xvector >=0.46.0,<0.47.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0a0 + - bioconductor-s4arrays >=1.10.0,<1.11.0 + - bioconductor-s4arrays >=1.10.1,<1.11.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - bioconductor-xvector >=0.50.0,<0.51.0 + - bioconductor-xvector >=0.50.0,<0.51.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 + - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 - r-matrix - r-matrixstats license: Artistic-2.0 - size: 1878617 - timestamp: 1744663082341 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-summarizedexperiment-1.36.0-r44hdfd78af_0.tar.bz2 - sha256: 163f500839b6aee3d5b1b836ffe2241d84188cf2047a15f6333d4b54cb8d3157 - md5: 144e795fdb25d213899e249bcb538bc4 + size: 1636745 + timestamp: 1772107896548 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-xvector-0.50.0-r45h01b2380_0.conda + sha256: c0921f72138df07e69bdae7c16cc1b35deebfaf0fa93e16dfa731838a6c358b7 + md5: ec982ddb97e04a6b40454395fd2dd229 depends: - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-delayedarray >=0.32.0,<0.33.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-matrixgenerics >=1.18.0,<1.19.0 - - bioconductor-s4arrays >=1.6.0,<1.7.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - r-base >=4.4,<4.5.0a0 - - r-matrix - license: Artistic-2.0 - size: 1910957 - timestamp: 1734708289157 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-txdbmaker-1.2.0-r44hdfd78af_0.tar.bz2 - sha256: 07288c7c4fdbc193145c671af603e6278c78d74ee0a0aa493f00a229a280caa8 - md5: d25b525f31267207fff3f05ed1e2c859 - depends: - - bioconductor-annotationdbi >=1.68.0,<1.69.0 - - bioconductor-biobase >=2.66.0,<2.67.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocio >=1.16.0,<1.17.0 - - bioconductor-biomart >=2.62.0,<2.63.0 - - bioconductor-genomeinfodb >=1.42.0,<1.43.0 - - bioconductor-genomicfeatures >=1.58.0,<1.59.0 - - bioconductor-genomicranges >=1.58.0,<1.59.0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-rtracklayer >=1.66.0,<1.67.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-ucsc.utils >=1.2.0,<1.3.0 - - r-base >=4.4,<4.5.0a0 - - r-dbi - - r-httr - - r-rjson - - r-rsqlite >=2.0 - license: Artistic-2.0 - size: 1251769 - timestamp: 1735056720217 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-ucsc.utils-1.2.0-r44h9ee0642_1.tar.bz2 - sha256: b44c061b88b91fd7666d483f1fa7de46532fb936c74e54e30d31900181f3d18d - md5: 1653b8e9eb24949cc045e21ad21927b6 - depends: - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - r-base >=4.4,<4.5.0a0 - - r-httr - - r-jsonlite - license: Artistic-2.0 - size: 315595 - timestamp: 1738085766116 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-xvector-0.46.0-r44h15a9599_2.tar.bz2 - sha256: 0e9ff1ff36d2aef4999ff248785e7bde5ffc825cd95466a1df52732d45cf9c77 - md5: 1ce6efc6cb59e8ce10ec4cb722ece013 - depends: - - bioconductor-biocgenerics >=0.52.0,<0.53.0 - - bioconductor-biocgenerics >=0.52.0,<0.53.0a0 - - bioconductor-iranges >=2.40.0,<2.41.0 - - bioconductor-iranges >=2.40.0,<2.41.0a0 - - bioconductor-s4vectors >=0.44.0,<0.45.0 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0 - - bioconductor-zlibbioc >=1.52.0,<1.53.0a0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0a0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-iranges >=2.44.0,<2.45.0a0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - size: 743866 - timestamp: 1738086002632 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bioconductor-zlibbioc-1.52.0-r44h3df3fcb_2.tar.bz2 - sha256: 9d9c1f20cec2bac9c259b1e7798795e61c92573cfea74b5fda739c37a118cf6a - md5: 1f08126acbb2d9a8835aba0b1a7bf9e2 - depends: - - libblas >=3.9.0,<4.0a0 - - libgcc >=13 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 + file LICENSE - size: 254875 - timestamp: 1738085054154 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/biopython-1.86-py311h49ec1c0_0.conda - sha256: edb6339d4714f642d7d97649b4e379cc513a15f1e666a4a3d19fec4a883c2296 - md5: e52878a5c94017b6f7c033ba7d26bc6b - depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - numpy - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: LicenseRef-Biopython - size: 3323306 - timestamp: 1761734827058 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/blast-2.17.0-h66d330f_0.conda + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 641687 + timestamp: 1770628594641 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/blast-2.17.0-h66d330f_0.conda sha256: 53a319c984d8aafcf7f2d7d4c21ad2590e1bacd674443e09d79ac19694ccf99a md5: 405ce6d52eba06fcd48197ae1eb8f5a9 depends: @@ -1841,16 +1570,1355 @@ packages: license: NCBI-PD size: 84832339 timestamp: 1754909742570 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/boltons-25.0.0-pyhd8ed1ab_0.conda - sha256: ea5f4c876eff2ed469551b57f1cc889a3c01128bf3e2e10b1fea11c3ef39eac2 - md5: c7eb87af73750d6fd97eff8bbee8cb9c +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bowtie2-2.5.5-ha27dd3b_0.conda + sha256: 64c666e17228b41c1d4a7ab0ad505b58f50e2ff2e08f22cb2bbbd289090296e4 + md5: af24eb11ce11479ee06d7dc499da0a28 depends: - - python >=3.9 + - _openmp_mutex >=4.5 + - libgcc >=14 + - libgomp + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + - perl + - python + - zstd >=1.5.7,<1.6.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 11604543 + timestamp: 1771303108096 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cd-hit-4.8.1-h5ca1c30_13.tar.bz2 + sha256: 8793a98a7c93b9ade5caaa85e6eeccec69d774c197b772a8132373de2d6ce8e1 + md5: 8b5beac305bcf38b77be27e0233e4076 + depends: + - _openmp_mutex >=4.5 + - libgcc >=13 + - libgomp + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 185148 + timestamp: 1745532039886 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cdbtools-0.99-h077b44d_12.tar.bz2 + sha256: b70324c9af58110d40b8ed9b5210fe7829cadd59ffef66cf01fa818cc9476fa6 + md5: 6b938da47db28f06ca9258f92d80e7cb + depends: + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + license: Public Domain + size: 80142 + timestamp: 1744771014271 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/clustalw-2.1-h9948957_12.tar.bz2 + sha256: d82a95c35cfdb590c266131fdbb0ec62c7977a1edbc95ac43a03220886c855a4 + md5: 5989fcb871dabc90d1bb5de3d5c79185 + depends: + - libgcc >=13 + - libstdcxx >=13 + license: LGPL-3.0-or-later + license_family: LGPL + size: 384703 + timestamp: 1738739696573 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/diamond-2.2.4-he361c42_0.conda + sha256: 8ad6583af96914e1514189ef04e500f06c2b57432e73991df7fed0dff80e9285 + md5: ab318333e4b9e42bc4f2842c2cc2eafe + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libsqlite >=3.53.3,<4.0a0 + - libstdcxx >=14 + - libzlib >=1.3.2,<2.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 3089663 + timestamp: 1783945760398 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/entrez-direct-24.0-he881be0_0.tar.bz2 + sha256: 71a8f349659c9c18efa544663de2db1a20b5e3d32f8e4e88cd33110a0caf4eb3 + md5: 52a3fabee9201c2c6093c13b4eaf29b4 + depends: + - wget + license: Public Domain + size: 17127014 + timestamp: 1748473197798 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/famsa-2.4.1-h9ee0642_0.tar.bz2 + sha256: c4a54b4199ffa7e63b162dc3514889d3481531cdd9fd41b86e83bc049630cd93 + md5: 315177feab042829efe7a14054b5ac53 + license: GPL-3.0-or-later + license_family: GPL3 + size: 1389689 + timestamp: 1752619191048 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastme-2.1.6.3-h7b50bb2_1.tar.bz2 + sha256: a99eb1eb5bf1e6db0cab86423c404eb3b0922b6d36b5511ba77597c4e1346761 + md5: 4c2c2ac65080caab30d3b735eb867388 + depends: + - libgcc >=13 + license: GPL-3.0-only + license_family: GPL3 + size: 152311 + timestamp: 1733934328397 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastp-1.3.6-h43da1c4_0.conda + sha256: f82bb110034f139095659eec09771f20772f5f63aa3b28af4697b9ddca831117 + md5: 0cc081919b1a2f80ce6cb120fa7dc0f5 + depends: + - isa-l >=2.31.1,<3.0a0 + - libdeflate >=1.25,<1.26.0a0 + - libgcc >=14 + - libhwy >=1.3.0,<1.4.0a0 + - libstdcxx >=14 + license: MIT + license_family: MIT + size: 2930590 + timestamp: 1782721057478 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fasttree-2.2.0-h7b50bb2_1.conda + sha256: d9a6d06fab5f22e5d6a0dfcaf2d51fa07fd9b080f12794ab53e60b1ea1d3ac97 + md5: 2d5c9b69e3dd027849eb8e29ca2bebae + depends: + - _openmp_mutex >=4.5 + - libgcc >=13 + - libgomp + license: GPL-2.0-or-later + license_family: GPL + size: 197973 + timestamp: 1764102501456 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/gffread-0.12.9-hf426362_0.conda + sha256: c67d43d8b7ba3ec551e032e3e5bb3ef92d2dd0c980bc2e28ccd67b8b58e374b5 + md5: 0890ce6cac4d56b94b4e8dd107453ced + depends: + - libgcc >=14 + - libstdcxx >=14 + - libzlib >=1.3.2,<2.0a0 + license: MIT + license_family: MIT + size: 130542 + timestamp: 1775873732109 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hisat2-2.2.2-h503566f_0.conda + sha256: 406c7fcfd48ade565e204144ddf908d7b7ec79e9ebf0f9d454734b6f26c07ef9 + md5: 5f076a8f52c2e67ed5ff65b9146397b8 + depends: + - libgcc >=13 + - libstdcxx >=13 + - perl + - python >3.5 + license: GPL-3.0 + license_family: GPL + size: 12538525 + timestamp: 1769542213562 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hmmer-3.4-hb6cb901_4.tar.bz2 + sha256: 604f55ee1f16a9f3c2d07f90eeb4331f5b9c1dca8ed1b70e0fea3bf81b140310 + md5: 689f962720e131fe4849e2909181120a + depends: + - gsl >=2.7,<2.8.0a0 + - libgcc >=13 + - openmpi >=4.1.6,<5.0a0 + license: BSD + license_family: BSD + size: 11913715 + timestamp: 1746006254153 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.23-h566b1c6_0.conda + sha256: 71f16369db0a32da447e7f244f2e9db5db801335a0dbc9189adf0d0d673fb779 + md5: 307124911d36a3d976cd76f350085ead + depends: + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.17.0,<9.0a0 + - libdeflate >=1.22,<1.26.0a0 + - libgcc >=13 + - liblzma >=5.8.1,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.6.0,<4.0a0 + license: MIT + license_family: MIT + size: 1197549 + timestamp: 1765902682113 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.23.1-h633afcb_0.conda + sha256: d0977efb1885c9f00ca76ee13e7c0f9a8936bf271eec25ffa78606cd816a13c9 + md5: 209caa9e4ff0b9ed02dd09c3161917e5 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libcurl >=8.19.0,<9.0a0 + - libdeflate >=1.25,<1.26.0a0 + - libgcc >=14 + - liblzma >=5.8.2,<6.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.5.5,<4.0a0 + license: MIT + license_family: MIT + size: 1195461 + timestamp: 1773854995668 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/iqtree-3.1.3-h8471819_0.conda + sha256: 40384c15f43819db92b90c08fdcb17a6d9664c59a5cdc5be259127ed63fd84fb + md5: be5152f6530629f18b7940849c350c40 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - libgcc >=14 + - libgomp + - libstdcxx >=14 + license: GPL-2.0-or-later + license_family: GPL2 + size: 4432425 + timestamp: 1785043331706 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kallisto-0.51.1-h2b92561_2.tar.bz2 + sha256: dec322eb26df26ce8dac69fb058bb5328b34876d328f524dc900f127a7eabe2a + md5: b76c20fc5d0a865b21eb8b384cadbae8 + depends: + - bzip2 >=1.0.8,<2.0a0 + - hdf5 >=1.14.3,<1.14.4.0a0 + - libcurl >=8.14.1,<9.0a0 + - libgcc >=13 + - liblzma >=5.8.1,<6.0a0 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - zlib-ng >=2.2.5,<2.3.0a0 + license: BSD-2-Clause + license_family: BSD + size: 1085690 + timestamp: 1754786122034 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kmer-jellyfish-2.3.1-py312pl5321hf731ba3_6.tar.bz2 + sha256: 66e376cc8c08bbe176842c46f9cbb322b37cd100b6b792dab72ab56c28eebef1 + md5: efcbb4b3e86c485a4599a7e97e697dad + depends: + - libgcc >=13 + - libstdcxx >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: GPL-3.0-or-later + license_family: GPL3 + size: 643967 + timestamp: 1748328530714 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mcl-22.282-pl5321h7b50bb2_4.tar.bz2 + sha256: c91e9f49d27199ac595c001749ad166818ddbbb81c682d50d598f4811bbd921e + md5: 5020f96bb41195d95ad24665ddb6cb35 + depends: + - libgcc >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + license: GPL-3.0-only + license_family: GPL + size: 2146709 + timestamp: 1748469942874 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/metaeuk-7.bba0d80-pl5321hd6d6fdc_2.tar.bz2 + sha256: 868647bb8b9a2827cdf98ba80310900b6b7d20fee438b59a1a68616db0452781 + md5: 92d44566468d6b5f4c854d5966069de4 + depends: + - _openmp_mutex >=4.5 + - bzip2 >=1.0.8,<2.0a0 + - gawk + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - wget + - zlib + license: GPL-3 + license_family: GPL + size: 4534632 + timestamp: 1733936657790 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/miniprot-0.18-h577a1d6_0.tar.bz2 + sha256: a7785a0db01773819ba1c3b897d2987a5ec18f4c80165096c87d924c7e4e845b + md5: e60a264d0b4ba975ac1fb1c8e66753a3 + depends: + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: MIT + license_family: MIT + size: 70915 + timestamp: 1752254293809 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mmseqs2-18.8cc5c-hd6d6fdc_0.tar.bz2 + sha256: 466c7bc19eecc58a6043e73f7c80865fc610b4f545af8498565547d87c45d9a9 + md5: a11c5e78c9e77099aa3a2291710292e3 + depends: + - _openmp_mutex >=4.5 + - aria2 + - bzip2 >=1.0.8,<2.0a0 + - gawk + - libgcc >=13 + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - zlib + license: MIT + size: 133026020 + timestamp: 1753615341810 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/modeltest-ng-0.1.7-hf316886_3.tar.bz2 + sha256: e94c4f49abc8451d053a00fcb963b3b905c47d73be3f6b0e7a97801b11de5763 + md5: 36086d1693af82705be7a39d497707e4 + depends: + - libgcc >=13 + - libstdcxx >=13 + - openmpi >=4.1.6,<5.0a0 + license: GPL-3.0 + license_family: GPL + size: 6047364 + timestamp: 1734158893881 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mrbayes-3.2.7-hd0d793b_7.tar.bz2 + sha256: a1463f247a0ee85653f91f65d2a15f55aa74e4af429b2b84356dd124c25d08cb + md5: c6a11f09208623646e4114e19219ecfe + depends: + - beagle-lib <4 + - libgcc >=13 + - ncurses >=6.5,<7.0a0 + - openmpi >=4.1.6,<5.0a0 + - readline >=8.2,<9.0a0 + license: GPLv3 + license_family: GPL + size: 6193186 + timestamp: 1734212205994 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-3.8.1551-h9948957_9.tar.bz2 + sha256: 07f12b158989bd98b4d7af97a2739ccd7bbef0728ddc5a036bd9784363ab0ba9 + md5: abeab9c9f2802eae4f867260650837f6 + depends: + - libgcc >=13 + - libstdcxx >=13 + license: GPL-3.0-only + size: 273543 + timestamp: 1752497842816 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-5.3-h9948957_3.tar.bz2 + sha256: e0fb500aef23bb13fcd6b4676c0064a1e3ccc63bf68e375d10f9b1edf9042380 + md5: a467dd774f2bf0e239c3da30ccca7240 + depends: + - _openmp_mutex >=4.5 + - libgcc >=13 + - libgomp + - libstdcxx >=13 + license: GPL-3.0-only + license_family: GPL3 + size: 581281 + timestamp: 1753910064134 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ncbi-vdb-3.4.1-hd63eeec_0.conda + sha256: 1c876e74214ef7269de12286e1b9b370e3167c0825d215de3b81bf46f3956072 + md5: 70de9f284c305131b458cf69676f1b2f + depends: + - libgcc >=14 + - libstdcxx >=14 + license: Public Domain + size: 9227191 + timestamp: 1774474370894 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/paml-4.10.10-h87e0c26_2.conda + sha256: 98f12411428bd749730b066a9d2041ec888249658311f34da230891c96a3b728 + md5: 126e7be483750ee719c882fb23d471f7 + depends: + - libgcc >=14 + license: GPL-3.0-or-later + license_family: GPL3 + size: 691323 + timestamp: 1775628039565 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pasta-1.9.3-py312h85383db_1.conda + sha256: e93307492e9c4767e082db35dcf2274c7dd69f4a0e79cd20770a79198a32cfa1 + md5: a2760ddddfd4417f90003bb57a54e3b1 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - clustalw >=2.1,<3.0a0 + - dendropy >=5.0.8,<6.0a0 + - fasttree >=2.2.0,<3.0a0 + - hmmer >=3.4,<3.5.0a0 + - libgcc >=14 + - libgomp + - mafft >=7.526,<8.0a0 + - muscle <4 + - muscle >=3.8.1551,<4.0a0 + - openjdk + - openmpi >=4.1.6,<5.0a0 + - pcre >=8.45,<9.0a0 + - prank >=251117 + - pymongo + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - raxml >=8.2.13,<9.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 1180080 + timestamp: 1781610923262 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-build-2.84-pl5321h7b50bb2_1.tar.bz2 + sha256: ef28ca71abf0b875953d1d68a1cf14a0d14de7df20b33d24d98d9aeaf0a8c47e + md5: 1966b7077b4cacfa9e2a2cb65723e9c1 + depends: + - libgcc >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-capture-tiny + - perl-ffi-checklib 0.28.* + - perl-file-chdir + - perl-file-which + - perl-path-tiny + - perl-test2-suite 0.000163.* + license: perl_5 + size: 200097 + timestamp: 1745269972596 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-libxml2-0.17-pl5321h577a1d6_1.tar.bz2 + sha256: 862974100504e2eb4c65eb387406f5cca4940d801a197dc7bce68f6d84f8308a + md5: f89f1fd0808f00264371a41186abbcef + depends: + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-alien-build >=2.84,<3.0a0 + license: perl_5 + size: 14197 + timestamp: 1735914026197 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-io-compress-2.216-pl5321h503566f_0.conda + sha256: 5241c33cf55ba0cbfc0ccab96b4a31123761db00310eab4fedd7a95226c4fca7 + md5: 0784cb3c120f934a5fe61961c8238330 + depends: + - libgcc >=13 + - libstdcxx >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-compress-raw-bzip2 >=2.214 + - perl-compress-raw-zlib >=2.214 + - perl-encode + - perl-scalar-list-utils + license: Perl_5 + size: 87231 + timestamp: 1769815108308 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-json-xs-4.04-pl5321h9948957_0.conda + sha256: f16cf35917a5d75fb55cfc69d8651dc72ff4e06370142b447a4864f5de7d97c6 + md5: 7916b2e794393b3389535ba750f489da + depends: + - libgcc >=13 + - libstdcxx >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-common-sense + - perl-types-serialiser + license: GPL-1.0-or-later OR Artistic-1.0-Perl + size: 70770 + timestamp: 1757352008878 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-list-moreutils-xs-0.430-pl5321h7b50bb2_5.tar.bz2 + sha256: fe2d360770fe5b856ee1e625eac6b07cea386c64b0866e323c6535eb62b9ceee + md5: 9192770eb08524038c3fcf24e915b10c + depends: + - libgcc >=13 + - perl >=5.32.1,<5.33.0a0 *_perl5 + license: apache_2_0 + size: 51506 + timestamp: 1741776389435 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-xml-libxml-2.0210-pl5321hf886d80_0.tar.bz2 + sha256: 0a93d64da53635e81a06c363081b80d29598b4fd1e45b30410b2e6898c4140e4 + md5: ee29e9d7e2f57fa48b6da8ea82ab9e61 + depends: + - libgcc >=13 + - libxml2 >=2.13.5,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-alien-build >=2.84,<3.0a0 + - perl-alien-libxml2 >=0.17,<0.18.0a0 + - perl-xml-namespacesupport + - perl-xml-sax + - zlib + license: Perl + size: 277975 + timestamp: 1735914218064 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prank-251117-hd63eeec_0.conda + sha256: b1b6b8c79e42951a2a9a549a15b53cd080d738df187e1af7b9b5c455926035e9 + md5: 62e656e8faac6f46598cfdda62215869 + depends: + - libgcc >=14 + - libstdcxx >=14 + license: GPL-3.0-or-later + license_family: GPL3 + size: 453551 + timestamp: 1775699386639 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prodigal-2.6.3-h577a1d6_11.tar.bz2 + sha256: 1211d9f01128f141154cb4616aa5b15890afc26699767886f6655cabfd67ec06 + md5: 7b083f573760cbd88a206e05f73f5e9d + depends: + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 601984 + timestamp: 1752712731224 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/r-restfulr-0.0.17-r45hcdf289b_0.conda + sha256: 3421183235b41e7c9fde29956d119c465b4a2fe8426a5bb20fbdc0ce71405c9c + md5: 3081471d058532bbe3e5007e820dadea + depends: + - __glibc >=2.17,<3.0.a0 + - bioconductor-s4vectors >=0.13.15 + - bioconductor-s4vectors >=0.48.0,<0.49.0a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-rcurl + - r-rjson + - r-xml + - r-yaml + license: Artistic-2.0 + license_family: OTHER + size: 399355 + timestamp: 1781229655490 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-8.2.13-h7b50bb2_3.tar.bz2 + sha256: 2a974acb73d07dc7e142c997101f14ce865ea4b8f8fb203849002848c37171b9 + md5: 48880314905ab03663a8fb4d97c835ff + depends: + - libgcc >=13 + license: GPL + size: 3227304 + timestamp: 1734060260551 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-1.2.2-h6747034_2.tar.bz2 + sha256: c59ac13eb664675b08957ced119250e5d9ba08bd4cc3923d84c4fe428d49311b + md5: 4cd32a341c3a8fd75114ba4f2da541b7 + depends: + - gmp >=6.3.0,<7.0a0 + - libgcc >=13 + - libstdcxx >=13 + - openmpi >=4.1.6,<5.0a0 + license: AGPL-3 + license_family: AGPL + size: 1665756 + timestamp: 1744728242938 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-2.0.2-h870a6a7_0.conda + sha256: 0ee4ffee03cbf2dc856e1a42ad324cd83ecf46fb77df52cb6fb06e0cf3ff928a + md5: d7d04c8155906e7e57a20531b44b4c39 + depends: + - __glibc >=2.17,<3.0.a0 + - gmp >=6.3.0,<7.0a0 + - htslib >=1.23.1,<1.24.0a0 + - libgcc >=14 + - libstdcxx >=14 + - openmpi >=4.1.6,<5.0a0 + license: AGPL-3.0-or-later + license_family: AGPL + size: 1955584 + timestamp: 1780083460204 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/salmon-2.4.1-hfa8f182_0.conda + sha256: ee9666b52fdb79ed874db38e3968ba649c47197df7570db4e611b5f37065d8e3 + md5: e1bc8ea579acccc11b09c37e066a955d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + constrains: + - __glibc >=2.17 license: BSD-3-Clause license_family: BSD - size: 302296 - timestamp: 1749686302834 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/boost-cpp-1.85.0-h3c6214e_4.conda + size: 3409104 + timestamp: 1785352984034 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/samtools-1.23-h96c455f_0.conda + sha256: baf3fcf005aac25034ec33debc40946b618b72c9e1da5287b1d468317c0da570 + md5: f5426f4f0024640896a5582a5e75f285 + depends: + - htslib >=1.23,<1.24.0a0 + - libgcc >=13 + - libzlib >=1.3.1,<2.0a0 + - ncurses >=6.5,<7.0a0 + license: MIT + size: 488688 + timestamp: 1765917481431 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sepp-4.5.5-py312h0fa9677_3.tar.bz2 + sha256: 5fbf02bc26469c1906a13a9d51bea271bb39587be85867d5f79ee6edae91acce + md5: fa93b481d4e0b4632e24d57434d3e41f + depends: + - dendropy >=5.0.6,<6.0a0 + - hmmer >=3.4,<3.5.0a0 + - libgcc >=13 + - pasta + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: GPL-3.0-or-later + license_family: GPL3 + size: 6991084 + timestamp: 1746011168040 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/seqkit-2.13.0-he881be0_0.conda + sha256: 538ff4ab33819598e45939fe36ea7f4505afba62e90a7cbd95c6f63493aee6d4 + md5: d4e8a7c9d4b694e70552a84f662ea354 + license: MIT + license_family: MIT + size: 6910586 + timestamp: 1772198535227 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sra-tools-3.4.1-2_linux_64.conda + build_number: 2 + sha256: ce6cd07843cf4f04b55fbf4a61ca69592c7bf43948ec6ef67835007a5bcbb560 + md5: 28ef629da2223b1564cfbfd84db5d2bd + depends: + - ca-certificates + - curl + - ossuuid + - perl + - perl-uri + - perl-xml-libxml + license: Public Domain + size: 20309525 + timestamp: 1776565444830 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trimal-1.5.1-h9948957_0.conda + sha256: 04433234d65be055db859ccbabdcb3b011ce353b8f805f905b0cdb57effd15d1 + md5: 2ed61c1d3cdb2550e34959dc0fe44675 + depends: + - libgcc >=13 + - libstdcxx >=13 + license: GPL-3.0-or-later + license_family: GPL3 + size: 163770 + timestamp: 1764099263446 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trinity-2.15.2-pl5321h077b44d_6.conda + sha256: 165b1040a9a590e1b53d401f656780503a7be87b20dd2b81d3ca7de2de1e0800 + md5: ef395d9988ade2ab9f18def04119ce16 + depends: + - _openmp_mutex >=4.5 + - bioconductor-ctc + - bioconductor-dexseq + - bioconductor-edger + - bioconductor-go.db + - bioconductor-goseq + - bioconductor-qvalue + - bowtie2 >=2.3.0 + - coreutils + - htslib >=1.22.1,<1.24.0a0 + - kallisto + - kmer-jellyfish >=2.3 + - libgcc >=13 + - libgomp + - libstdcxx >=13 + - libzlib >=1.3.1,<2.0a0 + - numpy + - openjdk >=17 + - perl >=5.32.1,<5.33.0a0 *_perl5 + - perl-db_file + - python >=3.7 + - r-ape + - r-argparse + - r-base + - r-cluster + - r-fastcluster + - r-gplots + - r-phangorn + - r-sm + - r-tidyverse + - r-vioplot + - salmon + - samtools >=1.14 + - trimmomatic >=0.39 + license: BSD-3-Clause + license_family: BSD + size: 10769197 + timestamp: 1758076050214 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-fatotwobit-482-hdc0a859_0.tar.bz2 + sha256: 49a3812350d8bcde5993e1620e36921e7419fb98db8b160e186fff16a4bfdaf9 + md5: bfac086f1764d2aedfb35540a9009cdf + depends: + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.8.1,<6.0a0 + - libopenssl-static + - libpng >=1.6.49,<1.7.0a0 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-connector-c >=6.1.11,<6.1.12.0a0 + license: Varies; see https://genome.ucsc.edu/license + size: 383232 + timestamp: 1750330214400 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-twobitinfo-482-hdc0a859_0.tar.bz2 + sha256: 113321fb70d6cd6b75c04dbd0925cb7a2f4aabfd138d0206af82f899412a1bb6 + md5: 91466585cc720548e4e4c105686fecb8 + depends: + - bzip2 >=1.0.8,<2.0a0 + - libgcc >=13 + - liblzma >=5.8.1,<6.0a0 + - libopenssl-static + - libpng >=1.6.49,<1.7.0a0 + - libuuid >=2.38.1,<3.0a0 + - libzlib >=1.3.1,<2.0a0 + - mysql-connector-c >=6.1.11,<6.1.12.0a0 + license: Varies; see https://genome.ucsc.edu/license + size: 378240 + timestamp: 1750330740699 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/beast-10.5.0-hdfd78af_0.tar.bz2 + sha256: 780da4d9fd2a0507c651d0a1bd6fbd8ac1ca65ca8c69536e636b3fe44fb3d12c + md5: 433688488332192b41de62994f5a45ea + depends: + - beagle-lib + - openjdk + license: LGPL-2.1-or-later + license_family: LGPL + size: 19339740 + timestamp: 1751501790109 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotate-1.88.0-r45hdfd78af_0.conda + sha256: 0f91fd7a3da6ece41fbfbd362492ede06f924d3339861b5b21956a512c0c0e54 + md5: 7e4594d084944c51085812853e27d961 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - r-base >=4.5,<4.6.0a0 + - r-dbi + - r-httr + - r-xml + - r-xtable + license: Artistic-2.0 + size: 1878867 + timestamp: 1772319662950 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-annotationdbi-1.72.0-r45hdfd78af_0.conda + sha256: 73a1ea50dbf2c6a0724212577989912bb9a3fa180e33387a8a73da6174ea7e2f + md5: afb673e14ff4d43d31603e2ef8574ca0 + depends: + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-keggrest >=1.50.0,<1.51.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - r-base >=4.5,<4.6.0a0 + - r-dbi + - r-rsqlite + license: Artistic-2.0 + size: 4865841 + timestamp: 1772302587458 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocfilecache-3.0.0-r45hdfd78af_0.conda + sha256: d7968e152f0d1dede631f9f5ef2d03ab9b3fd2fc495470d65784a2da2851873c + md5: 65dcee71f0187a8c8f3e80bd7d738f25 + depends: + - r-base >=4.5,<4.6.0a0 + - r-curl + - r-dbi + - r-dbplyr >=1.0.0 + - r-dplyr + - r-filelock + - r-httr2 + - r-rsqlite + license: Artistic-2.0 + size: 522755 + timestamp: 1770485072287 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocgenerics-0.56.0-r45hdfd78af_2.conda + sha256: 97221eda3007381c0a6498608baaebdcec6047f7f26b121c19149fd56aabf032 + md5: 27556377d159490ea87696727ae41808 + depends: + - r-base >=4.5,<4.6.0a0 + - r-generics + license: Artistic-2.0 + size: 653523 + timestamp: 1770415244399 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biocio-1.20.0-r45hdfd78af_0.conda + sha256: f129e44ac0900a7c72624be47fc622b3e85f522531239303a32b26cfcbbef5c6 + md5: 53e2a6d181467eb5651e4696165763b3 + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 418281 + timestamp: 1770544769760 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-biomart-2.66.1-r45hdfd78af_0.conda + sha256: ef14b4db00aaa4f146e53f5ce93f4bac3a0e11f398b3bf2d3e8037f1c9d6c382 + md5: 8f7310ac8faa391076c7e9c42843d516 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biocfilecache >=3.0.0,<3.1.0 + - r-base >=4.5,<4.6.0a0 + - r-curl + - r-httr2 + - r-progress + - r-stringr + - r-xml2 + license: Artistic-2.0 + size: 707419 + timestamp: 1772821797142 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ctc-1.84.0-r45hdfd78af_0.conda + sha256: 1dd267915cf7ba9c66afc06bf8463920dbcedbe3dcb1fd7367e2903cccc749c8 + md5: 7b97e4f0a8f49aab41249fbf2912bfdd + depends: + - r-amap + - r-base >=4.5,<4.6.0a0 + license: GPL-2 + size: 341965 + timestamp: 1770539077779 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-data-packages-20260207-hdfd78af_1.conda + sha256: 99a2797f99cb294f66ce9da5adcf7eaf28d6b9060c4d54551eb963538d72031b + md5: 18e4b2aa3e7ccbf04c8e7064fd9671b7 + depends: + - curl + - jq + - r-base + - yq + license: MIT + size: 274181 + timestamp: 1784116041902 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-dexseq-1.56.0-r45hdfd78af_0.conda + sha256: 729f7f4d780bd8bb6475dd0b7f2135e20e34a388834e373e8fac22acd4d19b60 + md5: a594fe60c9bce06332a4e881942d5bc4 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocparallel >=1.44.0,<1.45.0 + - bioconductor-biomart >=2.66.0,<2.67.0 + - bioconductor-deseq2 >=1.50.0,<1.51.0 + - bioconductor-genefilter >=1.92.0,<1.93.0 + - bioconductor-geneplotter >=1.88.0,<1.89.0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-rsamtools >=2.26.0,<2.27.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-summarizedexperiment >=1.40.0,<1.41.0 + - r-base >=4.5,<4.6.0a0 + - r-hwriter + - r-rcolorbrewer + - r-statmod + - r-stringr + license: GPL (>= 3) + size: 2078019 + timestamp: 1772406551743 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genelendatabase-1.46.0-r45hdfd78af_0.conda + sha256: 50f30319fc222aa7afb9a8e440ac83dddd01ff0bdff8da16b6e83c22f3ebbd38 + md5: 6c8c94a61fd6a4df98df16c0866843ac + depends: + - bioconductor-data-packages >=20260207 + - bioconductor-genomicfeatures >=1.62.0,<1.63.0 + - bioconductor-rtracklayer >=1.70.0,<1.71.0 + - bioconductor-txdbmaker >=1.6.0,<1.7.0 + - curl + - r-base >=4.5,<4.6.0a0 + license: LGPL (>= 2) + size: 14292 + timestamp: 1772531283711 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-geneplotter-1.88.0-r45hdfd78af_0.conda + sha256: 69b17b3c6e49c6c0b4b3ab0616262cdbfda20622ff0bdff427de2096ea2fd165 + md5: 82613f8a1243a467d73ebf2a094af0b6 + depends: + - bioconductor-annotate >=1.88.0,<1.89.0 + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - r-base >=4.5,<4.6.0a0 + - r-lattice + - r-rcolorbrewer + license: Artistic-2.0 + size: 1824414 + timestamp: 1772356191975 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomeinfodb-1.46.2-r45hdfd78af_0.conda + sha256: dc15fe7f026e85ef1838b3e2acde859007745aaafb473aded7ee84177fad5f7c + md5: a8503198fca6041612746b4e13f18add + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-ucsc.utils >=1.6.0,<1.7.0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 3807509 + timestamp: 1772108231802 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-genomicfeatures-1.62.0-r45hdfd78af_0.conda + sha256: 846dd21c542392f3785fdaa54ff182aad39f130238f12c20b45b2d095c7c75ec + md5: c9e0e6f5df0ea69fef96a4a897e5ae96 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biostrings >=2.78.0,<2.79.0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-rtracklayer >=1.70.0,<1.71.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-xvector >=0.50.0,<0.51.0 + - r-base >=4.5,<4.6.0a0 + - r-dbi + license: Artistic-2.0 + size: 1298745 + timestamp: 1772459405567 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-go.db-3.22.0-r45hdfd78af_0.conda + sha256: a17713b2a582dd6e744cc83a6014faa15c5e56eceea37b314428b3bdc9d2b1ab + md5: 636ba6885c71fe2f915915f6a62ecd63 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-data-packages >=20260207 + - curl + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 10764 + timestamp: 1772313075051 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-goseq-1.62.0-r45hdfd78af_0.conda + sha256: 29c8596e14728c9c2a1a47b1a5d893d99e556df152c8e2d43b32e655f6f1771c + md5: e984d8b4b472749e09ee03f55321a3b9 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-genelendatabase >=1.46.0,<1.47.0 + - bioconductor-genomicfeatures >=1.62.0,<1.63.0 + - bioconductor-go.db >=3.22.0,<3.23.0 + - bioconductor-rtracklayer >=1.70.0,<1.71.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - r-base >=4.5,<4.6.0a0 + - r-biasedurn + - r-mgcv + license: LGPL (>= 2) + size: 1913176 + timestamp: 1772532712141 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-keggrest-1.50.0-r45hdfd78af_0.conda + sha256: 7f7aba428c1f3c8fcf0e3eb038ee3aba35f8a028e2819f30b009a1306afff886 + md5: c96e2ad4f63389243760a93d1cc5ea8a + depends: + - bioconductor-biostrings >=2.78.0,<2.79.0 + - r-base >=4.5,<4.6.0a0 + - r-httr + - r-png + license: Artistic-2.0 + size: 396894 + timestamp: 1772152125150 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-matrixgenerics-1.22.0-r45hdfd78af_1.conda + sha256: 169809ca754b2c07f7356f1fc4f365b7d5154fd66229543584f69008fa347c5a + md5: cdf0406fc3caa814ff7b7876a42973a5 + depends: + - r-base >=4.5,<4.6.0a0 + - r-matrixstats >=1.4.1 + license: Artistic-2.0 + size: 449898 + timestamp: 1770417102301 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-qvalue-2.42.0-r45hdfd78af_0.conda + sha256: 1a2e15d4d569c3289c9ee98a25e2256232cde476d6c78dbb03c884aac5f3afcf + md5: 2ca1d432276273c2f02db34de43a2f31 + depends: + - r-base >=4.5,<4.6.0a0 + - r-ggplot2 + - r-reshape2 + license: LGPL-2.0-only + size: 2821190 + timestamp: 1770421381277 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqinfo-1.0.0-r45hdfd78af_0.conda + sha256: 875f5be76bc3b83766ec0cfacf888570d529907412519a537c5f7a318e489976 + md5: cfe7c256532f9a4fc87ec3be955bb9e6 + depends: + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + size: 598298 + timestamp: 1770628899171 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-seqlogo-1.76.0-r45hdfd78af_0.conda + sha256: c70a765fdda8f6722a95b6d536451e37cdf03804881b3fd3a23edad7b76fd9fa + md5: 542b8c789ec0eed0a40a617e39eb0ef4 + depends: + - r-base >=4.5,<4.6.0a0 + license: LGPL (>= 2) + size: 581647 + timestamp: 1770500106370 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-summarizedexperiment-1.40.0-r45hdfd78af_0.conda + sha256: b8ade9f2ab8cc2835357653f5a9bc840323c05f7656659dfb40d20e5623f8ebd + md5: 74eb95090e807c18f5bc81cb9fb39b3c + depends: + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-delayedarray >=0.36.0,<0.37.0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-matrixgenerics >=1.22.0,<1.23.0 + - bioconductor-s4arrays >=1.10.0,<1.11.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - r-base >=4.5,<4.6.0a0 + - r-matrix + license: Artistic-2.0 + size: 1416452 + timestamp: 1772218138703 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-txdbmaker-1.6.2-r45hdfd78af_0.conda + sha256: 9324e6f026ef5ea6f825e003680ecd74f31060fef5a7ad22811e8b28dde8e75a + md5: 9433f9e8713db86f1504b940025303d3 + depends: + - bioconductor-annotationdbi >=1.72.0,<1.73.0 + - bioconductor-biobase >=2.70.0,<2.71.0 + - bioconductor-biocgenerics >=0.56.0,<0.57.0 + - bioconductor-biocio >=1.20.0,<1.21.0 + - bioconductor-biomart >=2.66.0,<2.67.0 + - bioconductor-genomeinfodb >=1.46.0,<1.47.0 + - bioconductor-genomicfeatures >=1.62.0,<1.63.0 + - bioconductor-genomicranges >=1.62.0,<1.63.0 + - bioconductor-iranges >=2.44.0,<2.45.0 + - bioconductor-rtracklayer >=1.70.0,<1.71.0 + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - bioconductor-seqinfo >=1.0.0,<1.1.0 + - bioconductor-ucsc.utils >=1.6.0,<1.7.0 + - r-base >=4.5,<4.6.0a0 + - r-dbi + - r-httr + - r-rjson + - r-rsqlite >=2.0 + license: Artistic-2.0 + size: 1083157 + timestamp: 1772472109977 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/bioconductor-ucsc.utils-1.6.1-r45hdfd78af_0.conda + sha256: 2282296b09039d6b17d0f476909b367323a8635fe6c6773032891aa1b2a736fd + md5: 221873955aa526f999e2bb61586e0bbb + depends: + - bioconductor-s4vectors >=0.48.0,<0.49.0 + - r-base >=4.5,<4.6.0a0 + - r-httr + - r-jsonlite + license: Artistic-2.0 + size: 285334 + timestamp: 1770545401438 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/busco-6.1.0-pyhdfd78af_1.conda + sha256: d80c2e51ad7017e6bb82e3fee982af5800ea507cdf4e46a8077936a81af3e96a + md5: 5750abc786560cfa22f409bc1cc16ca4 + depends: + - augustus >=3.3 + - bbmap + - biopython >=1.79 + - blast >=2.10.1 + - fonts-conda-ecosystem + - hmmer >=3.1b2 + - matplotlib-base + - metaeuk >=6.a5d39d9 + - miniprot + - numpy <2.4 + - pandas + - prodigal + - python >=3.3 + - requests + - sepp 4.5.5 + - wget + license: MIT + license_family: MIT + size: 355322 + timestamp: 1781104516494 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/dendropy-5.0.11-pyhdfd78af_0.conda + sha256: 796a7f6d667796db2c4c8ab69a7fff4f7f67d5a30f12ceee730c471f0b0a5930 + md5: c24007f471e0e52d08094d919eb40a3d + depends: + - python >=3.6 + license: BSD-3-Clause + license_family: BSD + size: 319275 + timestamp: 1783984583478 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/macse-2.07-hdfd78af_0.tar.bz2 + sha256: c68ac215cc94826c075c71ea8d9b00acc4bfed0248b95d49cc7edc68b59429e2 + md5: 4c0df07d9159231178e59e0b1961dd11 + depends: + - openjdk >=1.5 + license: CeCILL 2.1 + size: 390190 + timestamp: 1679388076563 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/orthofinder-3.1.5-hdfd78af_0.conda + sha256: 3a71fdf5ae91fd3a0ea837f187045ceaeb3f9ff098199d831c55315a9f6d2d80 + md5: b8c7ffeddafc65c6a6c08402d66d0652 + depends: + - aster + - biopython + - blast + - bzip2 + - diamond <2.2|>=2.1.7 + - ete4 + - famsa + - fastme + - fasttree + - iqtree + - mafft + - mcl + - mmseqs2 + - muscle + - numpy + - python >=3.11,<=3.14 + - raxml + - raxml-ng + - rich + - scikit-learn + - scipy + license: GPL-3.0-only + license_family: GPL3 + size: 1929744 + timestamp: 1778683859101 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-archive-tar-3.12-pl5321hdfd78af_0.conda + sha256: fb56a9489a87fc238fc70da7a2329495204eec30f7a5f5af1014a6fb22b528f4 + md5: 4ee2727440bf9b0b055c1f17a72701f6 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-io-compress + - perl-io-zlib + - perl-pathtools + license: Perl_5 + size: 38811 + timestamp: 1780439474451 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-ffi-checklib-0.28-pl5321hdfd78af_0.tar.bz2 + sha256: 4ac8de71ec66b6f13785f134be7878507f0003844e279be6290b7dc72cc2aa88 + md5: 05451eeb5e82ccf46831248c55c6218a + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: perl_5 + size: 16150 + timestamp: 1648502850959 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-io-zlib-1.15-pl5321hdfd78af_1.tar.bz2 + sha256: 771a44b338cac68a22893897450222b886e24bbb291b014897d561f2ba3b588f + md5: db92645dabe9467115729e4479841b5d + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + size: 12760 + timestamp: 1752069858135 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-json-4.11-pl5321hdfd78af_0.conda + sha256: 1c1649f491c76f4ae2984b547701df91c8abfda2e3b7b44e0c007f5e78a87c08 + md5: 56411755d21870a9ec16c76fd7b66dba + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-json-xs + license: GPL-1.0-or-later OR Artistic-1.0-Perl + size: 52845 + timestamp: 1774152885168 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-list-moreutils-0.430-pl5321hdfd78af_0.tar.bz2 + sha256: 2190cc8430bb218ea80f5fc5e2bf75e4e20a27fb83e8c3cb789a18c32854a56c + md5: 7f04c79d216d0f8e7b6d5a51de4aafa0 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-exporter-tiny + - perl-list-moreutils-xs >=0.430 + license: apache_2_0 + size: 32468 + timestamp: 1644871004171 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-parallel-forkmanager-2.04-pl5321hdfd78af_0.conda + sha256: d71f83a9d415beb11e4f9832122236cd13686393f6336863ebc8a46d5e3e315f + md5: c0d5b1238870d70b3af64854901d7f62 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-carp + - perl-file-path + - perl-file-temp + - perl-moo + - perl-storable + license: perl_5 + size: 24120 + timestamp: 1756574734791 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-term-table-0.028-pl5321hdfd78af_0.conda + sha256: 93574d78a99a9ab8f93f3cd75380b8bbfde61452b8882ad96be816eccf0f904a + md5: fad11d933046bde4537cfd96ae385e69 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-carp + - perl-importer + license: perl_5 + size: 24666 + timestamp: 1764199716068 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-test2-suite-0.000163-pl5321hdfd78af_0.tar.bz2 + sha256: 226cbad887607747b19816100d00b0e3dcca66b1e2b282efc1aad225eaacd27d + md5: 6a29ce25ffd66ecc495a62a77a4dc0c2 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-importer + - perl-scope-guard + - perl-sub-info + - perl-term-table + license: perl_5 + size: 212676 + timestamp: 1717604907839 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-types-serialiser-1.01-pl5321hdfd78af_0.tar.bz2 + sha256: 20f61217b16235d0161ad6fa0a234585afcc04ec5a6142c65b5867e26216dfe3 + md5: cfc65753e827bbef80c00eaa395f6ae7 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-common-sense + license: perl_5 + size: 13136 + timestamp: 1644512391683 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-yaml-1.30-pl5321hdfd78af_0.tar.bz2 + noarch: true + sha256: 6813626ecc8859b4f16de20f35c9bfdfbdf0a60d7da33494bca6c0c34511a76e + md5: da9ef80f4c4c2374d7f4ec7af6d96b6a + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: perl_5 + size: 43572 + timestamp: 1644444148032 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/psauron-1.1.3-pyhdfd78af_0.conda + sha256: b3fe213f4deade1a3c0abf6fffc795a3e24bea22995a851c8310ec8b9b3eb49a + md5: e6ff27a64f5a1637e27bcdb3672b1d5d + depends: + - numpy >=1.24.4,<2 + - pandas + - python >=3.9,<3.13 + - pytorch >=2.1.2 + - scipy >=1.10.1 + - setuptools + - torchaudio >=2.1.2 + - torchvision >=0.16.2 + - tqdm >=4.66.1 + - typing_extensions >=4.9.0 + license: MIT License + license_family: MIT + size: 755562 + timestamp: 1779030985276 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/seqmagick-0.8.6-pyhdfd78af_0.tar.bz2 + sha256: 142ff8f89f681c5eeb9429129830d33cf3f8af368109ea9cfb3de5bcced6c3a6 + md5: 48bf0962ccaa5778ed48b50749f4b85d + depends: + - biopython >=1.78 + - pygtrie + - python >3 + license: GNU General Public License (GPL) + license_family: GPL + size: 56328 + timestamp: 1678577572949 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/td2-1.1.0-pyhdfd78af_0.conda + sha256: c02a557c9cdc6597bce21c13f1060e13b34e217dd4aca87ecb3494a086734851 + md5: 96fb8396203cf5a69bcdc0e23f467a93 + depends: + - numpy >=1.24.4,<2 + - pandas >=2.0.3 + - psauron >=1.0.5 + - psutil + - python >=3.9,<3.13 + - pytorch >=2.1.2 + - scipy >=1.10.1 + - setuptools <81 + - torchaudio >=2.1.2 + - torchvision >=0.16.2 + - tqdm >=4.66.1 + - typing_extensions >=4.9.0 + license: MIT + license_family: MIT + size: 52556 + timestamp: 1779035109872 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/transdecoder-5.7.1-pl5321hdfd78af_2.tar.bz2 + sha256: 80f46255e1f872a345f51fd2442a4d981ec6eed484f81e2867e2f9a5548ba101 + md5: f3135d679414069bd2798a5d9ae1faf2 + depends: + - bioconductor-seqlogo + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-db_file + - perl-uri + - r-ggplot2 + license: Broad Institute + size: 16021529 + timestamp: 1752704180167 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeshrink-1.4.0-pyhdfd78af_0.conda + sha256: a8f32247647ff8c94c5bd892e833f46921d7e88fd6c2f3010d3ead79321fe741 + md5: 582b1c7e3b982811302bcf0ad7a98c01 + depends: + - numpy + - python >=3.8,<3.13 + - scipy + - treeswift + license: GPL-3.0-or-later + license_family: GPL3 + size: 325655 + timestamp: 1779983366019 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeswift-1.1.45-pyh7e72e81_0.tar.bz2 + sha256: dc35060f77edab781ee5d38d262813e157c490dd58aa494d8d047a7f91238562 + md5: 9efe94c466c9150a762d9460c80f21e7 + depends: + - python + license: GPL-3.0-or-later + license_family: GPL3 + size: 40575 + timestamp: 1732047181058 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/trimmomatic-0.41-hdfd78af_0.conda + sha256: 9d35e2a502f3033fc15a1457ad3b3bb1c16ced35e4f560642e3eb457506a1095 + md5: ce2254b970a3e389ab3adcaaf4a18413 + depends: + - openjdk >=25 + - python + license: GPL-3.0-or-later + license_family: GPL3 + size: 2417721 + timestamp: 1783083301284 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + build_number: 20 + sha256: 1dd3fffd892081df9726d7eb7e0dea6198962ba775bd88842135a4ddb4deb3c9 + md5: a9f577daf3de00bca7c3c76c0ecbd1de + depends: + - __glibc >=2.17,<3.0.a0 + - libgomp >=7.5.0 + constrains: + - openmp_impl <0.0a0 + license: BSD-3-Clause + license_family: BSD + size: 28948 + timestamp: 1770939786096 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/alsa-lib-1.2.16.1-hb03c661_0.conda + sha256: cf93ca0f1f107e95a35969a4622684e08fcb8cf37f8cf4a1e9e424828386c921 + md5: 8904e09bda369377b3dd07e2ac828c5d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + license: LGPL-2.1-or-later + license_family: LGPL + size: 592377 + timestamp: 1781521980743 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aom-3.9.1-hac33072_0.conda + sha256: b08ef033817b5f9f76ce62dfcac7694e7b6b4006420372de22494503decac855 + md5: 346722a0be40f6edc53f12640d301338 + depends: + - libgcc-ng >=12 + - libstdcxx-ng >=12 + license: BSD-2-Clause + license_family: BSD + size: 2706396 + timestamp: 1718551242397 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-h4b33fff_4.conda + sha256: a57932dfc4252f58772dfe8b6cef4b88ce76119474c3f405812628983a40ca66 + md5: 95fb49dd7b23d4e788da61095ec258de + depends: + - libstdcxx >=14 + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - c-ares >=1.34.6,<2.0a0 + - libxml2 + - libxml2-16 >=2.15.2 + - openssl >=3.5.6,<4.0a0 + - libsqlite >=3.53.0,<4.0a0 + - libzlib >=1.3.2,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + license: GPL-2.0-only + license_family: GPL + size: 1829525 + timestamp: 1775760709970 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/aria2-1.37.0-h4e1c2bf_3.conda + sha256: f6a2a834482924e5260701576bf63f32cb4b6456d1a2c414a5b49691307faac5 + md5: 216b4c1584c711126c5b8cfe0c5c01ee + depends: + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=14 + - libgcc >=14 + - libsqlite >=3.51.1,<4.0a0 + - libxml2 >=2.13.9,<2.14.0a0 + - openssl >=3.5.4,<4.0a0 + - libzlib >=1.3.1,<2.0a0 + - c-ares >=1.34.6,<2.0a0 + - libssh2 >=1.11.1,<2.0a0 + license: GPL-2.0-only + license_family: GPL + size: 1829727 + timestamp: 1765244345828 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/arpack-3.9.1-nompi_hf03ea27_102.conda + sha256: 6d71343420292132be0192ddd962b308f7b8a0a0630d1db83fb9d65e8167c6ce + md5: e09af397232ef1070e0b6cbf4c64aacb + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=13 + - libgfortran + - libgfortran5 >=13.3.0 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx >=13 + license: BSD-3-Clause + license_family: BSD + size: 130412 + timestamp: 1736083992796 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/backports.zstd-1.6.0-py312h90b7ffd_0.conda + sha256: 95b3d6d44c17c4061db703289f39915646e455f75f0c8c9d949bf081d2e61579 + md5: 55811da425538da800b89c0c588652fa + depends: + - python + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - python_abi 3.12.* *_cp312 + - zstd >=1.5.7,<1.6.0a0 + license: BSD-3-Clause AND MIT AND EPL-2.0 + size: 239892 + timestamp: 1781450817988 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/binutils_impl_linux-64-2.46.1-default_hfdba357_102.conda + sha256: fb7bf36984a37ce7e4714d1d1da0bd0e3bfc679520f5cdc184afc676fd4b5da2 + md5: a0c5e0b7f58c8ceeb08e5bc41251d5a2 + depends: + - ld_impl_linux-64 2.46.1 default_hbd61a6d_102 + - sysroot_linux-64 + - zstd >=1.5.7,<1.6.0a0 + license: GPL-3.0-only + license_family: GPL + size: 3713752 + timestamp: 1784214522814 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/biopython-1.87-py312h4c3975b_0.conda + sha256: 8439485bab2f8ae5af4069b624d76186939c5218d3fdf33c49fc67a48605ccc5 + md5: 2eb5b71dfcfb2a316d0307eb696bf11e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - numpy + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: LicenseRef-Biopython + size: 3306754 + timestamp: 1774882187035 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/boost-cpp-1.85.0-h3c6214e_4.conda sha256: dec1f52d8869b94a9cb2b4d9a727a00ae2c54e7b5a66a51d3d9f1c33159ebb45 md5: cc4533eabf5caa8b4fbb56418d1617a9 depends: @@ -1863,86 +2931,47 @@ packages: license: BSL-1.0 size: 18122 timestamp: 1722289881184 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/bowtie2-2.5.4-he96a11b_6.tar.bz2 - sha256: cab9a873afdce717d833003b06dc42e20773563c5c186cfb2ae2fe0613c83bbf - md5: 17f2305502aa2d28a3747db4ad62a28d - depends: - - _openmp_mutex >=4.5 - - libgcc >=13 - - libgomp - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - perl - - python - - zstd >=1.5.7,<1.6.0a0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 14983732 - timestamp: 1748989756904 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-1.2.0-h41a2e66_0.conda - sha256: 33239a07f7685917cac25646dd33798ee93e61f83504a0c938d86c507e05d7c9 - md5: 4ddfd44e473c676cb8e80548ba4aa704 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-1.2.0-hed03a55_1.conda + sha256: e511644d691f05eb12ebe1e971fd6dc3ae55a4df5c253b4e1788b789bdf2dfa6 + md5: 8ccf913aaba749a5496c17629d859ed1 depends: - __glibc >=2.17,<3.0.a0 - - brotli-bin 1.2.0 hf2c8021_0 - - libbrotlidec 1.2.0 hd53d788_0 - - libbrotlienc 1.2.0 h02bd7ab_0 + - brotli-bin 1.2.0 hb03c661_1 + - libbrotlidec 1.2.0 hb03c661_1 + - libbrotlienc 1.2.0 hb03c661_1 - libgcc >=14 license: MIT license_family: MIT - size: 19964 - timestamp: 1761592234411 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-bin-1.2.0-hf2c8021_0.conda - sha256: b4aa87fa7658c79e9334c607ad399a964ff75ec8241b9b744b8dc8fc84b55dd0 - md5: 5304333319a6124a2737d9f128cbc4ed + size: 20103 + timestamp: 1764017231353 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-bin-1.2.0-hb03c661_1.conda + sha256: 64b137f30b83b1dd61db6c946ae7511657eead59fdf74e84ef0ded219605aa94 + md5: af39b9a8711d4a8d437b52c1d78eb6a1 depends: - __glibc >=2.17,<3.0.a0 - - libbrotlidec 1.2.0 hd53d788_0 - - libbrotlienc 1.2.0 h02bd7ab_0 + - libbrotlidec 1.2.0 hb03c661_1 + - libbrotlienc 1.2.0 hb03c661_1 - libgcc >=14 license: MIT license_family: MIT - size: 20993 - timestamp: 1761592224816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-python-1.2.0-py311h7c6b74e_0.conda - sha256: 5e6858dae1935793a7fa7f46d8975b0596b546c28586cb463dd2fdeba3bcc193 - md5: 645bc783bc723d67a294a51bc860762d + size: 21021 + timestamp: 1764017221344 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/brotli-python-1.2.0-py312hdb49522_1.conda + sha256: 49df13a1bb5e388ca0e4e87022260f9501ed4192656d23dc9d9a1b4bf3787918 + md5: 64088dffd7413a2dd557ce837b4cbbdb depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 constrains: - - libbrotlicommon 1.2.0 h09219d5_0 + - libbrotlicommon 1.2.0 hb03c661_1 license: MIT license_family: MIT - size: 368532 - timestamp: 1761592301216 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/busco-6.0.0-pyhdfd78af_1.conda - sha256: 3b71b256468403e5e2984884f6db7964c8155e1627888eddb7e37631d5e88d23 - md5: 5c4fcbf8312c745e5186232a57b67268 - depends: - - augustus >=3.3 - - bbmap - - biopython >=1.79 - - blast >=2.10.1 - - fonts-conda-ecosystem - - hmmer >=3.1b2 - - matplotlib-base - - metaeuk >=6.a5d39d9 - - miniprot - - pandas - - prodigal - - python >=3.3 - - requests - - sepp >=4.5.6 - - wget - license: MIT - license_family: MIT - size: 348950 - timestamp: 1759927722737 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bwidget-1.10.1-ha770c72_1.conda + size: 368300 + timestamp: 1764017300621 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bwidget-1.10.1-ha770c72_1.conda sha256: c88dd33c89b33409ebcd558d78fdc66a63c18f8b06e04d170668ffb6c8ecfabd md5: 983b92277d78c0d0ec498e460caa0e6d depends: @@ -1950,35 +2979,27 @@ packages: license: TCL size: 129594 timestamp: 1750261567920 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda - sha256: c30daba32ddebbb7ded490f0e371eae90f51e72db620554089103b4a6934b0d5 - md5: 51a19bba1b8ebfb60df25cde030b7ebc +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/bzip2-1.0.8-hda65f42_9.conda + sha256: 0b75d45f0bba3e95dc693336fa51f40ea28c980131fec438afb7ce6118ed05f6 + md5: d2ffd7602c02f2b316fd921d39876885 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 license: bzip2-1.0.6 license_family: BSD - size: 260341 - timestamp: 1757437258798 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/c-ares-1.34.5-hb9d3cd8_0.conda - sha256: f8003bef369f57396593ccd03d08a8e21966157269426f71e943f96e4b579aeb - md5: f7f0d6cc2dc986d42ac2689ec88192be + size: 260182 + timestamp: 1771350215188 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/c-ares-1.34.8-hb03c661_0.conda + sha256: dee93a82d045f9aa8277829aa465224afa3c7a6ac18388de66099b2be7f705e7 + md5: 6130ad6705adc993b5d8482b7f66e01f depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 license: MIT license_family: MIT - size: 206884 - timestamp: 1744127994291 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda - sha256: b986ba796d42c9d3265602bc038f6f5264095702dd546c14bc684e60c385e773 - md5: f0991f0f84902f6b6009b4d2350a83aa - depends: - - __unix - license: ISC - size: 152432 - timestamp: 1762967197890 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda + size: 210929 + timestamp: 1784091008551 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-h3394656_0.conda sha256: 3bd6a391ad60e471de76c0e9db34986c4b5058587fbf2efa5a7f54645e28c2c7 md5: 09262e66b19567aff4f592fb53b28760 depends: @@ -2003,107 +3024,49 @@ packages: license: LGPL-2.1-only or MPL-1.1 size: 978114 timestamp: 1741554591855 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairocffi-1.7.1-pyhd8ed1ab_1.conda - sha256: 1f9642b94454fbcb605f5c711c512cea2147246a4e23aa9baddbda5324089c78 - md5: 54b7517cb759be8279efe23708528fe5 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cairo-1.18.4-he90730b_1.conda + sha256: 06525fa0c4e4f56e771a3b986d0fdf0f0fc5a3270830ee47e127a5105bde1b9a + md5: bb6c4808bfa69d6f7f6b07e5846ced37 depends: - - cairo >=1.14 - - cffi >=1.1 - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 67048 - timestamp: 1735230077496 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairosvg-2.8.2-pyhd8ed1ab_0.conda - sha256: 7c76dfe182f775ac9b0a92668fdf5a1d8db6b1459b9ac971d90fcb33609294cf - md5: a873c27598843c20dbb200681f49ea96 - depends: - - cairocffi - - cssselect2 - - defusedxml - - pillow - - python >=3.9 - - tinycss2 - license: LGPL-3.0-only - license_family: LGPL - size: 44459 - timestamp: 1747337159019 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cd-hit-4.8.1-h5ca1c30_13.tar.bz2 - sha256: 8793a98a7c93b9ade5caaa85e6eeccec69d774c197b772a8132373de2d6ce8e1 - md5: 8b5beac305bcf38b77be27e0233e4076 - depends: - - _openmp_mutex >=4.5 - - libgcc >=13 - - libgomp - - libstdcxx >=13 + - __glibc >=2.17,<3.0.a0 + - fontconfig >=2.15.0,<3.0a0 + - fonts-conda-ecosystem + - icu >=78.1,<79.0a0 + - libexpat >=2.7.3,<3.0a0 + - libfreetype >=2.14.1 + - libfreetype6 >=2.14.1 + - libgcc >=14 + - libglib >=2.86.3,<3.0a0 + - libpng >=1.6.53,<1.7.0a0 + - libstdcxx >=14 + - libxcb >=1.17.0,<2.0a0 - libzlib >=1.3.1,<2.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 185148 - timestamp: 1745532039886 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/cdbtools-0.99-h077b44d_12.tar.bz2 - sha256: b70324c9af58110d40b8ed9b5210fe7829cadd59ffef66cf01fa818cc9476fa6 - md5: 6b938da47db28f06ca9258f92d80e7cb - depends: - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: Public Domain - size: 80142 - timestamp: 1744771014271 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/certifi-2025.11.12-pyhd8ed1ab_0.conda - sha256: 083a2bdad892ccf02b352ecab38ee86c3e610ba9a4b11b073ea769d55a115d32 - md5: 96a02a5c1a65470a7e4eedb644c872fd - depends: - - python >=3.10 - license: ISC - size: 157131 - timestamp: 1762976260320 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cffi-2.0.0-py311h03d9500_1.conda - sha256: 3ad13377356c86d3a945ae30e9b8c8734300925ef81a3cb0a9db0d755afbe7bb - md5: 3912e4373de46adafd8f1e97e4bd166b + - pixman >=0.46.4,<1.0a0 + - xorg-libice >=1.1.2,<2.0a0 + - xorg-libsm >=1.2.6,<2.0a0 + - xorg-libx11 >=1.8.12,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: LGPL-2.1-only or MPL-1.1 + size: 989514 + timestamp: 1766415934926 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cffi-2.1.0-py312h460c074_0.conda + sha256: bdbc5810ea52e38b6b95e84826d818194ccfbe401a48c0d3829b8b7bb9093af5 + md5: 0e336c897248bad80548df3414599254 depends: - __glibc >=2.17,<3.0.a0 - libffi >=3.5.2,<3.6.0a0 - libgcc >=14 - pycparser - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 license: MIT license_family: MIT - size: 303338 - timestamp: 1761202960110 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/charset-normalizer-3.4.4-pyhd8ed1ab_0.conda - sha256: b32f8362e885f1b8417bac2b3da4db7323faa12d5db62b7fd6691c02d60d6f59 - md5: a22d1fd9bf98827e280a02875d9a007a - depends: - - python >=3.10 - license: MIT - license_family: MIT - size: 50965 - timestamp: 1760437331772 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/clustalw-2.1-h9948957_12.tar.bz2 - sha256: d82a95c35cfdb590c266131fdbb0ec62c7977a1edbc95ac43a03220886c855a4 - md5: 5989fcb871dabc90d1bb5de3d5c79185 - depends: - - libgcc >=13 - - libstdcxx >=13 - license: LGPL-3.0-or-later - license_family: LGPL - size: 384703 - timestamp: 1738739696573 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_1.conda - sha256: ab29d57dc70786c1269633ba3dff20288b81664d3ff8d21af995742e2bb03287 - md5: 962b9857ee8e7018c22f2776ffa0b2d7 - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 27011 - timestamp: 1733218222191 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/conda-25.9.1-py311h38be061_0.conda - sha256: 3afe2757f8d4885dca575fd33a41521548955ba18ae77199dd6103787e5766b6 - md5: 6d2e5856a4a3d51370c750938e9d502a + size: 302926 + timestamp: 1783424167115 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/conda-25.11.1-py312h7900ff3_0.conda + sha256: 4e4b0a5452c6e40b89810231d2c9ff508cc0205c772fb0ee2f66b597b365e75c + md5: 3fd3cbc53d8f0f7b3446e29cea655383 depends: - archspec >=0.2.3 - boltons >=23.0.0 @@ -2118,8 +3081,8 @@ packages: - platformdirs >=3.10.0 - pluggy >=1.0.0 - pycosat >=0.6.3 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - requests >=2.28.0,<3 - ruamel.yaml >=0.11.14,<0.19 - setuptools >=60.0.0 @@ -2128,60 +3091,27 @@ packages: - zstandard >=0.19.0 constrains: - conda-build >=25.9 - - conda-content-trust >=0.1.1 - conda-env >=2.6 + - conda-content-trust >=0.1.1 license: BSD-3-Clause license_family: BSD - size: 1235353 - timestamp: 1760108681826 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-libmamba-solver-25.4.0-pyhd8ed1ab_0.conda - sha256: 48999a7a6e300075e4ef1c85130614d75429379eea8fe78f18a38a8aab8da384 - md5: d62b8f745ff471d5594ad73605cb9b59 + size: 1215434 + timestamp: 1765816554878 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/contourpy-1.3.3-py312h0a2e395_4.conda + sha256: 62447faf7e8eb691e407688c0b4b7c230de40d5ecf95bf301111b4d05c5be473 + md5: 43c2bc96af3ae5ed9e8a10ded942aa50 depends: - - boltons >=23.0.0 - - conda >=24.11 - - libmambapy >=2.0.0 - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 41985 - timestamp: 1745834587643 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-handling-2.4.0-pyh7900ff3_2.conda - sha256: 8b2b1c235b7cbfa8488ad88ff934bdad25bac6a4c035714681fbff85b602f3f0 - md5: 32c158f481b4fd7630c565030f7bc482 - depends: - - conda-package-streaming >=0.9.0 - - python >=3.9 - - requests - - zstandard >=0.15 - license: BSD-3-Clause - license_family: BSD - size: 257995 - timestamp: 1736345601691 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-streaming-0.12.0-pyhd8ed1ab_0.conda - sha256: 11b76b0be2f629e8035be1d723ccb6e583eb0d2af93bde56113da7fa6e2f2649 - md5: ff75d06af779966a5aeae1be1d409b96 - depends: - - python >=3.9 - - zstandard >=0.15 - license: BSD-3-Clause - license_family: BSD - size: 21933 - timestamp: 1751548225624 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/contourpy-1.3.3-py311hdf67eae_3.conda - sha256: fde69b5ab61225daca6c2f05a93f94c06af93003e4f871d61470df5c4cf9587b - md5: c4e2f4d5193e55a70bb67a2aa07006ae - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - numpy >=1.25 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=14 + - libgcc >=14 + - python_abi 3.12.* *_cp312 license: BSD-3-Clause - size: 296142 - timestamp: 1762525422359 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/coreutils-9.5-hd590300_0.conda + license_family: BSD + size: 320386 + timestamp: 1769155979897 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/coreutils-9.5-hd590300_0.conda sha256: 7cd3b0f55aa55bb27b045c30f32b3f6b874ecc006f3abcb274c71a3bcbacb358 md5: 126d457e0e7a535278e808a7d8960015 depends: @@ -2190,7 +3120,7 @@ packages: license_family: GPL size: 3014238 timestamp: 1711655132451 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cpp-expected-1.3.1-h171cf75_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cpp-expected-1.3.1-h171cf75_0.conda sha256: 0d9405d9f2de5d4b15d746609d87807aac10e269072d6408b769159762ed113d md5: d17488e343e4c5c0bd0db18b3934d517 depends: @@ -2200,34 +3130,13 @@ packages: license: CC0-1.0 size: 24283 timestamp: 1756734785482 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cpython-3.11.14-py311hd8ed1ab_2.conda - noarch: generic - sha256: c871fe68dcc6b79b322e4fcf9f2b131162094c32a68d48c87aa8582995948a01 - md5: 43ed151bed1a0eb7181d305fed7cf051 - depends: - - python >=3.11,<3.12.0a0 - - python_abi * *_cp311 - license: Python-2.0 - size: 47257 - timestamp: 1761172995774 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cssselect2-0.8.0-pyhd8ed1ab_0.conda - sha256: 0a6728d77e337fd5b543765b0cd05eda996b63f4ef0c1bb34a02d78a7d123a68 - md5: 504bf822bea0f84547fb31e41de19714 - depends: - - python >=3.9 - - tinycss2 - - webencodings - license: BSD-3-Clause - license_family: BSD - size: 20425 - timestamp: 1751498485591 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.17.0-h4e3cde8_0.conda - sha256: 3fb39c401fbdbaf68b8f25c1d81600d2a771b6467cc5d7c88fbd1e06d8825ee1 - md5: a37bd62e2c34797cdb577920b35f3bc5 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.18.0-h4e3cde8_0.conda + sha256: f6f74fcb3a5a5239d8b876e9193df04dfcb1c5866e172797da657fdee9282b84 + md5: 261410cab40c7142adce3a09e24cae41 depends: - __glibc >=2.17,<3.0.a0 - krb5 >=1.21.3,<1.22.0a0 - - libcurl 8.17.0 h4e3cde8_0 + - libcurl 8.18.0 h4e3cde8_0 - libgcc >=14 - libssh2 >=1.11.1,<2.0a0 - libzlib >=1.3.1,<2.0a0 @@ -2235,18 +3144,26 @@ packages: - zstd >=1.5.7,<1.6.0a0 license: curl license_family: MIT - size: 186150 - timestamp: 1762333752178 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cycler-0.12.1-pyhd8ed1ab_1.conda - sha256: 9827efa891e507a91a8a2acf64e210d2aff394e1cde432ad08e1f8c66b12293c - md5: 44600c4667a319d67dbe0681fc0bc833 + size: 190096 + timestamp: 1767821756587 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/curl-8.21.0-hae6b9f4_3.conda + sha256: 379eb44d5489bb76e05825145b6aed52fa7e0c47247e62935dba55fed421c810 + md5: 8bb16a91a702dd7846e8f8e74964496a depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 13399 - timestamp: 1733332563512 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.22.2,<1.23.0a0 + - libcurl 8.21.0 hae6b9f4_3 + - libgcc >=14 + - libpsl >=0.22.0,<0.23.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 + - openssl >=3.5.7,<4.0a0 + - zstd >=1.5.7,<1.6.0a0 + license: curl + license_family: MIT + size: 195075 + timestamp: 1785406662440 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/cyrus-sasl-2.1.28-hd9c7081_0.conda sha256: ee09ad7610c12c7008262d713416d0b58bf365bc38584dce48950025850bdf3f md5: cae723309a49399d2949362f4ab5c9e4 depends: @@ -2261,7 +3178,7 @@ packages: license_family: BSD size: 209774 timestamp: 1750239039316 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dav1d-1.2.1-hd590300_0.conda sha256: 22053a5842ca8ee1cf8e1a817138cdb5e647eb2c46979f84153f6ad7bde73020 md5: 418c6ca5929a611cbd69204907a83995 depends: @@ -2270,82 +3187,20 @@ packages: license_family: BSD size: 760229 timestamp: 1685695754230 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dbus-1.16.2-h3c4dab8_0.conda - sha256: 3b988146a50e165f0fa4e839545c679af88e4782ec284cc7b6d07dd226d6a068 - md5: 679616eb5ad4e521c83da4650860aba7 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/dbus-1.16.2-h24cb091_1.conda + sha256: 8bb557af1b2b7983cf56292336a1a1853f26555d9c6cecf1e5b2b96838c9da87 + md5: ce96f2f470d39bd96ce03945af92e280 depends: - - libstdcxx >=13 - - libgcc >=13 - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libexpat >=2.7.0,<3.0a0 + - libgcc >=14 + - libstdcxx >=14 - libzlib >=1.3.1,<2.0a0 - - libglib >=2.84.2,<3.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 437860 - timestamp: 1747855126005 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - md5: 961b3a227b437d82ad7054484cfa71b2 - depends: - - python >=3.6 - license: PSF-2.0 - license_family: PSF - size: 24062 - timestamp: 1615232388757 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/dendropy-5.0.8-pyhdfd78af_1.tar.bz2 - sha256: 102790b465893f5a5c4c3fa045f677e23f990ecc6d1b61d240153c3569a5b99f - md5: 0fa94922431d1074792639704d19461d - depends: - - python >=3.6 - license: BSD-3-Clause - license_family: BSD - size: 335113 - timestamp: 1750372782364 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/diamond-2.1.16-h13889ed_0.conda - sha256: ad1ec8a459744d513fc67c99685b9b1f559635a7cc5d8392acc02311f2f9e3b4 - md5: 778c9cf6515aa20b494f4954f60f2983 - depends: - - _openmp_mutex >=4.5 - - libgcc >=13 - - libgomp - - libsqlite >=3.51.0,<4.0a0 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 16884344 - timestamp: 1762807031736 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda - sha256: 5603c7d0321963bb9b4030eadabc3fd7ca6103a38475b4e0ed13ed6d97c86f4e - md5: 0a2014fd9860f8b1eaa0b1f3d3771a08 - depends: - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - size: 41773 - timestamp: 1734729953882 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda - sha256: ef1e7b8405997ed3d6e2b6722bd7088d4a8adf215e7c88335582e65651fb4e05 - md5: d73fdc05f10693b518f52c994d748c19 - depends: - - python >=3.10,<4.0.0 - - sniffio - - python - constrains: - - aioquic >=1.2.0 - - cryptography >=45 - - httpcore >=1.0.0 - - httpx >=0.28.0 - - h2 >=4.2.0 - - idna >=3.10 - - trio >=0.30 - - wmi >=1.5.1 - license: ISC - size: 196500 - timestamp: 1757292856922 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda + - libglib >=2.86.2,<3.0a0 + - libexpat >=2.7.3,<3.0a0 + license: AFL-2.1 OR GPL-2.0-or-later + size: 447649 + timestamp: 1764536047944 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/double-conversion-3.3.1-h5888daf_0.conda sha256: 1bcc132fbcc13f9ad69da7aa87f60ea41de7ed4d09f3a00ff6e0e70e1c690bc2 md5: bfd56492d8346d669010eccafe0ba058 depends: @@ -2356,82 +3211,25 @@ packages: license_family: BSD size: 69544 timestamp: 1739569648873 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/entrez-direct-24.0-he881be0_0.tar.bz2 - sha256: 71a8f349659c9c18efa544663de2db1a20b5e3d32f8e4e88cd33110a0caf4eb3 - md5: 52a3fabee9201c2c6093c13b4eaf29b4 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ete4-4.4.0-py312h4c3975b_0.conda + sha256: 7d495787454bd742c74655f49cc31f2cd5194ec975b2932c934b9f3ccc5800af + md5: 8d0e65e15683bcbbcc8d8fbc6e67b181 depends: - - wget - license: Public Domain - size: 17127014 - timestamp: 1748473197798 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ete3-3.1.3-pyhd8ed1ab_0.conda - sha256: 003a3f1939e89cc2e4139882030d9c329cee92aee6299d69a8d2fa671b576fb3 - md5: 7fca9be27a33c9244676f43cc0bb792e - depends: - - lxml + - __glibc >=2.17,<3.0.a0 + - bottle + - brotli + - cheroot + - libgcc >=14 - numpy - - pyqt >=5.15.* - - python >=3.7 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - requests - scipy - - six - - xorg-libsm - - xorg-libxau - - xorg-libxdmcp - - xorg-libxext - - xorg-libxrender - - xorg-xextproto - license: GPL-3.0-only - license_family: GPL - size: 1778742 - timestamp: 1688510187352 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/famsa-2.4.1-h9ee0642_0.tar.bz2 - sha256: c4a54b4199ffa7e63b162dc3514889d3481531cdd9fd41b86e83bc049630cd93 - md5: 315177feab042829efe7a14054b5ac53 license: GPL-3.0-or-later - license_family: GPL3 - size: 1389689 - timestamp: 1752619191048 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastme-2.1.6.3-h7b50bb2_1.tar.bz2 - sha256: a99eb1eb5bf1e6db0cab86423c404eb3b0922b6d36b5511ba77597c4e1346761 - md5: 4c2c2ac65080caab30d3b735eb867388 - depends: - - libgcc >=13 - license: GPL-3.0-only - license_family: GPL3 - size: 152311 - timestamp: 1733934328397 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fastp-1.0.1-heae3180_0.tar.bz2 - sha256: accee7e586711b20b32a47e85fd9ede4c428cd588c0ad5df0be84077f689af66 - md5: 166517452931b0bd1e04fbb06d5e7915 - depends: - - isa-l >=2.31.1,<3.0a0 - - libdeflate >=1.22,<1.26.0a0 - - libgcc >=13 - - libstdcxx >=13 - license: MIT - license_family: MIT - size: 270543 - timestamp: 1750159498639 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/fasttree-2.2.0-h7b50bb2_0.conda - sha256: 6ad495bb05b10cccc909af074360ad275abdce3e8d98c7738e9cf5757f217e79 - md5: 7e98e9bf25eca335b0d81d9e8905e916 - depends: - - _openmp_mutex >=4.5 - - libgcc >=13 - - libgomp - license: GPL-2.0-or-later license_family: GPL - size: 204873 - timestamp: 1756944351590 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/filelock-3.20.0-pyhd8ed1ab_0.conda - sha256: 19025a4078ff3940d97eb0da29983d5e0deac9c3e09b0eabf897daeaf9d1114e - md5: 66b8b26023b8efdf8fcb23bac4b6325d - depends: - - python >=3.10 - license: Unlicense - size: 17976 - timestamp: 1759948208140 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fmt-11.2.0-h07f6e7f_0.conda + size: 1876215 + timestamp: 1784106705550 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fmt-11.2.0-h07f6e7f_0.conda sha256: e0f53b7801d0bcb5d61a1ddcb873479bfe8365e56fd3722a232fbcc372a9ac52 md5: 0c2f855a88fab6afa92a7aa41217dc8e depends: @@ -2442,94 +3240,46 @@ packages: license_family: MIT size: 192721 timestamp: 1751277120358 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - md5: 0c96522c6bdaed4b1566d11387caaf45 - license: BSD-3-Clause - license_family: BSD - size: 397370 - timestamp: 1566932522327 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - md5: 34893075a5c9e55cdafac56607368fc6 - license: OFL-1.1 - license_family: Other - size: 96530 - timestamp: 1620479909603 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - md5: 4d59c254e01d9cde7957100457e2d5fb - license: OFL-1.1 - license_family: Other - size: 700814 - timestamp: 1620479612257 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda - sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 - md5: 49023d73832ef61042f6a237cb2687e7 - license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 - license_family: Other - size: 1620504 - timestamp: 1727511233259 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.15.0-h7e30c49_1.conda - sha256: 7093aa19d6df5ccb6ca50329ef8510c6acb6b0d8001191909397368b65b02113 - md5: 8f5b0b297b59e1ac160ad4beec99dbee +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fontconfig-2.18.2-h27c8c51_0.conda + sha256: d77a47bc2b340b997c680241751e581672d1d0377a680eaf0b19026f013f56b7 + md5: 3c702747058a5d0af93fe71e559327f3 depends: - __glibc >=2.17,<3.0.a0 - - freetype >=2.12.1,<3.0a0 - - libexpat >=2.6.3,<3.0a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 + - libexpat >=2.8.1,<3.0a0 + - libfreetype >=2.14.3 + - libfreetype6 >=2.14.3 + - libgcc >=14 + - libuuid >=2.42.2,<3.0a0 + - libzlib >=1.3.2,<2.0a0 license: MIT license_family: MIT - size: 265599 - timestamp: 1730283881107 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - md5: fee5683a3f04bd15cbd8318b096a27ab - depends: - - fonts-conda-forge - license: BSD-3-Clause - license_family: BSD - size: 3667 - timestamp: 1566974674465 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda - sha256: 54eea8469786bc2291cc40bca5f46438d3e062a399e8f53f013b6a9f50e98333 - md5: a7970cd949a077b7cb9696379d338681 - depends: - - font-ttf-ubuntu - - font-ttf-inconsolata - - font-ttf-dejavu-sans-mono - - font-ttf-source-code-pro - license: BSD-3-Clause - license_family: BSD - size: 4059 - timestamp: 1762351264405 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fonttools-4.60.1-py311h3778330_0.conda - sha256: 1c4e796c337faaeb0606bd6291e53e31848921ac78f295f2b671a2dc09f816cb - md5: 91f834f85ac92978cfc3c1c178573e85 + size: 292684 + timestamp: 1784754430789 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fonttools-4.63.0-py312h8a5da7c_0.conda + sha256: d235ae7075642044ceb3d922ef2a710a82665755ac9bbb7e8dad7daa72bc6d87 + md5: 294fb524171e2a2748cb7fe708aba826 depends: - __glibc >=2.17,<3.0.a0 - brotli - libgcc >=14 - munkres - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - unicodedata2 >=15.1.0 license: MIT license_family: MIT - size: 2940664 - timestamp: 1759187410840 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.1-ha770c72_0.conda - sha256: bf8e4dffe46f7d25dc06f31038cacb01672c47b9f45201f065b0f4d00ab0a83e - md5: 4afc585cd97ba8a23809406cd8a9eda8 + size: 3007892 + timestamp: 1778770568019 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/freetype-2.14.3-ha770c72_0.conda + sha256: c934c385889c7836f034039b43b05ccfa98f53c900db03d8411189892ced090b + md5: 8462b5322567212beeb025f3519fb3e2 depends: - - libfreetype 2.14.1 ha770c72_0 - - libfreetype6 2.14.1 h73754d4_0 + - libfreetype 2.14.3 ha770c72_0 + - libfreetype6 2.14.3 h73754d4_0 license: GPL-2.0-only OR FTL - size: 173114 - timestamp: 1757945422243 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda + size: 173839 + timestamp: 1774298173462 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/fribidi-1.0.16-hb03c661_0.conda sha256: 858283ff33d4c033f4971bf440cebff217d5552a5222ba994c49be990dacd40d md5: f9f81ea472684d75b9dd8d0b328cf655 depends: @@ -2538,112 +3288,66 @@ packages: license: LGPL-2.1-or-later size: 61244 timestamp: 1757438574066 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/frozendict-2.4.7-py311h49ec1c0_0.conda - sha256: df99ccc63c065875cc150f451aaab03e6733898219cf2f248543fe53b08deff0 - md5: cfc74ea184e02e531732abb17778e9fc +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gawk-5.4.1-h0a3468a_0.conda + sha256: 0ae20399bc13d1097237cf29653c1f2dd68e37f08b47a9b3cab76f97556a6bfa + md5: 64fd8d804a6aaef55d6d6c562446d72b depends: - - __glibc >=2.17,<3.0.a0 + - gmp + - mpfr - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: LGPL-3.0-only - license_family: LGPL - size: 32010 - timestamp: 1763082979695 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fsspec-2025.12.0-pyhd8ed1ab_0.conda - sha256: 64a4ed910e39d96cd590d297982b229c57a08e70450d489faa34fd2bec36dbcc - md5: a3b9510e2491c20c7fc0f5e730227fbb - depends: - - python >=3.10 - license: BSD-3-Clause - license_family: BSD - size: 147391 - timestamp: 1764784920938 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gawk-5.3.1-hcd3d067_0.conda - sha256: ec4ebb9444dccfcbff8a2d19b2811b48a20a58dcd08b29e3851cb930fc0f00d8 - md5: 91d4414ab699180b2b0b10b8112c5a2f - depends: - __glibc >=2.17,<3.0.a0 - gmp >=6.3.0,<7.0a0 - - libasprintf >=0.22.5,<1.0a0 - - libgcc >=13 - - libgettextpo >=0.22.5,<1.0a0 - - mpfr >=4.2.1,<5.0a0 - - readline >=8.2,<9.0a0 + - readline >=8.3,<9.0a0 + - libasprintf >=0.25.1,<1.0a0 + - libgettextpo >=0.25.1,<1.0a0 + - mpfr >=4.2.2,<5.0a0 license: GPL-3.0-or-later license_family: GPL - size: 1202471 - timestamp: 1726677363710 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gcc_impl_linux-64-15.2.0-hcacfade_7.conda - sha256: 6a19411e3fe4e4f55509f4b0c374663b3f8903ed5ae1cc94be1b88846c50c269 - md5: 3d75679d5e2bd547cb52b913d73f69ef + size: 1522511 + timestamp: 1783686211415 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gcc_impl_linux-64-16.1.0-h5fcb69b_1.conda + sha256: 00c87015522248adb5565a1b8f977cfe927831dd7ef0cb0a5d13f896844af719 + md5: 419982d8913246db404319048e062d3e depends: - - binutils_impl_linux-64 >=2.40 - - libgcc >=15.2.0 - - libgcc-devel_linux-64 15.2.0 h73f6952_107 - - libgomp >=15.2.0 - - libsanitizer 15.2.0 hb13aed2_7 - - libstdcxx >=15.2.0 + - binutils_impl_linux-64 >=2.46.1 + - libgcc >=16.1.0 + - libgcc-devel_linux-64 16.1.0 h59071f9_101 + - libgomp >=16.1.0 + - libsanitizer 16.1.0 hf2715c6_1 + - libstdcxx >=16.1.0 + - libstdcxx-devel_linux-64 16.1.0 h41cdd0d_101 - sysroot_linux-64 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 77766660 - timestamp: 1759968214246 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gettext-0.25.1-h3f43e3d_1.conda - sha256: cbfa8c80771d1842c2687f6016c5e200b52d4ca8f2cc119f6377f64f899ba4ff - md5: c42356557d7f2e37676e121515417e3b + size: 85161422 + timestamp: 1785375529345 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gfortran_impl_linux-64-16.1.0-h08e1a1a_1.conda + sha256: e4e2e3ae7775b9f6fabcb8b0deb675c2fe5ed036d67713b21759f7f937488153 + md5: dad331198527e6b37015a35221daf18c depends: - - __glibc >=2.17,<3.0.a0 - - gettext-tools 0.25.1 h3f43e3d_1 - - libasprintf 0.25.1 h3f43e3d_1 - - libasprintf-devel 0.25.1 h3f43e3d_1 - - libgcc >=14 - - libgettextpo 0.25.1 h3f43e3d_1 - - libgettextpo-devel 0.25.1 h3f43e3d_1 - - libiconv >=1.18,<2.0a0 - - libstdcxx >=14 - license: LGPL-2.1-or-later AND GPL-3.0-or-later - size: 541357 - timestamp: 1753343006214 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gettext-tools-0.25.1-h3f43e3d_1.conda - sha256: c792729288bdd94f21f25f80802d4c66957b4e00a57f7cb20513f07aadfaff06 - md5: a59c05d22bdcbb4e984bf0c021a2a02f + - gcc_impl_linux-64 >=16.1.0 + - libgcc >=16.1.0 + - libgfortran5 >=16.1.0 + - libstdcxx >=16.1.0 + - sysroot_linux-64 + license: GPL-3.0-only WITH GCC-exception-3.1 + size: 21030256 + timestamp: 1785375669882 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-ha257d8a_1.conda + sha256: 3611c5d605cd56017704e6c01c7bd849e74a656a546d4c49d655fde49ddfeecc + md5: bd7c3a8586ed0101f094962100d30a63 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libiconv >=1.18,<2.0a0 - license: GPL-3.0-or-later - license_family: GPL - size: 3644103 - timestamp: 1753342966311 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gfortran_impl_linux-64-15.2.0-h1b0a18f_7.conda - sha256: 42e7708bafd41520290e74a904ebdd61049f2de90e8c1e984a889f36a2f5d140 - md5: e3881b0a8332d614c4f44269d655e34a - depends: - - gcc_impl_linux-64 >=15.2.0 - - libgcc >=15.2.0 - - libgfortran5 >=15.2.0 - - libstdcxx >=15.2.0 - - sysroot_linux-64 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 18408383 - timestamp: 1759968476862 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/giflib-5.2.2-hd590300_0.conda - sha256: aac402a8298f0c0cc528664249170372ef6b37ac39fdc92b40601a6aed1e32ff - md5: 3bf7b9fd5a7136126e0234db4b87c8b6 - depends: - - libgcc-ng >=12 license: MIT license_family: MIT - size: 77248 - timestamp: 1712692454246 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/git-2.51.2-pl5321h28be001_0.conda - sha256: 6ec0a715e315bade2408c965d0c25173883ef083a7c432c0c21436d96d7b0c09 - md5: 1e4465f1bb7537c13d299922bbdb6ad7 + size: 77403 + timestamp: 1784694210187 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/git-2.52.0-pl5321h28be001_0.conda + sha256: eb44eb774eef6bfba063318a9bcb16e5d7ac2421c0295aa372cd9c79e298ec83 + md5: 64f99919099fccc29460a2f484090fa2 depends: - __glibc >=2.28,<3.0.a0 - - libcurl >=8.16.0,<9.0a0 + - libcurl >=8.17.0,<9.0a0 - libexpat >=2.7.1,<3.0a0 - libgcc >=14 - libiconv >=1.18,<2.0a0 @@ -2652,31 +3356,31 @@ packages: - pcre2 >=10.46,<10.47.0a0 - perl 5.* license: GPL-2.0-or-later and LGPL-2.1-or-later - size: 11563641 - timestamp: 1761751922851 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-2.86.1-hbcf1ec1_2.conda - sha256: 437e67015fab762216332c71d5bb91d45f936f91d6c1eb2b77078a12fc979aff - md5: 782f4ffc15f28cfa5dd79bff36a5afd4 + size: 11613263 + timestamp: 1763469108409 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-2.86.2-hbcf1ec1_0.conda + sha256: cbf7d14a84eacdfc1ac250a351d6f4ae77b8e75af5f92beef247918b26e9d47a + md5: bece9d9271a32ac5b6db28f96ff1dbcc depends: - - glib-tools 2.86.1 hf516916_2 + - glib-tools 2.86.2 hf516916_0 - libffi >=3.5.2,<3.6.0a0 - - libglib 2.86.1 h32235b2_2 + - libglib 2.86.2 h32235b2_0 - packaging - python * license: LGPL-2.1-or-later - size: 613149 - timestamp: 1762787549223 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-tools-2.86.1-hf516916_2.conda - sha256: 743c57390c289c771a3bc90e27c817322a6dc518a3f00970caf2ee7b09421b46 - md5: b069da7bb5db4edd45e9f8887f10b52e + size: 612485 + timestamp: 1763672446934 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glib-tools-2.86.2-hf516916_0.conda + sha256: 5517dae367d069de42c16d48f4b7e269acdedc11d43a5d4ec8d077d43ae00f45 + md5: 14ad79cb7501b6a408485b04834a734c depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libglib 2.86.1 h32235b2_2 + - libglib 2.86.2 h32235b2_0 license: LGPL-2.1-or-later - size: 115896 - timestamp: 1762787507126 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glpk-5.0-h445213a_0.tar.bz2 + size: 116278 + timestamp: 1763672395899 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/glpk-5.0-h445213a_0.tar.bz2 sha256: 0e19c61198ae9e188c43064414a40101f5df09970d4a2c483c0c46a6b1538966 md5: efc4b0c33bdf47312ad5a8a0587fa653 depends: @@ -2686,7 +3390,7 @@ packages: license_family: GPL size: 1047292 timestamp: 1624569176979 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmp-6.3.0-hac33072_2.conda sha256: 309cf4f04fec0c31b6771a5809a1909b4b3154a2208f52351e1ada006f4c750c md5: c94a5994ef49749880a8139cf9afcbe1 depends: @@ -2695,33 +3399,33 @@ packages: license: GPL-2.0-or-later OR LGPL-3.0-or-later size: 460055 timestamp: 1718980856608 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmpy2-2.2.1-py311h92a432a_2.conda - sha256: fbe865298f27112a605284020205b2803ac913c095af5f5b10d9b7fd7dfd24dc - md5: a84186a60d84f6506b54ceb65e83d363 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gmpy2-2.3.0-py312hcaba1f9_1.conda + sha256: 6fbdd686d04a0d8c48efe92795137d3bba55a4325acd7931978fd8ea5e24684d + md5: fedbe80d864debab03541e1b447fc12a depends: - __glibc >=2.17,<3.0.a0 - gmp >=6.3.0,<7.0a0 - libgcc >=14 - mpc >=1.3.1,<2.0a0 - mpfr >=4.2.1,<5.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 license: LGPL-3.0-or-later license_family: LGPL - size: 202878 - timestamp: 1762946866045 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.14-hecca717_2.conda - sha256: 25ba37da5c39697a77fce2c9a15e48cf0a84f1464ad2aafbe53d8357a9f6cc8c - md5: 2cd94587f3a401ae05e03a6caf09539d + size: 253171 + timestamp: 1773245116314 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/graphite2-1.3.15-hecca717_0.conda + sha256: 885fa7d1d7e2ad9ed0a700ee0d81ceb49de278253082d517959b22d6336eecce + md5: cf09e9fc938518e91d0706572cadf17a depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 license: LGPL-2.0-or-later license_family: LGPL - size: 99596 - timestamp: 1755102025473 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gsl-2.7-he838d99_0.tar.bz2 + size: 100054 + timestamp: 1780454302233 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gsl-2.7-he838d99_0.tar.bz2 sha256: 132a918b676dd1f533d7c6f95e567abf7081a6ea3251c3280de35ef600e0da87 md5: fec079ba39c9cca093bf4c00001825de depends: @@ -2732,7 +3436,7 @@ packages: license_family: GPL size: 3376423 timestamp: 1626369596591 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gst-plugins-base-1.24.11-h651a532_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gst-plugins-base-1.24.11-h651a532_0.conda sha256: a497d2ba34fdfa4bead423cba5261b7e619df3ac491fb0b6231d91da45bd05fc md5: d8d8894f8ced2c9be76dc9ad1ae531ce depends: @@ -2764,7 +3468,7 @@ packages: license_family: LGPL size: 2859572 timestamp: 1745093626455 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gstreamer-1.24.11-hc37bda9_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gstreamer-1.24.11-hc37bda9_0.conda sha256: 6e93b99d77ac7f7b3eb29c1911a0a463072a40748b96dbe37c18b2c0a90b34de md5: 056d86cacf2b48c79c6a562a2486eb8c depends: @@ -2779,31 +3483,18 @@ packages: license_family: LGPL size: 2021832 timestamp: 1745093493354 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gxx_impl_linux-64-15.2.0-h54ccb8d_7.conda - sha256: 1fb7da99bcdab2ef8bd2458d8116600524207f3177d5c786d18f3dc5f824a4b8 - md5: f2da2e9e5b7c485f5a4344d5709d8633 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/gxx_impl_linux-64-16.1.0-he33a5f8_1.conda + sha256: 4b7e7a082fab18a58409b05c2611b8edb4aeb06ee07be380a73da5de911da2ba + md5: aaeab97072d79e7945182dc7d4e1a035 depends: - - gcc_impl_linux-64 15.2.0 hcacfade_7 - - libstdcxx-devel_linux-64 15.2.0 h73f6952_107 + - gcc_impl_linux-64 16.1.0 h5fcb69b_1 + - libstdcxx-devel_linux-64 16.1.0 h41cdd0d_101 - sysroot_linux-64 - tzdata license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 16283256 - timestamp: 1759968538523 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/h2-4.3.0-pyhcf101f3_0.conda - sha256: 84c64443368f84b600bfecc529a1194a3b14c3656ee2e832d15a20e0329b6da3 - md5: 164fc43f0b53b6e3a7bc7dce5e4f1dc9 - depends: - - python >=3.10 - - hyperframe >=6.1,<7 - - hpack >=4.1,<5 - - python - license: MIT - license_family: MIT - size: 95967 - timestamp: 1756364871835 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-12.2.0-h15599e2_0.conda + size: 16633585 + timestamp: 1785375706410 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-12.2.0-h15599e2_0.conda sha256: 6bd8b22beb7d40562b2889dc68232c589ff0d11a5ad3addd41a8570d11f039d9 md5: b8690f53007e9b5ee2c2178dd4ac778c depends: @@ -2822,7 +3513,16 @@ packages: license_family: MIT size: 2411408 timestamp: 1762372726141 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/hdf5-1.14.3-nompi_h2d575fe_109.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/harfbuzz-14.2.1-ha770c72_1.conda + sha256: 853beec89ff91cbbf630f1d305b69153eb28a3cb78af95ddc1fb4d30e524c6f4 + md5: 72e956a71241633d8c80aa198fd08784 + depends: + - libharfbuzz-devel 14.2.1 h17a8019_1 + license: MIT + license_family: MIT + size: 11039 + timestamp: 1782800611635 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/hdf5-1.14.3-nompi_h2d575fe_109.conda sha256: e8669a6d76d415f4fdbe682507ac3a3b39e8f493d2f2bdc520817f80b7cc0753 md5: e7a7a6e6f70553a31e6e79c65768d089 depends: @@ -2839,63 +3539,7 @@ packages: license_family: BSD size: 3930078 timestamp: 1737516601132 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hisat2-2.2.1-h503566f_8.tar.bz2 - sha256: c413a90c535a385e7bad2bc8bd968ff2db185b5850b8fbbf214fc97602d57642 - md5: febdedf65aa5a9dc028860df21afc9a6 - depends: - - libgcc >=13 - - libstdcxx >=13 - - perl - - python >3.5 - license: GPL-3.0 - license_family: GPL - size: 16680452 - timestamp: 1734019722585 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/hmmer-3.4-hb6cb901_4.tar.bz2 - sha256: 604f55ee1f16a9f3c2d07f90eeb4331f5b9c1dca8ed1b70e0fea3bf81b140310 - md5: 689f962720e131fe4849e2909181120a - depends: - - gsl >=2.7,<2.8.0a0 - - libgcc >=13 - - openmpi >=4.1.6,<5.0a0 - license: BSD - license_family: BSD - size: 11913715 - timestamp: 1746006254153 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hpack-4.1.0-pyhd8ed1ab_0.conda - sha256: 6ad78a180576c706aabeb5b4c8ceb97c0cb25f1e112d76495bff23e3779948ba - md5: 0a802cb9888dd14eeefc611f05c40b6e - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 30731 - timestamp: 1737618390337 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/htslib-1.22.1-h566b1c6_0.tar.bz2 - sha256: 858e634fea447555dcf9725c6533ec7e0f345cb74b53d0d6c99f0ff9575924a1 - md5: 646b491ab86e0ab7173d35eb3a5f3241 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libcurl >=8.14.1,<9.0a0 - - libdeflate >=1.22,<1.26.0a0 - - libgcc >=13 - - liblzma >=5.8.1,<6.0a0 - - libzlib >=1.3.1,<2.0a0 - - openssl >=3.5.1,<4.0a0 - license: MIT - license_family: MIT - size: 3255846 - timestamp: 1752522753233 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda - sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 - md5: 8e6923fc12f1fe8f8c4e5c9f343256ac - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 17397 - timestamp: 1737618427549 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-75.1-he02047a_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-75.1-he02047a_0.conda sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e md5: 8b189310083baabfb622af68fd9d3ae3 depends: @@ -2906,71 +3550,40 @@ packages: license_family: MIT size: 12129203 timestamp: 1720853576813 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/idna-3.11-pyhd8ed1ab_0.conda - sha256: ae89d0299ada2a3162c2614a9d26557a92aa6a77120ce142f8e0109bbf0342b0 - md5: 53abe63df7e10a6ba605dc5f9f961d36 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/icu-78.3-h54a6638_2.conda + sha256: d7c260b7e1cf22ce04d6ba8a86eabf4e6c50bc96a5c27fe2ecb32298af3e88eb + md5: 4ef4b977bb216a3001a3334696a80850 depends: - - python >=3.10 - license: BSD-3-Clause - license_family: BSD - size: 50721 - timestamp: 1760286526795 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/iqtree-3.0.1-h503566f_0.tar.bz2 - sha256: e0dcb9e8678bd5a50c2c966d1916f9b38fc29ee5e98ce3207e0f50c2145d6dba - md5: fd4dfb10aac70986b4b51d73c45b4312 - depends: - - _openmp_mutex >=4.5 - - libgcc >=13 - - libgomp - - libstdcxx >=13 - license: GPL-2.0-or-later - license_family: GPL2 - size: 4400455 - timestamp: 1752022486560 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/isa-l-2.31.1-hb9d3cd8_1.conda - sha256: 75b15f01a6b286630c4a98be0d05e286275a5ef3868e23e6d9644e51b73650e1 - md5: 00f364ec0a7e975ec9d2fc720b19c129 + - libstdcxx >=14 + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + license: MIT + license_family: MIT + size: 14455340 + timestamp: 1784916378180 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/isa-l-2.32.1-hb03c661_0.conda + sha256: bdcd52848058d7a5ef3fdd88b29701b51d03e948e49f5cc05036d8c8f7943f4e + md5: aee2e139304e7b59d3369222bb9eb288 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 license: BSD-3-Clause license_family: BSD - size: 157291 - timestamp: 1736497194571 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda - sha256: fc9ca7348a4f25fed2079f2153ecdcf5f9cf2a0bc36c4172420ca09e1849df7b - md5: 04558c96691bed63104678757beb4f8d - depends: - - markupsafe >=2.0 - - python >=3.10 - - python - license: BSD-3-Clause - license_family: BSD - size: 120685 - timestamp: 1764517220861 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/joblib-1.5.2-pyhd8ed1ab_0.conda - sha256: 6fc414c5ae7289739c2ba75ff569b79f72e38991d61eb67426a8a4b92f90462c - md5: 4e717929cfa0d49cef92d911e31d0e90 - depends: - - python >=3.10 - - setuptools - license: BSD-3-Clause - license_family: BSD - size: 224671 - timestamp: 1756321850584 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jq-1.8.1-h73b1eb8_0.conda - sha256: ab26cb11ad0d10f5c6637d925b044c74a3eacb5825686d3720313b3cb6d40cef - md5: 2714e43bfc035f7ef26796632aa1b523 + size: 168645 + timestamp: 1783949090784 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jq-1.8.2-h280c20c_0.conda + sha256: 74d0a62d64cbe84a916ab437f71c61bf113b29a2b75e80cb5cc440626eef947e + md5: e246309d3884a2b8a4cde89d17f4a1a3 depends: - oniguruma 6.9.* - - libgcc >=13 + - libgcc >=14 - __glibc >=2.17,<3.0.a0 - oniguruma >=6.9.10,<6.10.0a0 license: MIT license_family: MIT - size: 313184 - timestamp: 1751447310552 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsoncpp-1.9.6-hf42df4d_1.conda + size: 317303 + timestamp: 1782114905891 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsoncpp-1.9.6-hf42df4d_1.conda sha256: ed4b1878be103deb2e4c6d0eea3c9bdddfd7fc3178383927dce7578fb1063520 md5: 7bdc5e2cc11cb0a0f795bdad9732b0f2 depends: @@ -2980,27 +3593,7 @@ packages: license: LicenseRef-Public-Domain OR MIT size: 169093 timestamp: 1733780223643 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda - sha256: 304955757d1fedbe344af43b12b5467cca072f83cce6109361ba942e186b3993 - md5: cb60ae9cf02b9fcb8004dec4089e5691 - depends: - - jsonpointer >=1.9 - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 17311 - timestamp: 1733814664790 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/jsonpointer-3.0.0-py311h38be061_2.conda - sha256: 4e744b30e3002b519c48868b3f5671328274d1d78cc8cbc0cda43057b570c508 - md5: 5dd29601defbcc14ac6953d9504a80a7 - depends: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: BSD-3-Clause - license_family: BSD - size: 18368 - timestamp: 1756754243123 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/julia-1.12.1-h212faf0_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/julia-1.12.1-h212faf0_0.conda sha256: 4537b6ece3e32e9a316f92f77bd84346bb6ad6ef97511381e58a267a87748ece md5: dc190fbdcb5f4e6ed4d739e3153a1d69 depends: @@ -3046,7 +3639,7 @@ packages: license_family: MIT size: 171812998 timestamp: 1762176763294 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kaldi-5.5.1112-cpu_h7360626_9.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kaldi-5.5.1112-cpu_h7360626_9.conda sha256: 0e69c1e2cdec14c727e15759230016daf8ec40c76360905771d6cf59f2520b27 md5: 6058b0901ca9d9600abc77e33debc446 depends: @@ -3067,32 +3660,7 @@ packages: license_family: APACHE size: 21207122 timestamp: 1748592488463 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kallisto-0.51.1-h2b92561_2.tar.bz2 - sha256: dec322eb26df26ce8dac69fb058bb5328b34876d328f524dc900f127a7eabe2a - md5: b76c20fc5d0a865b21eb8b384cadbae8 - depends: - - bzip2 >=1.0.8,<2.0a0 - - hdf5 >=1.14.3,<1.14.4.0a0 - - libcurl >=8.14.1,<9.0a0 - - libgcc >=13 - - liblzma >=5.8.1,<6.0a0 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - zlib-ng >=2.2.5,<2.3.0a0 - license: BSD-2-Clause - license_family: BSD - size: 1085690 - timestamp: 1754786122034 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_8.conda - sha256: 305c22a251db227679343fd73bfde121e555d466af86e537847f4c8b9436be0d - md5: ff007ab0f0fdc53d245972bba8a6d40c - constrains: - - sysroot_linux-64 ==2.28 - license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later - license_family: GPL - size: 1272697 - timestamp: 1752669126073 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda sha256: 0960d06048a7185d3542d850986d807c6e37ca2e644342dd0c72feefcf26c2a4 md5: b38117a3c920364aff79f870c984b4a3 depends: @@ -3101,32 +3669,20 @@ packages: license: LGPL-2.1-or-later size: 134088 timestamp: 1754905959823 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kiwisolver-1.4.9-py311h724c32c_2.conda - sha256: 81181e88c0d49cc86bc687e2583da0cb0b651525bf17d4f4f3aecb1596441769 - md5: 4089f739463c798e10d8644bc34e24de +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/kiwisolver-1.5.0-py312h0a2e395_0.conda + sha256: eec7654c2d68f06590862c6e845cc70987b6d6559222b6f0e619dea4268f5dd5 + md5: cd74a9525dc74bbbf93cf8aa2fa9eb5b depends: - python - libstdcxx >=14 - libgcc >=14 - __glibc >=2.17,<3.0.a0 - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 license: BSD-3-Clause - size: 78452 - timestamp: 1762488745068 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/kmer-jellyfish-2.3.1-py311pl5321he264feb_6.tar.bz2 - sha256: d2fd8d9201dd4fa21b14f2394024869e4ed38c6e4a13041cd5df5423367ac755 - md5: 710d637c78780cf668a19e859403b16a - depends: - - libgcc >=13 - - libstdcxx >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: GPL-3.0-or-later - license_family: GPL3 - size: 643575 - timestamp: 1748328589655 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda + license_family: BSD + size: 77120 + timestamp: 1773067050308 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238 md5: 3f43953b7d3fb3aaa1d0d0723d91e368 depends: @@ -3140,7 +3696,22 @@ packages: license_family: MIT size: 1370023 timestamp: 1719463201255 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/krb5-1.22.2-hbde042b_1.conda + sha256: 9b07046870772f28740e3f6149f09ff222843733087a33c5540b169c6289652d + md5: 54157a1c8c0bb70f62dd0b17fba7e7f2 + depends: + - __glibc >=2.17,<3.0.a0 + - keyutils >=1.6.3,<2.0a0 + - libedit >=3.1.20250104,<3.2.0a0 + - libedit >=3.1.20250104,<4.0a0 + - libgcc >=14 + - libstdcxx >=14 + - openssl >=3.5.7,<4.0a0 + license: MIT + license_family: MIT + size: 1388990 + timestamp: 1781859420533 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab md5: a8832b479f93521a9e7b5b743803be51 depends: @@ -3149,41 +3720,42 @@ packages: license_family: LGPL size: 508258 timestamp: 1664996250081 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.17-h717163a_0.conda - sha256: d6a61830a354da022eae93fa896d0991385a875c6bba53c82263a289deda9db8 - md5: 000e85703f0fd9594c81710dd5066471 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lcms2-2.19.1-h0c24ade_1.conda + sha256: 112b5b9462572d970f4abd2912f76a25ee7db158b1e7260163d91dd8a630db84 + md5: 8b3ce45e929cd8e8e5f4d18586b56d8b depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libjpeg-turbo >=3.0.0,<4.0a0 - - libtiff >=4.7.0,<4.8.0a0 + - libgcc >=14 + - libjpeg-turbo >=3.1.4.1,<4.0a0 + - libtiff >=4.7.1,<4.8.0a0 license: MIT license_family: MIT - size: 248046 - timestamp: 1739160907615 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ld_impl_linux-64-2.45-h1aa0949_0.conda - sha256: 32321d38b8785ef8ddcfef652ee370acee8d944681014d47797a18637ff16854 - md5: 1450224b3e7d17dfeb985364b77a4d47 + size: 251971 + timestamp: 1780211695895 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ld_impl_linux-64-2.46.1-default_hbd61a6d_102.conda + sha256: 27d83f1188cd19bcb7754a078b3fa7f4cfb8527f8eb2fde54dd01fc529d1adec + md5: 449500f2c089da11c40f5c21312e3e07 depends: - __glibc >=2.17,<3.0.a0 - zstd >=1.5.7,<1.6.0a0 constrains: - - binutils_impl_linux-64 2.45 + - binutils_impl_linux-64 2.46.1 license: GPL-3.0-only - size: 753744 - timestamp: 1763060439129 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.0.0-h0aef613_1.conda - sha256: 412381a43d5ff9bbed82cd52a0bbca5b90623f62e41007c9c42d3870c60945ff - md5: 9344155d33912347b37f0ae6c410a835 + license_family: GPL + size: 745303 + timestamp: 1784214507189 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lerc-4.2.0-hdb68285_0.conda + sha256: bf9fdebf55d8bc99d83531cdffda00703f4dc5f93a1a956768c147362c72feda + md5: fb9d356b1a57d6d54768be7ebd5fce09 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - libgcc >=14 + - libstdcxx >=14 license: Apache-2.0 license_family: Apache - size: 264243 - timestamp: 1745264221534 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda + size: 271158 + timestamp: 1785036167977 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libabseil-20240722.0-cxx17_hbbce691_4.conda sha256: 143a586aa67d50622ef703de57b9d43f44945836d6568e0e7aa174bd8c45e0d4 md5: 488f260ccda0afaf08acb286db439c2f depends: @@ -3197,18 +3769,18 @@ packages: license_family: Apache size: 1311599 timestamp: 1736008414161 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libaec-1.1.4-h3f801dc_0.conda - sha256: 410ab78fe89bc869d435de04c9ffa189598ac15bb0fe1ea8ace8fb1b860a2aa3 - md5: 01ba04e414e47f95c03d6ddd81fd37be +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libaec-1.1.5-h088129d_0.conda + sha256: 822e4ae421a7e9c04e841323526321185f6659222325e1a9aedec811c686e688 + md5: 86f7414544ae606282352fa1e116b41f depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 + - libgcc >=14 + - libstdcxx >=14 license: BSD-2-Clause license_family: BSD - size: 36825 - timestamp: 1749993532943 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libamd-3.3.3-h456b2da_7100101.conda + size: 36544 + timestamp: 1769221884824 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libamd-3.3.3-h456b2da_7100101.conda sha256: 5fc32a5497c9919ffde729a604b0acfa97c403ce5b2b27b28ca261cf0c4643aa md5: a067596d679bcde85375143e7c374738 depends: @@ -3221,7 +3793,7 @@ packages: license_family: BSD size: 48250 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libarchive-3.8.1-gpl_h98cc613_100.conda sha256: 6f35e429909b0fa6a938f8ff79e1d7000e8f15fbb37f67be6f789348fea4c602 md5: 9de6247361e1ee216b09cfb8b856e2ee depends: @@ -3239,7 +3811,7 @@ packages: license_family: BSD size: 883383 timestamp: 1749385818314 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-0.25.1-h3f43e3d_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-0.25.1-h3f43e3d_1.conda sha256: cb728a2a95557bb6a5184be2b8be83a6f2083000d0c7eff4ad5bbe5792133541 md5: 3b0d184bc9404516d418d4509e418bdc depends: @@ -3249,48 +3821,38 @@ packages: license: LGPL-2.1-or-later size: 53582 timestamp: 1753342901341 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libasprintf-devel-0.25.1-h3f43e3d_1.conda - sha256: 2fc95060efc3d76547b7872875af0b7212d4b1407165be11c5f830aeeb57fc3a - md5: fd9cf4a11d07f0ef3e44fc061611b1ed - depends: - - __glibc >=2.17,<3.0.a0 - - libasprintf 0.25.1 h3f43e3d_1 - - libgcc >=14 - license: LGPL-2.1-or-later - size: 34734 - timestamp: 1753342921605 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libavif16-1.3.0-h6395336_2.conda - sha256: e3a44c0eda23aa15c9a8dfa8c82ecf5c8b073e68a16c29edd0e409e687056d30 - md5: c09c4ac973f7992ba0c6bb1aafd77bd4 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libavif16-1.4.2-hcfa2d63_0.conda + sha256: 10c362ae43bce56f7ff88b51f8bd3a867d081585ce0fd1d7cb6271a28143a5f9 + md5: 12f487a194816b619d5da0c53680c92e depends: - __glibc >=2.17,<3.0.a0 - aom >=3.9.1,<3.10.0a0 - dav1d >=1.2.1,<1.2.2.0a0 - libgcc >=14 - - rav1e >=0.7.1,<0.8.0a0 - - svt-av1 >=3.1.2,<3.1.3.0a0 + - rav1e >=0.8.1,<0.9.0a0 + - svt-av1 >=4.0.1,<4.0.2.0a0 license: BSD-2-Clause license_family: BSD - size: 139399 - timestamp: 1756124751131 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libblas-3.9.0-38_h4a7cf45_openblas.conda - build_number: 38 - sha256: b26a32302194e05fa395d5135699fd04a905c6ad71f24333f97c64874e053623 - md5: 3509b5e2aaa5f119013c8969fdd9a905 + size: 149510 + timestamp: 1779847073231 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libblas-3.11.0-8_h4a7cf45_openblas.conda + build_number: 8 + sha256: b2da6bfd72a1c9cb143ccf64bf5b28790cb4eb58bd1cb978f6537b2322f7d48b + md5: 00fc660ab1b2f5ca07e92b4900d10c79 depends: - - libopenblas >=0.3.30,<0.3.31.0a0 - - libopenblas >=0.3.30,<1.0a0 + - libopenblas >=0.3.33,<0.3.34.0a0 + - libopenblas >=0.3.33,<1.0a0 constrains: - - libcblas 3.9.0 38*_openblas - - blas 2.138 openblas - - liblapacke 3.9.0 38*_openblas - - mkl <2026 - - liblapack 3.9.0 38*_openblas + - blas 2.308 openblas + - mkl <2027 + - libcblas 3.11.0 8*_openblas + - liblapack 3.11.0 8*_openblas + - liblapacke 3.11.0 8*_openblas license: BSD-3-Clause license_family: BSD - size: 17522 - timestamp: 1761680084434 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-1.85.0-h0ccab89_4.conda + size: 18804 + timestamp: 1779859100675 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-1.85.0-h0ccab89_4.conda sha256: dc19dfc636c363871763384219269ce6a027fcf3831f17e018caeecb2ffbb20a md5: 4da1690badd566fc1041f91cd5655727 depends: @@ -3307,7 +3869,7 @@ packages: license: BSL-1.0 size: 2869710 timestamp: 1722289756758 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-devel-1.85.0-h00ab1b0_4.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-devel-1.85.0-h00ab1b0_4.conda sha256: 04ec5a59e87d75cf6f8b539493f7f71c0cca3f50976251895f51da45e39cddf7 md5: ded76b8670cb505006c891c4d45844a5 depends: @@ -3318,7 +3880,7 @@ packages: license: BSL-1.0 size: 40881 timestamp: 1722289871820 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-headers-1.85.0-ha770c72_4.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libboost-headers-1.85.0-ha770c72_4.conda sha256: 55aa2ac604bd7ed76fae0c93698d37aae455ca2fb229ff9aa45e085ff7ad48ec md5: 00e4848983222729ccb7c69f1039f4b9 constrains: @@ -3326,39 +3888,39 @@ packages: license: BSL-1.0 size: 13961521 timestamp: 1722289776587 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlicommon-1.2.0-h09219d5_0.conda - sha256: fbbcd11742bb8c96daa5f4f550f1804a902708aad2092b39bec3faaa2c8ae88a - md5: 9b3117ec960b823815b02190b41c0484 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlicommon-1.2.0-hb03c661_1.conda + sha256: 318f36bd49ca8ad85e6478bd8506c88d82454cc008c1ac1c6bf00a3c42fa610e + md5: 72c8fd1af66bd67bf580645b426513ed depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 license: MIT license_family: MIT - size: 79664 - timestamp: 1761592192478 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlidec-1.2.0-hd53d788_0.conda - sha256: f7f357c33bd10afd58072ad4402853a8522d52d00d7ae9adb161ecf719f63574 - md5: c183787d2b228775dece45842abbbe53 + size: 79965 + timestamp: 1764017188531 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlidec-1.2.0-hb03c661_1.conda + sha256: 12fff21d38f98bc446d82baa890e01fd82e3b750378fedc720ff93522ffb752b + md5: 366b40a69f0ad6072561c1d09301c886 depends: - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.2.0 h09219d5_0 + - libbrotlicommon 1.2.0 hb03c661_1 - libgcc >=14 license: MIT license_family: MIT - size: 34445 - timestamp: 1761592202559 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlienc-1.2.0-h02bd7ab_0.conda - sha256: 1370c8b1a215751c4592bf95d4b5d11bac91c577770efcb237e3a0f35c326559 - md5: b7a924e3e9ebc7938ffc7d94fe603ed3 + size: 34632 + timestamp: 1764017199083 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbrotlienc-1.2.0-hb03c661_1.conda + sha256: a0c15c79997820bbd3fbc8ecf146f4fe0eca36cc60b62b63ac6cf78857f1dd0d + md5: 4ffbb341c8b616aa2494b6afb26a0c5f depends: - __glibc >=2.17,<3.0.a0 - - libbrotlicommon 1.2.0 h09219d5_0 + - libbrotlicommon 1.2.0 hb03c661_1 - libgcc >=14 license: MIT license_family: MIT - size: 298252 - timestamp: 1761592214576 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbtf-2.3.2-hf02c80a_7100101.conda + size: 298378 + timestamp: 1764017210931 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libbtf-2.3.2-hf02c80a_7100101.conda sha256: fe36f414f48ab87251f02aeef1fcbb6f3929322316842dada0f8142db2710264 md5: 6f4aec52002defbdf3e24eb79e56a209 depends: @@ -3368,7 +3930,7 @@ packages: license: LGPL-2.1-or-later size: 26913 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcamd-3.3.3-hf02c80a_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcamd-3.3.3-hf02c80a_7100101.conda sha256: 16e9ae4e173a8606b0b8be118dbdcf4e03c9dd9777eea6bf9dff4397133d0d06 md5: 1c9d1532caadece8adc2d14c6d4fc726 depends: @@ -3379,32 +3941,31 @@ packages: license_family: BSD size: 44119 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcap-2.77-h3ff7636_0.conda - sha256: 9517cce5193144af0fcbf19b7bd67db0a329c2cc2618f28ffecaa921a1cbe9d3 - md5: 09c264d40c67b82b49a3f3b89037bd2e +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcap-2.78-hd0affe5_0.conda + sha256: cc8c9fc6ddf0fbd3d1275b558ae9abad6cda23bced268732e2da21a87bb358cd + md5: f9f17eab7f3df1c6fd4b1a548a2f683a depends: - __glibc >=2.17,<3.0.a0 - - attr >=2.5.2,<2.6.0a0 - libgcc >=14 license: BSD-3-Clause license_family: BSD - size: 121429 - timestamp: 1762349484074 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcblas-3.9.0-38_h0358290_openblas.conda - build_number: 38 - sha256: 7fe653f45c01eb16d7b48ad934b068dad2885d6f4a7c41512b6a5f1f522bffe9 - md5: bcd928a9376a215cd9164a4312dd5e98 + size: 124335 + timestamp: 1775488792584 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcblas-3.11.0-8_h0358290_openblas.conda + build_number: 8 + sha256: 1a2bc77bb26520255904a3d9b1f40e6bf0bf9d8d3405c7709dd162282820915a + md5: 33a413f1095f8325e5c30fde3b0d2445 depends: - - libblas 3.9.0 38_h4a7cf45_openblas + - libblas 3.11.0 8_h4a7cf45_openblas constrains: - - blas 2.138 openblas - - liblapack 3.9.0 38*_openblas - - liblapacke 3.9.0 38*_openblas + - blas 2.308 openblas + - liblapacke 3.11.0 8*_openblas + - liblapack 3.11.0 8*_openblas license: BSD-3-Clause license_family: BSD - size: 17503 - timestamp: 1761680091587 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libccolamd-3.3.4-hf02c80a_7100101.conda + size: 18778 + timestamp: 1779859107964 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libccolamd-3.3.4-hf02c80a_7100101.conda sha256: cc90aa5e0ad1f7ae9a29d9a42aacd7f7f02aba0bf5467513bfda7e6b18a4cbc8 md5: e5107e02dc4c2f9f41eef72d72c23517 depends: @@ -3415,7 +3976,7 @@ packages: license_family: BSD size: 41578 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcholmod-5.3.1-h9cf07ce_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcholmod-5.3.1-h9cf07ce_7100101.conda sha256: 69540315b4b8de93b383243334151ed19e98968baaa59440ba645a3bff68d765 md5: f51e24ce110ae24c92074736a308e47e depends: @@ -3434,9 +3995,9 @@ packages: license: LGPL-2.1-or-later AND GPL-2.0-or-later AND Apache-2.0 size: 990886 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_4.conda - sha256: be2cd2768c932ade04bc4868b0f564ce6681bc861f28027419dc6651525afeb1 - md5: 2a7f3bca5b60a34be5a35cbc70711bce +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_16.conda + sha256: 83ef7425c3c5c5b179b6d5accb57acfe1ddf16010727afc642be484b4526044e + md5: ff256a40b66a4b6968075efd741523d5 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 @@ -3444,9 +4005,9 @@ packages: - libstdcxx >=14 license: Apache-2.0 WITH LLVM-exception license_family: Apache - size: 21250739 - timestamp: 1759440009094 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp21.1-21.1.0-default_h99862b1_1.conda + size: 21300452 + timestamp: 1779374233040 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang-cpp21.1-21.1.0-default_h99862b1_1.conda sha256: efe9f1363a49668d10aacdb8be650433fab659f05ed6cc2b9da00e3eb7eaf602 md5: d599b346638b9216c1e8f9146713df05 depends: @@ -3458,7 +4019,7 @@ packages: license_family: Apache size: 21131028 timestamp: 1757383135034 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libclang13-21.1.0-default_h746c552_1.conda sha256: e6c0123b888d6abf03c66c52ed89f9de1798dde930c5fd558774f26e994afbc6 md5: 327c78a8ce710782425a89df851392f7 depends: @@ -3470,7 +4031,7 @@ packages: license_family: Apache size: 12358102 timestamp: 1757383373129 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcolamd-3.3.4-hf02c80a_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcolamd-3.3.4-hf02c80a_7100101.conda sha256: 00d1b976b914f0c20ae6f81f4e4713fa87717542eba8757b9a3c9e8abcc29858 md5: 56d4c5542887e8955f21f8546ad75d9d depends: @@ -3481,7 +4042,20 @@ packages: license_family: BSD size: 33160 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-h7a8fb5f_6.conda + sha256: 205c4f19550f3647832ec44e35e6d93c8c206782bdd620c1d7cf66237580ff9c + md5: 49c553b47ff679a6a1e9fc80b9c5a2d4 + depends: + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.22.2,<1.23.0a0 + - libgcc >=14 + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + license: Apache-2.0 + license_family: Apache + size: 4518030 + timestamp: 1770902209173 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcups-2.3.3-hb8b1518_5.conda sha256: cb83980c57e311783ee831832eb2c20ecb41e7dee6e86e8b70b8cef0e43eab55 md5: d4a250da4737ee127fb1fa6452a9002e depends: @@ -3494,9 +4068,9 @@ packages: license_family: Apache size: 4523621 timestamp: 1749905341688 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_0.conda - sha256: 100e29ca864c32af15a5cc354f502d07b2600218740fdf2439fa7d66b50b3529 - md5: 01e149d4a53185622dc2e788281961f2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.18.0-h4e3cde8_0.conda + sha256: 5454709d9fb6e9c3dd6423bc284fa7835a7823bfa8323f6e8786cdd555101fab + md5: 0a5563efed19ca4461cf927419b6eb73 depends: - __glibc >=2.17,<3.0.a0 - krb5 >=1.21.3,<1.22.0a0 @@ -3508,9 +4082,26 @@ packages: - zstd >=1.5.7,<1.6.0a0 license: curl license_family: MIT - size: 460366 - timestamp: 1762333743748 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcxsparse-4.4.1-hf02c80a_7100101.conda + size: 462942 + timestamp: 1767821743793 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcurl-8.21.0-hae6b9f4_3.conda + sha256: 4649ecf9d74893268fbaf748a170ea7bf6cf4493b7ce3c582654b9ffe78c93d3 + md5: f9f72caa23bf43e5d893f040dff262be + depends: + - __glibc >=2.17,<3.0.a0 + - krb5 >=1.22.2,<1.23.0a0 + - libgcc >=14 + - libnghttp2 >=1.68.1,<2.0a0 + - libpsl >=0.22.0,<0.23.0a0 + - libssh2 >=1.11.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 + - openssl >=3.5.7,<4.0a0 + - zstd >=1.5.7,<1.6.0a0 + license: curl + license_family: MIT + size: 480794 + timestamp: 1785406656210 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libcxsparse-4.4.1-hf02c80a_7100101.conda sha256: ab40fc8a4662f550d053576a56db896247bc81eb291eff3811f24c231829e3dd md5: 917931d508582ef891bbac172294d9fb depends: @@ -3521,7 +4112,7 @@ packages: license: LGPL-2.1-or-later size: 113979 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 sha256: 21fac1012ff05b131d4b5d284003dbbe7b5c4c652aa9e401b46279ed5a784372 md5: 3f3258d8f841fbac63b36b75bdac1afd depends: @@ -3531,7 +4122,7 @@ packages: license_family: AGPL size: 24409456 timestamp: 1609539093147 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libde265-1.0.15-h00ab1b0_0.conda sha256: 7cf7e294e1a7c8219065885e186d8f52002fb900bf384d815f159b5874204e3d md5: 407fee7a5d7ab2dca12c9ca7f62310ad depends: @@ -3541,7 +4132,7 @@ packages: license_family: LGPL size: 411814 timestamp: 1703088639063 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdeflate-1.25-h17f619e_0.conda sha256: aa8e8c4be9a2e81610ddf574e05b64ee131fab5e0e3693210c9d6d2fba32c680 md5: 6c77a605a7a689d17d4819c0f8ac9a00 depends: @@ -3551,18 +4142,18 @@ packages: license_family: MIT size: 73490 timestamp: 1761979956660 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdrm-2.4.125-hb03c661_1.conda - sha256: c076a213bd3676cc1ef22eeff91588826273513ccc6040d9bea68bccdc849501 - md5: 9314bc5a1fe7d1044dc9dfd3ef400535 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libdrm-2.4.127-hb03c661_0.conda + sha256: 7d3187c11b7ae66c5595a8afd5a7ce352a490527fdf6614cab129bc7f2c16ba3 + md5: d8d16b9b32a3c5df7e5b3350e2cbe058 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libpciaccess >=0.18,<0.19.0a0 + - libpciaccess >=0.19,<0.20.0a0 license: MIT license_family: MIT - size: 310785 - timestamp: 1757212153962 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda + size: 311505 + timestamp: 1778975798004 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda sha256: d789471216e7aba3c184cd054ed61ce3f6dac6f87a50ec69291b9297f8c18724 md5: c277e0a4d549b03ac1e9d6cbbe3d017b depends: @@ -3574,16 +4165,16 @@ packages: license_family: BSD size: 134676 timestamp: 1738479519902 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_2.conda - sha256: 7fd5408d359d05a969133e47af580183fbf38e2235b562193d427bb9dad79723 - md5: c151d5eb730e9b7480e6d48c0fc44048 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libegl-1.7.0-ha4b6fd6_3.conda + sha256: 9a25ea93e8272785405a21d30f84e620befb1d545f6dfaae18f06103b5df0443 + md5: 75e9f795be506c96dd43cb09c7c8d557 depends: - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 + - libglvnd 1.7.0 ha4b6fd6_3 license: LicenseRef-libglvnd - size: 44840 - timestamp: 1731330973553 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libev-4.33-hd590300_2.conda + size: 46500 + timestamp: 1779728188901 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libev-4.33-hd590300_2.conda sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4 md5: 172bf1cd1ff8629f2b1179945ed45055 depends: @@ -3592,7 +4183,7 @@ packages: license_family: BSD size: 112766 timestamp: 1702146165126 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libevent-2.1.12-hf998b51_1.conda sha256: 2e14399d81fb348e9d231a82ca4d816bf855206923759b69ad006ba482764131 md5: a1cfcc585f0c42bf8d5546bb1dfb668d depends: @@ -3602,128 +4193,83 @@ packages: license_family: BSD size: 427426 timestamp: 1685725977222 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda - sha256: da2080da8f0288b95dd86765c801c6e166c4619b910b11f9a8446fb852438dc2 - md5: 4211416ecba1866fab0c6470986c22d6 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.8.1-hecca717_1.conda + sha256: 16feffd9ddbbe5b718515d38ee376c685ba95491cd901244e24671d20b952a77 + md5: b24d3c612f71e7aa74158d92106318b2 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 constrains: - - expat 2.7.1.* + - expat 2.8.1.* license: MIT license_family: MIT - size: 74811 - timestamp: 1752719572741 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda - sha256: 1e1b08f6211629cbc2efe7a5bca5953f8f6b3cae0eeb04ca4dacee1bd4e2db2f - md5: 8b09ae86839581147ef2e5c5e229d164 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - constrains: - - expat 2.7.3.* - license: MIT - license_family: MIT - size: 76643 - timestamp: 1763549731408 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda - sha256: 25cbdfa65580cfab1b8d15ee90b4c9f1e0d72128f1661449c9a999d341377d54 - md5: 35f29eec58405aaf55e01cb470d8c26a + size: 77856 + timestamp: 1781203599810 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libffi-3.5.2-h3435931_0.conda + sha256: 31f19b6a88ce40ebc0d5a992c131f57d919f73c0b92cd1617a5bec83f6e961e6 + md5: a360c33a5abe61c07959e449fa1453eb depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 license: MIT license_family: MIT - size: 57821 - timestamp: 1760295480630 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libflac-1.4.3-h59595ed_0.conda - sha256: 65908b75fa7003167b8a8f0001e11e58ed5b1ef5e98b96ab2ba66d7c1b822c7d - md5: ee48bf17cc83a00f59ca1494d5646869 + size: 58592 + timestamp: 1769456073053 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libflac-1.5.0-he200343_1.conda + sha256: e755e234236bdda3d265ae82e5b0581d259a9279e3e5b31d745dc43251ad64fb + md5: 47595b9d53054907a00d95e4d47af1d6 depends: - - gettext >=0.21.1,<1.0a0 - - libgcc-ng >=12 - - libogg 1.3.* - - libogg >=1.3.4,<1.4.0a0 - - libstdcxx-ng >=12 + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libiconv >=1.18,<2.0a0 + - libogg >=1.3.5,<1.4.0a0 + - libstdcxx >=14 license: BSD-3-Clause license_family: BSD - size: 394383 - timestamp: 1687765514062 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.1-ha770c72_0.conda - sha256: 4641d37faeb97cf8a121efafd6afd040904d4bca8c46798122f417c31d5dfbec - md5: f4084e4e6577797150f9b04a4560ceb0 + size: 424563 + timestamp: 1764526740626 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype-2.14.3-ha770c72_0.conda + sha256: 38f014a7129e644636e46064ecd6b1945e729c2140e21d75bb476af39e692db2 + md5: e289f3d17880e44b633ba911d57a321b depends: - - libfreetype6 >=2.14.1 + - libfreetype6 >=2.14.3 license: GPL-2.0-only OR FTL - size: 7664 - timestamp: 1757945417134 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.1-h73754d4_0.conda - sha256: 4a7af818a3179fafb6c91111752954e29d3a2a950259c14a2fc7ba40a8b03652 - md5: 8e7251989bca326a28f4a5ffbd74557a + size: 8049 + timestamp: 1774298163029 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libfreetype6-2.14.3-h73754d4_0.conda + sha256: 16f020f96da79db1863fcdd8f2b8f4f7d52f177dd4c58601e38e9182e91adf1d + md5: fb16b4b69e3f1dcfe79d80db8fd0c55d depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libpng >=1.6.50,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 + - libpng >=1.6.55,<1.7.0a0 + - libzlib >=1.3.2,<2.0a0 constrains: - - freetype >=2.14.1 + - freetype >=2.14.3 license: GPL-2.0-only OR FTL - size: 386739 - timestamp: 1757945416744 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda - sha256: 08f9b87578ab981c7713e4e6a7d935e40766e10691732bba376d4964562bcb45 - md5: c0374badb3a5d4b1372db28d19462c53 + size: 384575 + timestamp: 1774298162622 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-16.1.0-ha9f2e26_1.conda + sha256: d5cb8475131c31680f8fd30512c418f373064e272e452063276a8fb14c9fa42f + md5: 5a7d954665c707c93311657cd779c705 depends: - __glibc >=2.17,<3.0.a0 - _openmp_mutex >=4.5 constrains: - - libgomp 15.2.0 h767d61c_7 - - libgcc-ng ==15.2.0=*_7 + - libgomp 16.1.0 he0feb66_1 + - libgcc-ng ==16.1.0=*_1 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 822552 - timestamp: 1759968052178 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda - sha256: 6eed58051c2e12b804d53ceff5994a350c61baf117ec83f5f10c953a3f311451 - md5: 6d0363467e6ed84f11435eb309f2ff06 + size: 1057877 + timestamp: 1785375436766 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-16.1.0-h69a702a_1.conda + sha256: 225275c562337a1cd61705da0ee4235dde7bba7504de1c34b74c894adb2b0eee + md5: 7ed870c014a6f23c7dfafda53d2763a9 depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - constrains: - - libgcc-ng ==15.2.0=*_16 - - libgomp 15.2.0 he0feb66_16 + - libgcc 16.1.0 ha9f2e26_1 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1042798 - timestamp: 1765256792743 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libgcc-devel_linux-64-15.2.0-h73f6952_107.conda - sha256: 67323768cddb87e744d0e593f92445cd10005e04259acd3e948c7ba3bcb03aed - md5: 85fce551e54a1e81b69f9ffb3ade6aee - depends: - - __unix - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 2728965 - timestamp: 1759967882886 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda - sha256: 5f07f9317f596a201cc6e095e5fc92621afca64829785e483738d935f8cab361 - md5: 5a68259fac2da8f2ee6f7bfe49c9eb8b - depends: - - libgcc 15.2.0 he0feb66_16 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 27256 - timestamp: 1765256804124 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_7.conda - sha256: 2045066dd8e6e58aaf5ae2b722fb6dfdbb57c862b5f34ac7bfb58c40ef39b6ad - md5: 280ea6eee9e2ddefde25ff799c4f0363 - depends: - - libgcc 15.2.0 h767d61c_7 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 29313 - timestamp: 1759968065504 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-0.25.1-h3f43e3d_1.conda + size: 28210 + timestamp: 1785375440733 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-0.25.1-h3f43e3d_1.conda sha256: 50a9e9815cf3f5bce1b8c5161c0899cc5b6c6052d6d73a4c27f749119e607100 md5: 2f4de899028319b27eb7a4023be5dfd2 depends: @@ -3734,51 +4280,36 @@ packages: license_family: GPL size: 188293 timestamp: 1753342911214 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgettextpo-devel-0.25.1-h3f43e3d_1.conda - sha256: c7ea10326fd450a2a21955987db09dde78c99956a91f6f05386756a7bfe7cc04 - md5: 3f7a43b3160ec0345c9535a9f0d7908e +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-16.1.0-h69a702a_1.conda + sha256: 9e82d410a50bd4e5e47cbbb026454c3eb543954baca4db23929575b571bf56a3 + md5: 2fbed65cc90cf0724e1ec4de13696737 + depends: + - libgfortran5 16.1.0 h79bb938_1 + constrains: + - libgfortran-ng ==16.1.0=*_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + size: 28134 + timestamp: 1785375470055 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-ng-16.1.0-h69a702a_1.conda + sha256: 0183db0e80ebc9af12a610c9bbff27fba4c31666157e04cdfeef6f29b6675e6c + md5: 4b1f79588cedd8546a25906898a304e4 + depends: + - libgfortran 16.1.0 h69a702a_1 + license: GPL-3.0-only WITH GCC-exception-3.1 + size: 28223 + timestamp: 1785375627879 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran5-16.1.0-h79bb938_1.conda + sha256: 05078ab464d506dff971860cb1a553b35bc27c0b5ce8ec29b8bfaca5f2359652 + md5: dd51ed33e8c70995f8e33cc9dc537297 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgettextpo 0.25.1 h3f43e3d_1 - - libiconv >=1.18,<2.0a0 - license: GPL-3.0-or-later - license_family: GPL - size: 37407 - timestamp: 1753342931100 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-15.2.0-h69a702a_7.conda - sha256: 9ca24328e31c8ef44a77f53104773b9fe50ea8533f4c74baa8489a12de916f02 - md5: 8621a450add4e231f676646880703f49 - depends: - - libgfortran5 15.2.0 hcd61629_7 + - libgcc >=16.1.0 constrains: - - libgfortran-ng ==15.2.0=*_7 + - libgfortran 16.1.0 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 29275 - timestamp: 1759968110483 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran-ng-15.2.0-h69a702a_7.conda - sha256: 63e1d1ce309e3f42a11637ecf0f29b5cf1550ca6d46412edf82e8e249b1917a1 - md5: beeb74a6fe5ff118451cf0581bfe2642 - depends: - - libgfortran 15.2.0 h69a702a_7 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 29330 - timestamp: 1759968394141 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgfortran5-15.2.0-hcd61629_7.conda - sha256: e93ceda56498d98c9f94fedec3e2d00f717cbedfc97c49be0e5a5828802f2d34 - md5: f116940d825ffc9104400f0d7f1a4551 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=15.2.0 - constrains: - - libgfortran 15.2.0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 1572758 - timestamp: 1759968082504 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgit2-1.9.1-h20a291d_1.conda + size: 2538696 + timestamp: 1785375448623 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgit2-1.9.1-h20a291d_1.conda sha256: f4b8a56366b046a1fa8dfcb3ee231da1dc738930221e37c41db0055614b85274 md5: 77ade4eb620737ecbb5adf0bb531775d depends: @@ -3794,19 +4325,19 @@ packages: license_family: GPL size: 1035135 timestamp: 1758613895831 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_2.conda - sha256: dc2752241fa3d9e40ce552c1942d0a4b5eeb93740c9723873f6fcf8d39ef8d2d - md5: 928b8be80851f5d8ffb016f9c81dae7a +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgl-1.7.0-ha4b6fd6_3.conda + sha256: ec353b3076ed8e357ed961d0e9ff6997491cade0e603de5bd18a2e301ac78ebd + md5: f25206d7322c0e9648e8b83694d143ab depends: - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - libglx 1.7.0 ha4b6fd6_2 + - libglvnd 1.7.0 ha4b6fd6_3 + - libglx 1.7.0 ha4b6fd6_3 license: LicenseRef-libglvnd - size: 134712 - timestamp: 1731330998354 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.1-h32235b2_2.conda - sha256: fc82277d0d6340743732c48dcbac3f4e9ee36902649a7d9a02622b0713ce3666 - md5: 986dcf488a1aced411da84753d93d078 + size: 133469 + timestamp: 1779728207669 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.2-h32235b2_0.conda + sha256: 918306d6ed211ab483e4e19368e5748b265d24e75c88a1c66a61f72b9fa30b29 + md5: 0cb0612bc9cb30c62baf41f9d600611b depends: - __glibc >=2.17,<3.0.a0 - libffi >=3.5.2,<3.6.0a0 @@ -3815,62 +4346,92 @@ packages: - libzlib >=1.3.1,<2.0a0 - pcre2 >=10.46,<10.47.0a0 constrains: - - glib 2.86.1 *_2 + - glib 2.86.2 *_0 license: LGPL-2.1-or-later - size: 3933707 - timestamp: 1762787455198 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.86.3-h6548e54_0.conda - sha256: 82d6c2ee9f548c84220fb30fb1b231c64a53561d6e485447394f0a0eeeffe0e6 - md5: 034bea55a4feef51c98e8449938e9cee + size: 3974801 + timestamp: 1763672326986 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglib-2.88.2-h0d30a3d_0.conda + sha256: 4bee10e62796f01e4fa2b5849135b1cc061337fe9cf5eb9bd79e9664922ae0e4 + md5: 889febc66cd9e4190f80ef9718fa239b depends: - - __glibc >=2.17,<3.0.a0 - - libffi >=3.5.2,<3.6.0a0 - libgcc >=14 + - __glibc >=2.17,<3.0.a0 - libiconv >=1.18,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 + - libffi >=3.5.2,<3.6.0a0 - pcre2 >=10.47,<10.48.0a0 constrains: - - glib 2.86.3 *_0 + - glib >2.66 license: LGPL-2.1-or-later - size: 3946542 - timestamp: 1765221858705 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_2.conda - sha256: 1175f8a7a0c68b7f81962699751bb6574e6f07db4c9f72825f978e3016f46850 - md5: 434ca7e50e40f4918ab701e3facd59a0 + size: 4754220 + timestamp: 1782463895250 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglvnd-1.7.0-ha4b6fd6_3.conda + sha256: e019ebe4e3f5cdf23e2f5e58ddf7ade27988c53820115b17b98f218ebcc87748 + md5: eb83f3f8cecc3e9bff9e250817fc69b6 depends: - __glibc >=2.17,<3.0.a0 license: LicenseRef-libglvnd - size: 132463 - timestamp: 1731330968309 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_2.conda - sha256: 2d35a679624a93ce5b3e9dd301fff92343db609b79f0363e6d0ceb3a6478bfa7 - md5: c8013e438185f33b13814c5c488acd5c + size: 133586 + timestamp: 1779728183422 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libglx-1.7.0-ha4b6fd6_3.conda + sha256: 2f74713c9ca408ea84e88a30a9028153e7b553e8bb42e06139eac9a753c27da9 + md5: ec3c4350aa0261bf7f87b8ca15c8e80e depends: - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 - - xorg-libx11 >=1.8.10,<2.0a0 + - libglvnd 1.7.0 ha4b6fd6_3 + - xorg-libx11 >=1.8.13,<2.0a0 license: LicenseRef-libglvnd - size: 75504 - timestamp: 1731330988898 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-15.2.0-h767d61c_7.conda - sha256: e9fb1c258c8e66ee278397b5822692527c5f5786d372fe7a869b900853f3f5ca - md5: f7b4d76975aac7e5d9e6ad13845f92fe + size: 76586 + timestamp: 1779728199059 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-16.1.0-he0feb66_1.conda + sha256: 62cb599ad0539d99386515326d9d5e8f51f75a60c69c2131b21df76edf35bd89 + md5: 88f2d91cb1533194c323534253094d23 depends: - __glibc >=2.17,<3.0.a0 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 447919 - timestamp: 1759967942498 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda - sha256: 5b3e5e4e9270ecfcd48f47e3a68f037f5ab0f529ccb223e8e5d5ac75a58fc687 - md5: 26c46f90d0e727e95c6c9498a33a09f3 + size: 640415 + timestamp: 1785375373755 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libharfbuzz-14.2.1-h17a8019_1.conda + sha256: 821c315f6b5171aa89e735be2ad84e74eb3f898fc7610ee36cfecd95dfa789e8 + md5: fb4669c3990b94ea32fbb81f433e9aa6 depends: - __glibc >=2.17,<3.0.a0 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 603284 - timestamp: 1765256703881 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda + - cairo >=1.18.4,<2.0a0 + - graphite2 >=1.3.15,<2.0a0 + - icu >=78.3,<79.0a0 + - libfreetype >=2.14.3 + - libfreetype6 >=2.14.3 + - libgcc >=14 + - libglib >=2.88.2,<3.0a0 + - libpng >=1.6.58,<1.7.0a0 + - libstdcxx >=14 + - libzlib >=1.3.2,<2.0a0 + license: MIT + license_family: MIT + size: 1297668 + timestamp: 1782800580119 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libharfbuzz-devel-14.2.1-h17a8019_1.conda + sha256: 6d8e793042affd18ca1784b7794fab14d16f54f984777ce6ab86bacaa465ab0d + md5: 99cf21100441e51272f1cd6fe0632a20 + depends: + - __glibc >=2.17,<3.0.a0 + - cairo >=1.18.4,<2.0a0 + - freetype + - graphite2 >=1.3.15,<2.0a0 + - icu >=78.3,<79.0a0 + - libfreetype >=2.14.3 + - libfreetype6 >=2.14.3 + - libgcc >=14 + - libglib >=2.88.2,<3.0a0 + - libharfbuzz 14.2.1 h17a8019_1 + - libpng >=1.6.58,<1.7.0a0 + - libstdcxx >=14 + - libzlib >=1.3.2,<2.0a0 + license: MIT + license_family: MIT + size: 1970690 + timestamp: 1782800603897 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libheif-1.19.7-gpl_hc18d805_100.conda sha256: ec9797d57088aeed7ca4905777d4f3e70a4dbe90853590eef7006b0ab337af3f md5: 1db2693fa6a50bef58da2df97c5204cb depends: @@ -3886,7 +4447,7 @@ packages: license_family: LGPL size: 596714 timestamp: 1741306859216 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwloc-2.12.1-default_h3d81e11_1000.conda sha256: eecaf76fdfc085d8fed4583b533c10cb7f4a6304be56031c43a107e01a56b7e2 md5: d821210ab60be56dd27b5525ed18366d depends: @@ -3898,7 +4459,17 @@ packages: license_family: BSD size: 2450422 timestamp: 1752761850672 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libhwy-1.3.0-h4c17acf_1.conda + sha256: 2bdd1cdd677b119abc5e83069bec2e28fe6bfb21ebaea3cd07acee67f38ea274 + md5: c2a0c1d0120520e979685034e0b79859 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + license: Apache-2.0 OR BSD-3-Clause + size: 1448617 + timestamp: 1758894401402 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda sha256: c467851a7312765447155e071752d7bf9bf44d610a5687e32706f480aad2833f md5: 915f5995e94f60e9a4826e0b0920ee88 depends: @@ -3907,7 +4478,7 @@ packages: license: LGPL-2.1-only size: 790176 timestamp: 1754908768807 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libidn2-2.3.8-hfac485b_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libidn2-2.3.8-hfac485b_1.conda sha256: cc38c900b9a20fe75e61cbb594e749c57a06d96510722f5ddfa309682062b065 md5: 842a81de672ddcf476337c8bde3cad33 depends: @@ -3918,29 +4489,18 @@ packages: license_family: LGPL size: 139036 timestamp: 1760385590993 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjemalloc-5.3.0-h5888daf_1.conda - sha256: 4b43f86519a9a31aaa2473fe8373cf313713ce83e349991b4faa0c0995e8b0bb - md5: 29f738fc41e063bfb120b1a667f684dc - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - license: BSD-2-Clause - license_family: BSD - size: 1571937 - timestamp: 1726817494251 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.1.2-hb03c661_0.conda - sha256: cc9aba923eea0af8e30e0f94f2ad7156e2984d80d1e8e7fe6be5a1f257f0eb32 - md5: 8397539e3a0bbd1695584fb4f927485a +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libjpeg-turbo-3.2.0-hb03c661_0.conda + sha256: 716332fd31b3808da7a4235a05212a9e9da05e854864c3def2dea0b5d2bf7610 + md5: 466badda5536d85ddc63ee9404f29735 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 constrains: - jpeg <0.0.0a license: IJG AND BSD-3-Clause AND Zlib - size: 633710 - timestamp: 1762094827865 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libklu-2.3.5-h95ff59c_7100101.conda + size: 652868 + timestamp: 1783731886811 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libklu-2.3.5-h95ff59c_7100101.conda sha256: 6b4d462642c240dc3671af74f7705b23f34eea0f71e0d9dbcf14b4ed008311ff md5: efaa5e7dc6989363585fbb591480b256 depends: @@ -3961,35 +4521,35 @@ packages: license: LGPL-2.1-or-later size: 131775 timestamp: 1741963824816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapack-3.9.0-38_h47877c9_openblas.conda - build_number: 38 - sha256: 63d6073dd4f82ab46943ad99a22fc4edda83b0f8fe6170bdaba7a43352bed007 - md5: 88f10bff57b423a3fd2d990c6055771e +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapack-3.11.0-8_h47877c9_openblas.conda + build_number: 8 + sha256: 168e327d737059553e15cc6ec36d76b9bbb3931c2a7721555fd68b4c9348b247 + md5: 809be8ba8712c77bc7d44c2d99390dc4 depends: - - libblas 3.9.0 38_h4a7cf45_openblas + - libblas 3.11.0 8_h4a7cf45_openblas constrains: - - libcblas 3.9.0 38*_openblas - - blas 2.138 openblas - - liblapacke 3.9.0 38*_openblas + - blas 2.308 openblas + - libcblas 3.11.0 8*_openblas + - liblapacke 3.11.0 8*_openblas license: BSD-3-Clause license_family: BSD - size: 17501 - timestamp: 1761680098660 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapacke-3.9.0-38_h6ae95b6_openblas.conda - build_number: 38 - sha256: 27c19cce8b741f18630a7dffce02d4650cee402e3d1862c3171ccb99a78ea4cd - md5: 2fc2296edb9a6b0ae29467d83dcd2ccb + size: 18790 + timestamp: 1779859115086 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblapacke-3.11.0-8_h6ae95b6_openblas.conda + build_number: 8 + sha256: 0b982865888a73fe7c2e7d8e8ee3738ac378b83012a7da1a12264a473cb2382b + md5: da17457f689df5c0f246d2f0b3798fd2 depends: - - libblas 3.9.0 38_h4a7cf45_openblas - - libcblas 3.9.0 38_h0358290_openblas - - liblapack 3.9.0 38_h47877c9_openblas + - libblas 3.11.0 8_h4a7cf45_openblas + - libcblas 3.11.0 8_h0358290_openblas + - liblapack 3.11.0 8_h47877c9_openblas constrains: - - blas 2.138 openblas + - blas 2.308 openblas license: BSD-3-Clause license_family: BSD - size: 17511 - timestamp: 1761680105884 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libldl-3.3.2-hf02c80a_7100101.conda + size: 18824 + timestamp: 1779859122364 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libldl-3.3.2-hf02c80a_7100101.conda sha256: 590232cd302047023ab31b80458833a71b10aeabee7474304dc65db322b5cd70 md5: 19b71122fea7f6b1c4815f385b2da419 depends: @@ -3999,7 +4559,7 @@ packages: license: LGPL-2.1-or-later size: 23391 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm20-20.1.8-hecd9e04_0.conda sha256: a6fddc510de09075f2b77735c64c7b9334cf5a26900da351779b275d9f9e55e1 md5: 59a7b967b6ef5d63029b1712f8dcf661 depends: @@ -4013,7 +4573,7 @@ packages: license_family: Apache size: 43987020 timestamp: 1752141980723 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libllvm21-21.1.0-hecd9e04_0.conda sha256: d190f1bf322149321890908a534441ca2213a9a96c59819da6cabf2c5b474115 md5: 9ad637a7ac380c442be142dfb0b1b955 depends: @@ -4027,7 +4587,7 @@ packages: license_family: Apache size: 44363060 timestamp: 1756291822911 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libltdl-2.4.3a-h5888daf_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libltdl-2.4.3a-h5888daf_0.conda sha256: 7620c6425d4491e17083106ca49624448fc16186c30a93cf2b58f862bba416d1 md5: 8e5de39cab514fa908fcaa7ba37a8738 depends: @@ -4037,28 +4597,28 @@ packages: license_family: LGPL size: 38472 timestamp: 1740593829307 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda - sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8 - md5: 1a580f7796c7bf6393fddb8bbbde58dc +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-5.8.3-hb03c661_0.conda + sha256: ec30e52a3c1bf7d0425380a189d209a52baa03f22fb66dd3eb587acaa765bd6d + md5: b88d90cad08e6bc8ad540cb310a761fb depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 constrains: - - xz 5.8.1.* + - xz 5.8.3.* license: 0BSD - size: 112894 - timestamp: 1749230047870 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda - sha256: 329e66330a8f9cbb6a8d5995005478188eb4ba8a6b6391affa849744f4968492 - md5: f61edadbb301530bd65a32646bd81552 + size: 113478 + timestamp: 1775825492909 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/liblzma-devel-5.8.3-hb03c661_0.conda + sha256: 7858f6a173206bc8a5bdc8e75690483bb66c0dcc3809ac1cb43c561a4723623a + md5: 55c20edec8e90c4703787acaade60808 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - liblzma 5.8.1 hb9d3cd8_2 + - libgcc >=14 + - liblzma 5.8.3 hb03c661_0 license: 0BSD - size: 439868 - timestamp: 1749230061968 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmamba-2.3.2-hae34dd5_2.conda + size: 491429 + timestamp: 1775825511214 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmamba-2.3.2-hae34dd5_2.conda sha256: 8d6f1cae31cf9f672e9ccac00d0660bcc13c4457466996247e97e53b1137e68a md5: b0cfdfd4632cc769a1ca211ecfc1093c depends: @@ -4081,44 +4641,44 @@ packages: license_family: BSD size: 2487190 timestamp: 1760104375106 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmambapy-2.3.2-py311h52fc1f4_2.conda - sha256: 0c71fe26a7fa5cdb3e9b284b35dc737f8fd51b1ef4f8b88bc0be1d23a553df21 - md5: bbd22564bc6a3c1ab444cb44da546efc +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libmambapy-2.3.2-py312h0240237_2.conda + sha256: b530651b4dd4111906e28c813d8f8822d8ce077983c8cec77a5d6e251e7cd25d + md5: a5f4fcc1309d3ab7f3b8e368eb648def depends: - python - libmamba ==2.3.2 hae34dd5_2 - - __glibc >=2.17,<3.0.a0 - libstdcxx >=14 - libgcc >=14 - - nlohmann_json-abi ==3.12.0 + - __glibc >=2.17,<3.0.a0 - yaml-cpp >=0.8.0,<0.9.0a0 - - python_abi 3.11.* *_cp311 - - zstd >=1.5.7,<1.6.0a0 - - openssl >=3.5.4,<4.0a0 - - libmamba >=2.3.2,<2.4.0a0 - - fmt >=11.2.0,<11.3.0a0 - pybind11-abi ==4 + - python_abi 3.12.* *_cp312 + - libmamba >=2.3.2,<2.4.0a0 + - openssl >=3.5.4,<4.0a0 + - fmt >=11.2.0,<11.3.0a0 + - nlohmann_json-abi ==3.12.0 + - zstd >=1.5.7,<1.6.0a0 license: BSD-3-Clause license_family: BSD - size: 768368 - timestamp: 1760104375111 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda - sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690 - md5: b499ce4b026493a13774bcf0f4c33849 + size: 771743 + timestamp: 1760104375112 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnghttp2-1.68.1-h877daf1_0.conda + sha256: 663444d77a42f2265f54fb8b48c5450bfff4388d9c0f8253dd7855f0d993153f + md5: 2a45e7f8af083626f009645a6481f12d depends: - __glibc >=2.17,<3.0.a0 - - c-ares >=1.34.5,<2.0a0 + - c-ares >=1.34.6,<2.0a0 - libev >=4.33,<4.34.0a0 - libev >=4.33,<5.0a0 - libgcc >=14 - libstdcxx >=14 - libzlib >=1.3.1,<2.0a0 - - openssl >=3.5.2,<4.0a0 + - openssl >=3.5.5,<4.0a0 license: MIT license_family: MIT - size: 666600 - timestamp: 1756834976695 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda + size: 663344 + timestamp: 1773854035739 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libnsl-2.0.1-hb9d3cd8_1.conda sha256: 927fe72b054277cde6cb82597d0fcf6baf127dcbce2e0a9d8925a68f1265eef5 md5: d864d34357c3b65a4b731f78c0801dc4 depends: @@ -4128,7 +4688,7 @@ packages: license_family: GPL size: 33731 timestamp: 1750274110928 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libntlm-1.8-hb9d3cd8_0.conda sha256: 3b3f19ced060013c2dd99d9d46403be6d319d4601814c772a3472fe2955612b0 md5: 7c7927b404672409d9917d49bff5f2d6 depends: @@ -4137,7 +4697,7 @@ packages: license: LGPL-2.1-or-later size: 33418 timestamp: 1734670021371 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libogg-1.3.5-hd0c01bc_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libogg-1.3.5-hd0c01bc_1.conda sha256: ffb066ddf2e76953f92e06677021c73c85536098f1c21fcd15360dbc859e22e4 md5: 68e52064ed3897463c0e958ab5c8f91b depends: @@ -4147,44 +4707,44 @@ packages: license_family: BSD size: 218500 timestamp: 1745825989535 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-0.3.30-pthreads_h94d23a6_3.conda - sha256: 200899e5acc01fa29550d2782258d9cf33e55ce4cbce8faed9c6fe0b774852aa - md5: ac2e4832427d6b159576e8a68305c722 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-0.3.33-pthreads_h94d23a6_0.conda + sha256: 3d9aa85648e5e18a6d66db98b8c4317cc426721ad7a220aa86330d1ccedc8903 + md5: 2d3278b721e40468295ca755c3b84070 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libgfortran - libgfortran5 >=14.3.0 constrains: - - openblas >=0.3.30,<0.3.31.0a0 + - openblas >=0.3.33,<0.3.34.0a0 license: BSD-3-Clause license_family: BSD - size: 5918287 - timestamp: 1761748180250 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-ilp64-0.3.30-pthreads_h3e26593_3.conda - sha256: b78a0a15bfde4217872efb81ccf4d339eaf460e9633f2e6561de4fff386ff41e - md5: b5d918a3a17a7ab24344ab94b604ab89 + size: 5931919 + timestamp: 1776993658641 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenblas-ilp64-0.3.34-pthreads_h3e26593_0.conda + sha256: c3418a4a7a5f2d713dcf4d48850dccbd72bdaefb840b8b85f81ef0f40215c041 + md5: 3b952c0d0dfa244deb816c2652350981 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libgfortran - libgfortran5 >=14.3.0 constrains: - - openblas-ilp64 >=0.3.30,<0.3.31.0a0 + - openblas-ilp64 >=0.3.34,<0.3.35.0a0 license: BSD-3-Clause license_family: BSD - size: 5808434 - timestamp: 1761748205098 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_2.conda - sha256: 215086c108d80349e96051ad14131b751d17af3ed2cb5a34edd62fa89bfe8ead - md5: 7df50d44d4a14d6c31a2c54f2cd92157 + size: 5834643 + timestamp: 1784287478527 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopengl-1.7.0-ha4b6fd6_3.conda + sha256: 90777039b48529283df5f16383fc399866024257a8bd93de583f4730db1ab30a + md5: c2bd8055a2e2dce7a7f32cfd02101fb6 depends: - __glibc >=2.17,<3.0.a0 - - libglvnd 1.7.0 ha4b6fd6_2 + - libglvnd 1.7.0 ha4b6fd6_3 license: LicenseRef-libglvnd - size: 50757 - timestamp: 1731330993524 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenlibm4-0.8.1-hd590300_1.conda + size: 51767 + timestamp: 1779728204026 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenlibm4-0.8.1-hd590300_1.conda sha256: d176e3b79e723a4102861c06cdc13d60b08210233c42edd6e49e770aece03b3b md5: e6af610e01d04927a5060c95ce4e0875 depends: @@ -4192,28 +4752,28 @@ packages: license: MIT AND ISC AND BSD-2-Clause size: 104768 timestamp: 1698855372633 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenssl-static-3.6.0-hb03c661_0.conda - sha256: fb8080d680c6098caefbadbd39b37d65b7e26e41672c35c8e8e0f654188cd968 - md5: 7627b1ada25e7c8ae8f80862e2997f52 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopenssl-static-3.6.3-hb03c661_0.conda + sha256: ec9e1bc233830e8532df6cb91e210196909f9e7217693a995f0a5acf5e15008f + md5: b7fab41859799a59ede70d3bc608b8d6 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - openssl 3.6.0 h26f9b46_0 + - openssl 3.6.3 h35e630c_0 license: Apache-2.0 license_family: Apache - size: 2878960 - timestamp: 1762839209250 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopus-1.5.2-hd0c01bc_0.conda - sha256: 786d43678d6d1dc5f88a6bad2d02830cfd5a0184e84a8caa45694049f0e3ea5f - md5: b64523fb87ac6f87f0790f324ad43046 + size: 2889172 + timestamp: 1781069869884 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libopus-1.6.1-h280c20c_0.conda + sha256: f1061a26213b9653bbb8372bfa3f291787ca091a9a3060a10df4d5297aad74fd + md5: 2446ac1fe030c2aa6141386c1f5a6aed depends: - - libgcc >=13 - __glibc >=2.17,<3.0.a0 + - libgcc >=14 license: BSD-3-Clause license_family: BSD - size: 312472 - timestamp: 1744330953241 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libparu-1.0.0-hc6afc67_7100101.conda + size: 324993 + timestamp: 1768497114401 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libparu-1.0.0-hc6afc67_7100101.conda sha256: 50144e87b95d1309d2043aa5bf02035b948b1ae9ec6ec44ee97b7aec1cccd70a md5: fd1d3e26c1b12c70f7449369ae3d9c1a depends: @@ -4229,50 +4789,40 @@ packages: license_family: GPL size: 89738 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpciaccess-0.18-hb9d3cd8_0.conda - sha256: 0bd91de9b447a2991e666f284ae8c722ffb1d84acb594dbd0c031bd656fa32b2 - md5: 70e3400cbbfa03e96dcde7fc13e38c7b +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpciaccess-0.19-hb03c661_0.conda + sha256: f41721636a7c2e51bc2c642e1127955ab9c81145470714fdaac44d4d09e4af41 + md5: 33082e13b4769b48cfeb648e15bfe3fc depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 license: MIT license_family: MIT - size: 28424 - timestamp: 1749901812541 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.50-h421ea60_1.conda - sha256: e75a2723000ce3a4b9fd9b9b9ce77553556c93e475a4657db6ed01abc02ea347 - md5: 7af8e91b0deb5f8e25d1a595dea79614 - depends: - - libgcc >=14 - - __glibc >=2.17,<3.0.a0 - - libzlib >=1.3.1,<2.0a0 - license: zlib-acknowledgement - size: 317390 - timestamp: 1753879899951 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.53-h421ea60_0.conda - sha256: 8acdeb9a7e3d2630176ba8e947caf6bf4985a5148dec69b801e5eb797856688b - md5: 00d4e66b1f746cb14944cad23fffb405 + size: 29147 + timestamp: 1773533027610 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpng-1.6.58-h421ea60_0.conda + sha256: 377cfe037f3eeb3b1bf3ad333f724a64d32f315ee1958581fc671891d63d3f89 + md5: eba48a68a1a2b9d3c0d9511548db85db depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 license: zlib-acknowledgement - size: 317748 - timestamp: 1764981060755 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpq-17.6-h3675c94_2.conda - sha256: 8a078b33f65c5521ae1ed9545ea21efdc46630ff618cdd01aa6a3e698149b27d - md5: e2c2f4c4c20a449b3b4a218797bd7c03 + size: 317729 + timestamp: 1776315175087 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpq-17.7-h5c52fec_1.conda + sha256: 06a8ace6cc5ee47b85a5e64fad621e5912a12a0202398f54f302eb4e8b9db1fd + md5: a4769024afeab4b32ac8167c2f92c7ac depends: - __glibc >=2.17,<3.0.a0 - icu >=75.1,<76.0a0 - krb5 >=1.21.3,<1.22.0a0 - libgcc >=14 - openldap >=2.6.10,<2.7.0a0 - - openssl >=3.5.2,<4.0a0 + - openssl >=3.5.4,<4.0a0 license: PostgreSQL - size: 2726071 - timestamp: 1757976008927 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda + size: 2649881 + timestamp: 1763565297202 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libprotobuf-5.28.3-h6128344_1.conda sha256: 51125ebb8b7152e4a4e69fd2398489c4ec8473195c27cde3cbdf1cb6d18c5493 md5: d8703f1ffe5a06356f06467f1d0b9464 depends: @@ -4286,7 +4836,19 @@ packages: license_family: BSD size: 2960815 timestamp: 1735577210663 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/librbio-4.3.4-hf02c80a_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libpsl-0.22.0-hf670292_3.conda + sha256: 25bac8c350015dd686b61e2ef50fa6aa3fc7393fd5db14046d03a1f571bdf728 + md5: 28fe63e41909020150cca96ec8f73f15 + depends: + - libstdcxx >=14 + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - icu >=78.3,<79.0a0 + license: MIT + license_family: MIT + size: 72492 + timestamp: 1785424826563 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/librbio-4.3.4-hf02c80a_7100101.conda sha256: c502b4203cc0d38f49005994b5c80c89660bcd40ff170c529cda90827ec6b1f4 md5: 4b3a3d711d1c1f76f7f440e51458f512 depends: @@ -4297,46 +4859,46 @@ packages: license_family: GPL size: 46633 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsanitizer-15.2.0-hb13aed2_7.conda - sha256: 4d15a66e136fba55bc0e83583de603f46e972f3486e2689628dfd9729a5c3d78 - md5: 4ea6053660330c1bbd4635b945f7626d +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsanitizer-16.1.0-hf2715c6_1.conda + sha256: 85662ecadd3961bc96cbcc38dbc024a768cc35932c8440677ed028ea6322c36c + md5: abd77210925872ee084672cf5be1d491 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=15.2.0 - - libstdcxx >=15.2.0 + - libgcc >=16.1.0 + - libstdcxx >=16.1.0 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 5133768 - timestamp: 1759968130105 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsndfile-1.2.2-hc60ed4a_1.conda - sha256: f709cbede3d4f3aee4e2f8d60bd9e256057f410bd60b8964cb8cf82ec1457573 - md5: ef1910918dd895516a769ed36b5b3a4e + size: 7780843 + timestamp: 1785375481116 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsndfile-1.2.2-hc7d488a_2.conda + sha256: 57cb5f92110324c04498b96563211a1bca6a74b2918b1e8df578bfed03cc32e4 + md5: 067590f061c9f6ea7e61e3b2112ed6b3 depends: + - __glibc >=2.17,<3.0.a0 - lame >=3.100,<3.101.0a0 - - libflac >=1.4.3,<1.5.0a0 - - libgcc-ng >=12 - - libogg >=1.3.4,<1.4.0a0 - - libopus >=1.3.1,<2.0a0 - - libstdcxx-ng >=12 + - libflac >=1.5.0,<1.6.0a0 + - libgcc >=14 + - libogg >=1.3.5,<1.4.0a0 + - libopus >=1.5.2,<2.0a0 + - libstdcxx >=14 - libvorbis >=1.3.7,<1.4.0a0 - - mpg123 >=1.32.1,<1.33.0a0 + - mpg123 >=1.32.9,<1.33.0a0 license: LGPL-2.1-or-later license_family: LGPL - size: 354372 - timestamp: 1695747735668 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsolv-0.7.35-h9463b59_0.conda - sha256: 2fc2cdc8ea4dfd9277ae910fa3cfbf342d7890837a2002cf427fd306a869150b - md5: 21769ce326958ec230cdcbd0f2ad97eb + size: 355619 + timestamp: 1765181778282 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsolv-0.7.39-h9463b59_0.conda + sha256: 65e49d51607307ca47542de815ef9d1698cfd067350e03d3d82fde61ba5ecf6f + md5: 3a1136dda53febf7693145db51db3dcb depends: + - __glibc >=2.17,<3.0.a0 - libstdcxx >=14 - libgcc >=14 - - __glibc >=2.17,<3.0.a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 license: BSD-3-Clause license_family: BSD - size: 518374 - timestamp: 1754325691186 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspex-3.2.3-h9226d62_7100101.conda + size: 521190 + timestamp: 1780057179710 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspex-3.2.3-h9226d62_7100101.conda sha256: 24dffff614943c547ba094f8eb03b412a18cc4654663202f1aab9158bfa875ba md5: 63323b258079a75133ccecbb0902614d depends: @@ -4352,7 +4914,7 @@ packages: license_family: LGPL size: 79220 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspqr-4.3.4-h23b7119_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libspqr-4.3.4-h23b7119_7100101.conda sha256: 52851575496122f9088c9f5a4283da7fbb277d9a877b5ce60a939554df542f3c md5: c1ee33a71065c1f0efd9c8174d5f18b0 depends: @@ -4368,18 +4930,28 @@ packages: license_family: GPL size: 203419 timestamp: 1741963824816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.51.0-hee844dc_0.conda - sha256: 4c992dcd0e34b68f843e75406f7f303b1b97c248d18f3c7c330bdc0bc26ae0b3 - md5: 729a572a3ebb8c43933b30edcc628ceb +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.53.4-h0c1763c_0.conda + sha256: 3d1d47d465a3e7ac37c9c37802313a4a33ea91057bb7b87b9ec31e309f7dc163 + md5: 56d6a60586cc886c9a6fd3288de4b9a2 depends: - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - libgcc >=14 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 license: blessing - size: 945576 - timestamp: 1762299687230 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda + size: 959511 + timestamp: 1785016103820 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsqlite-3.53.4-hf4e2dac_0.conda + sha256: 72023efc207fe681e26b65fc9d668062cf0b4f0eacf3431e6eb099b95c1f2efd + md5: df088a279cd5e6fd2790b4c196434da1 + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=78.3,<79.0a0 + - libgcc >=14 + - libzlib >=1.3.2,<2.0a0 + license: blessing + size: 964200 + timestamp: 1785016112246 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda sha256: fa39bfd69228a13e553bd24601332b7cfeb30ca11a3ca50bb028108fe90a7661 md5: eecce068c7e4eddeb169591baac20ac4 depends: @@ -4391,58 +4963,26 @@ packages: license_family: BSD size: 304790 timestamp: 1745608545575 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-15.2.0-h8f9b012_7.conda - sha256: 1b981647d9775e1cdeb2fab0a4dd9cd75a6b0de2963f6c3953dbd712f78334b3 - md5: 5b767048b1b3ee9a954b06f4084f93dc +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-16.1.0-h934c35e_1.conda + sha256: 79721dd08aeb0ab9e773f1f9ef41cf4e6c17477e3d72319147619045bce05a09 + md5: aed6cf89adc1e9b846e4367ac538e434 depends: - __glibc >=2.17,<3.0.a0 - - libgcc 15.2.0 h767d61c_7 + - libgcc 16.1.0 ha9f2e26_1 constrains: - - libstdcxx-ng ==15.2.0=*_7 + - libstdcxx-ng ==16.1.0=*_1 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 3898269 - timestamp: 1759968103436 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda - sha256: 813427918316a00c904723f1dfc3da1bbc1974c5cfe1ed1e704c6f4e0798cbc6 - md5: 68f68355000ec3f1d6f26ea13e8f525f + size: 6631744 + timestamp: 1785375462643 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-16.1.0-hdf11a46_1.conda + sha256: 2876ca4463d1b394eb969ce4a84d1620aa63fb8202a6397837d1e45ec76c1208 + md5: c94f06123272d8e129d4acf3a25ffb35 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc 15.2.0 he0feb66_16 - constrains: - - libstdcxx-ng ==15.2.0=*_16 + - libstdcxx 16.1.0 h934c35e_1 license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 5856456 - timestamp: 1765256838573 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libstdcxx-devel_linux-64-15.2.0-h73f6952_107.conda - sha256: ae5f609b3df4f4c3de81379958898cae2d9fc5d633518747c01d148605525146 - md5: a888a479d58f814ee9355524cc94edf3 - depends: - - __unix - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 13677243 - timestamp: 1759967967095 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-15.2.0-h4852527_7.conda - sha256: 024fd46ac3ea8032a5ec3ea7b91c4c235701a8bf0e6520fe5e6539992a6bd05f - md5: f627678cf829bd70bccf141a19c3ad3e - depends: - - libstdcxx 15.2.0 h8f9b012_7 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 29343 - timestamp: 1759968157195 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda - sha256: 81f2f246c7533b41c5e0c274172d607829019621c4a0823b5c0b4a8c7028ee84 - md5: 1b3152694d236cf233b76b8c56bf0eae - depends: - - libstdcxx 15.2.0 h934c35e_16 - license: GPL-3.0-only WITH GCC-exception-3.1 - license_family: GPL - size: 27300 - timestamp: 1765256885128 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsuitesparseconfig-7.10.1-h901830b_7100101.conda + size: 28253 + timestamp: 1785375500257 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsuitesparseconfig-7.10.1-h901830b_7100101.conda sha256: d8f32a0b0ee17fbace7af4bd34ad554cc855b9c18e0aeccf8395e1478c161f37 md5: 57ae1dd979da7aa88a9b38bfa2e1d6b2 depends: @@ -4456,34 +4996,34 @@ packages: license_family: BSD size: 42708 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsystemd0-257.10-hd0affe5_2.conda - sha256: b30c06f60f03c2cf101afeb3452f48f12a2553b4cb631c9460c8a8ccf0813ae5 - md5: b04e0a2163a72588a40cde1afd6f2d18 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libsystemd0-257.13-h084b8d7_1.conda + sha256: 2293884d59cf0436c37fc0a4bad71011a8de2a6913610d1c701a7703377c1f75 + md5: ea0da9c20bbb221b530810c3c68bbe62 depends: - __glibc >=2.17,<3.0.a0 - - libcap >=2.77,<2.78.0a0 + - libcap >=2.78,<2.79.0a0 - libgcc >=14 license: LGPL-2.1-or-later - size: 491211 - timestamp: 1763011323224 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.1-h9d88235_1.conda - sha256: e5f8c38625aa6d567809733ae04bb71c161a42e44a9fa8227abe61fa5c60ebe0 - md5: cd5a90476766d53e901500df9215e927 + size: 493022 + timestamp: 1780084748140 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtiff-4.7.2-h9d88235_0.conda + sha256: b31346e1c01ab40a170e91147092ee8fd92b1dee3c66ee47ef025571c879b159 + md5: c1fcb4a88bc15a9f77ad8d27d7af1df9 depends: - __glibc >=2.17,<3.0.a0 - - lerc >=4.0.0,<5.0a0 + - lerc >=4.1.0,<5.0a0 - libdeflate >=1.25,<1.26.0a0 - libgcc >=14 - - libjpeg-turbo >=3.1.0,<4.0a0 - - liblzma >=5.8.1,<6.0a0 + - libjpeg-turbo >=3.1.4.1,<4.0a0 + - liblzma >=5.8.3,<6.0a0 - libstdcxx >=14 - libwebp-base >=1.6.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 + - libzlib >=1.3.2,<2.0a0 - zstd >=1.5.7,<1.6.0a0 license: HPND - size: 435273 - timestamp: 1762022005702 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtool-2.5.4-h5888daf_0.conda + size: 452337 + timestamp: 1783084902636 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtool-2.5.4-h5888daf_0.conda sha256: c8245c70ba5b075e0cd61f430afbda00b60931603ed4ea31ce89e7fe930e4e3d md5: 90697d80c181414aa3472199e136a04e depends: @@ -4494,7 +5034,7 @@ packages: license_family: GPL size: 415044 timestamp: 1740593851157 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtorch-2.6.0-cpu_generic_haed06de_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libtorch-2.6.0-cpu_generic_haed06de_0.conda sha256: aa3107e48671f62d2d3c4452713ac376cec25d2beb4d5ba92fc6e3037d4988ed md5: d5a75cf7648a12eeeb7b7eaeaa7dd82f depends: @@ -4520,7 +5060,7 @@ packages: license_family: BSD size: 54448917 timestamp: 1739480260135 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libumfpack-6.3.5-h873dde6_7100101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libumfpack-6.3.5-h873dde6_7100101.conda sha256: 9a2c0049210c0223084c29b39404ad6da6538e7a4d1ed74ee8423212998fd686 md5: 9626fc7667bc6c901c7a0a4004938c71 depends: @@ -4534,7 +5074,7 @@ packages: license_family: GPL size: 404065 timestamp: 1741963824815 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunistring-0.9.10-h7f98852_0.tar.bz2 sha256: e88c45505921db29c08df3439ddb7f771bbff35f95e7d3103bf365d5d6ce2a6d md5: 7245a044b4a1980ed83196176b78b73a depends: @@ -4542,7 +5082,7 @@ packages: license: GPL-3.0-only OR LGPL-3.0-only size: 1433436 timestamp: 1626955018689 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunwind-1.6.2-h9c3ff4c_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libunwind-1.6.2-h9c3ff4c_0.tar.bz2 sha256: f2ac872920833960e514ce9efd8f7c08ce66dd870738d73839d1bce1ac497de6 md5: a730b2badd586580c5752cc73842e068 depends: @@ -4552,47 +5092,37 @@ packages: license_family: MIT size: 75491 timestamp: 1638450786937 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libutf8proc-2.11.0-hb04c3b8_0.conda - sha256: f8977233dc19cb8530f3bc71db87124695db076e077db429c3231acfa980c4ac - md5: 34fb73fd2d5a613d8f17ce2eaa15a8a5 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libutf8proc-2.11.3-hfe17d71_0.conda + sha256: ecbf4b7520296ed580498dc66a72508b8a79da5126e1d6dc650a7087171288f9 + md5: 1247168fe4a0b8912e3336bccdbf98a5 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 license: MIT license_family: MIT - size: 85741 - timestamp: 1757742873826 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.41.2-h5347b49_1.conda - sha256: 030447cf827c471abd37092ab9714fde82b8222106f22fde94bc7a64e2704c40 - md5: 41f5c09a211985c3ce642d60721e7c3e + size: 85969 + timestamp: 1768735071295 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.42.2-h5347b49_0.conda + sha256: 9b1bdce27a7e31f7d241aeecff67a1f3101d52a2b1e33ccc2cdf2613072bf81f + md5: 01bb81d12c957de066ea7362007df642 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=14 + - __glibc >=2.17,<3.0.a0 license: BSD-3-Clause license_family: BSD - size: 40235 - timestamp: 1764790744114 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuuid-2.41.2-he9a06e4_0.conda - sha256: e5ec6d2ad7eef538ddcb9ea62ad4346fde70a4736342c4ad87bd713641eb9808 - md5: 80c07c68d2f6870250959dcc95b209d1 + size: 40017 + timestamp: 1781625522462 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuv-1.52.1-h280c20c_0.conda + sha256: e28e4519223f78b3163599ca89c3f2d80bfb53e907e7fc74e806e60d1efa578b + md5: 4e33d49bf4fc853855a3b00643aa5484 depends: - - __glibc >=2.17,<3.0.a0 - libgcc >=14 - license: BSD-3-Clause - license_family: BSD - size: 37135 - timestamp: 1758626800002 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda - sha256: c180f4124a889ac343fc59d15558e93667d894a966ec6fdb61da1604481be26b - md5: 0f03292cc56bf91a077a134ea8747118 - depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=14 license: MIT license_family: MIT - size: 895108 - timestamp: 1753948278280 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libvorbis-1.3.7-h54a6638_2.conda + size: 419935 + timestamp: 1779396012261 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libvorbis-1.3.7-h54a6638_2.conda sha256: ca494c99c7e5ecc1b4cd2f72b5584cef3d4ce631d23511184411abcbb90a21a5 md5: b4ecbefe517ed0157c37f8182768271c depends: @@ -4606,7 +5136,7 @@ packages: license_family: BSD size: 285894 timestamp: 1753879378005 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libwebp-base-1.6.0-hd42ef1d_0.conda sha256: 3aed21ab28eddffdaf7f804f49be7a7d701e8f0e46c856d801270b470820a37b md5: aea31d2e5b1091feca96fcfe945c3cf9 depends: @@ -4618,7 +5148,7 @@ packages: license_family: BSD size: 429011 timestamp: 1752159441324 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcb-1.17.0-h8a09558_0.conda sha256: 666c0c431b23c6cec6e492840b176dde533d48b7e6fb8883f5071223433776aa md5: 92ed62436b625154323d40d5f2f11dd7 depends: @@ -4631,7 +5161,7 @@ packages: license_family: MIT size: 395888 timestamp: 1727278577118 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda sha256: 6ae68e0b86423ef188196fff6207ed0c8195dd84273cb5623b85aa08033a410c md5: 5aa797f8787fe7a17d1b0821485b5adc depends: @@ -4639,7 +5169,7 @@ packages: license: LGPL-2.1-or-later size: 100393 timestamp: 1702724383534 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxkbcommon-1.11.0-he8b52b9_0.conda sha256: 23f47e86cc1386e7f815fa9662ccedae151471862e971ea511c5c886aa723a54 md5: 74e91c36d0eef3557915c68b6c2bef96 depends: @@ -4654,7 +5184,23 @@ packages: license_family: MIT size: 791328 timestamp: 1754703902365 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-16-2.15.3-hca6bf5a_0.conda + sha256: 3d44f737c5ae52d5af32682cc1530df433f401f8e58a7533926536244127572a + md5: e79d2c2f24b027aa8d5ab1b1ba3061e7 + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=78.3,<79.0a0 + - libgcc >=14 + - libiconv >=1.18,<2.0a0 + - liblzma >=5.8.3,<6.0a0 + - libzlib >=1.3.2,<2.0a0 + constrains: + - libxml2 2.15.3 + license: MIT + license_family: MIT + size: 559775 + timestamp: 1776376739004 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.13.9-h04c0eec_0.conda sha256: 5d12e993894cb8e9f209e2e6bef9c90fa2b7a339a1f2ab133014b71db81f5d88 md5: 35eeb0a2add53b1e50218ed230fa6a02 depends: @@ -4668,7 +5214,22 @@ packages: license_family: MIT size: 697033 timestamp: 1761766011241 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxml2-2.15.3-h49c6c72_0.conda + sha256: 3bc5551720c58591f6ea1146f7d1539c734ed1c40e7b9f5cb8cb7e900c509aba + md5: 995d8c8bad2a3cc8db14675a153dec2b + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=78.3,<79.0a0 + - libgcc >=14 + - libiconv >=1.18,<2.0a0 + - liblzma >=5.8.3,<6.0a0 + - libxml2-16 2.15.3 hca6bf5a_0 + - libzlib >=1.3.2,<2.0a0 + license: MIT + license_family: MIT + size: 46810 + timestamp: 1776376751152 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libxslt-1.1.43-h7a3aeb2_0.conda sha256: 35ddfc0335a18677dd70995fa99b8f594da3beb05c11289c87b6de5b930b47a3 md5: 31059dc620fa57d787e3899ed0421e6d depends: @@ -4679,19 +5240,18 @@ packages: license_family: MIT size: 244399 timestamp: 1753273455036 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda - sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4 - md5: edb0dca6bc32e4f4789199455a1dbeb8 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/libzlib-1.3.2-h25fd6f3_3.conda + sha256: eb8a0db0aa570124f7d2a93d7c7f596e3390df5e047818d873baad32985fc736 + md5: 0de0122d9570a8ab637c6b73db268389 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 constrains: - - zlib 1.3.1 *_2 + - zlib 1.3.2 *_3 license: Zlib license_family: Other - size: 60963 - timestamp: 1727963148474 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lp_solve-5.5.2.11-hd590300_0.conda + size: 63713 + timestamp: 1785362952714 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lp_solve-5.5.2.11-hd590300_0.conda sha256: 3c28e1494834f77cbd23467fdac0f701cb9a0c17a4251e79e83f0946e788abf9 md5: c9ca19b1a4b4f1038b23fb8b5918929c depends: @@ -4699,21 +5259,21 @@ packages: license: LGPL-2.1-only size: 410024 timestamp: 1697545354266 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lxml-6.0.2-py311hc53b721_0.conda - sha256: 431db76b7d9ecaf1d8689f55f7d9651046abc9aa1f05d0e3d3ccd254cc5c340f - md5: 78a3ed9edec407843eeaad7d6786fdfb +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lxml-6.0.2-py312h70dad80_0.conda + sha256: 287f5f493fad7bbac48ac3976e21f5526488e99e19c43b87c3cfaaf89b79b42b + md5: d581cee70d9c039d7e31ed65b2f874c4 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libxml2 >=2.13.8,<2.14.0a0 - libxslt >=1.1.43,<2.0a0 - libzlib >=1.3.1,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 license: BSD-3-Clause and MIT-CMU - size: 1600897 - timestamp: 1758535446426 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda + size: 1604566 + timestamp: 1758535320510 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lz4-c-1.10.0-h5888daf_1.conda sha256: 47326f811392a5fd3055f0f773036c392d26fdb32e4d8e7a8197eed951489346 md5: 9de5350a85c4a20c685259b889aa6393 depends: @@ -4724,7 +5284,7 @@ packages: license_family: BSD size: 167055 timestamp: 1733741040117 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/lzo-2.10-h280c20c_1002.conda sha256: 5c6bbeec116e29f08e3dad3d0524e9bc5527098e12fc432c0e5ca53ea16337d4 md5: 45161d96307e3a447cc3eb5896cf6f8c depends: @@ -4734,15 +5294,7 @@ packages: license_family: GPL size: 191060 timestamp: 1753889274283 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/macse-2.07-hdfd78af_0.tar.bz2 - sha256: c68ac215cc94826c075c71ea8d9b00acc4bfed0248b95d49cc7edc68b59429e2 - md5: 4c0df07d9159231178e59e0b1961dd11 - depends: - - openjdk >=1.5 - license: CeCILL 2.1 - size: 390190 - timestamp: 1679388076563 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mafft-7.526-h4bc722e_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mafft-7.526-h4bc722e_0.conda sha256: e307b4d817c5f1d1173896d8d54b1b11761b0fc7889bf618ff59dd6407b11d36 md5: cf3b2acf649bc31e576ed43a2fa4aaa3 depends: @@ -4754,7 +5306,7 @@ packages: license_family: BSD size: 2610460 timestamp: 1720680384725 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/make-4.4.1-hb9d3cd8_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/make-4.4.1-hb9d3cd8_2.conda sha256: d652c7bd4d3b6f82b0f6d063b0d8df6f54cc47531092d7ff008e780f3261bdda md5: 33405d2a66b1411db9f7242c8b97c9e7 depends: @@ -4764,46 +5316,36 @@ packages: license_family: GPL size: 513088 timestamp: 1727801714848 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/markdown-it-py-4.0.0-pyhd8ed1ab_0.conda - sha256: 7b1da4b5c40385791dbc3cc85ceea9fad5da680a27d5d3cb8bfaa185e304a89e - md5: 5b5203189eb668f042ac2b0826244964 - depends: - - mdurl >=0.1,<1 - - python >=3.10 - license: MIT - license_family: MIT - size: 64736 - timestamp: 1754951288511 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/markupsafe-3.0.3-py311h3778330_0.conda - sha256: 66c072c37aefa046f3fd4ca69978429421ef9e8a8572e19de534272a6482e997 - md5: 0954f1a6a26df4a510b54f73b2a0345c +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/markupsafe-3.0.3-py312h8a5da7c_1.conda + sha256: 5f3aad1f3a685ed0b591faad335957dbdb1b73abfd6fc731a0d42718e0653b33 + md5: 93a4752d42b12943a355b682ee43285b depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 constrains: - jinja2 >=3.0.0 license: BSD-3-Clause license_family: BSD - size: 26016 - timestamp: 1759055312513 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-3.10.8-py311h38be061_0.conda - sha256: ead3fed3b8709abaf25ac8995ff748ecbbdbfe0f097181754e542ec9dda680c9 - md5: 08b5a4eac150c688c9f924bcb3317e02 + size: 26057 + timestamp: 1772445297924 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-3.10.9-py312h7900ff3_0.conda + sha256: cdd59bb1a52b09979f11c68909d53120b2e749edd1992853a74e1604db19c8b0 + md5: 579c6a324b197594fabc9240bddf2d8b depends: - - matplotlib-base >=3.10.8,<3.10.9.0a0 + - matplotlib-base >=3.10.9,<3.10.10.0a0 - pyside6 >=6.7.2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - tornado >=5 license: PSF-2.0 license_family: PSF - size: 17484 - timestamp: 1763055534609 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-base-3.10.8-py311h0f3be63_0.conda - sha256: 300bbdb9c90cc1332cb72bc79baf25fa58fd78e0c16f4698ad719b206e42ee1b - md5: 21a0139015232dc0edbf6c2179b5ec24 + size: 17831 + timestamp: 1777000588302 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/matplotlib-base-3.10.9-py312he3d6523_0.conda + sha256: c7e133837376e53e6a52719c205a3067c42f05769bc3e8307417f8d817dfc63e + md5: 7d499b5b6d150f133800dc3a582771c7 depends: - __glibc >=2.17,<3.0.a0 - contourpy >=1.0.1 @@ -4811,8 +5353,8 @@ packages: - fonttools >=4.22.0 - freetype - kiwisolver >=1.3.1 - - libfreetype >=2.14.1 - - libfreetype6 >=2.14.1 + - libfreetype >=2.14.3 + - libfreetype6 >=2.14.3 - libgcc >=14 - libstdcxx >=14 - numpy >=1.23 @@ -4820,70 +5362,35 @@ packages: - packaging >=20.0 - pillow >=8 - pyparsing >=2.3.1 - - python >=3.11,<3.12.0a0 + - python >=3.12,<3.13.0a0 - python-dateutil >=2.7 - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 - qhull >=2020.2,<2020.3.0a0 - tk >=8.6.13,<8.7.0a0 license: PSF-2.0 license_family: PSF - size: 8298261 - timestamp: 1763055503500 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/maven-3.9.11-ha770c72_0.conda - sha256: 69129d0f8a9941fd2df1558a6eef624b9109d8198a6b0ec15152bc4ede7e17f7 - md5: f0e42f3f305ba9165e3c60152bd6c2fe + size: 8336056 + timestamp: 1777000573501 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/maven-3.9.16-ha770c72_0.conda + sha256: 47251ad1bf1dd44ecc72f088ef12423af355eea717f92236708608b5809b3c61 + md5: cd491ea029e8fa821899ce7a00610965 depends: - openjdk license: Apache-2.0 license_family: APACHE - size: 8866827 - timestamp: 1754929400378 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mcl-22.282-pl5321h7b50bb2_4.tar.bz2 - sha256: c91e9f49d27199ac595c001749ad166818ddbbb81c682d50d598f4811bbd921e - md5: 5020f96bb41195d95ad24665ddb6cb35 + size: 8980240 + timestamp: 1779063760404 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/menuinst-2.5.2-py312h20c3967_0.conda + sha256: fe3e17f1330661d09201ad0d28d997c6d8e8e883a6442a23f3034a80279f73a0 + md5: ac2a54466bb430c4dbb5501683185bb1 depends: - - libgcc >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - license: GPL-3.0-only - license_family: GPL - size: 2146709 - timestamp: 1748469942874 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda - sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 - md5: 592132998493b3ff25fd7479396e8351 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 14465 - timestamp: 1733255681319 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/menuinst-2.4.1-py311h38be061_0.conda - sha256: c16073344e6cd1cfb1351b2b7c41388817150f78908a48c55b4a612842dc87dd - md5: 269046366b4c74ebf56aa149e21cbff2 - depends: - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python + - tomli-w + - python_abi 3.12.* *_cp312 license: BSD-3-Clause AND MIT - size: 185521 - timestamp: 1761299901921 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/metaeuk-7.bba0d80-pl5321hd6d6fdc_2.tar.bz2 - sha256: 868647bb8b9a2827cdf98ba80310900b6b7d20fee438b59a1a68616db0452781 - md5: 92d44566468d6b5f4c854d5966069de4 - depends: - - _openmp_mutex >=4.5 - - bzip2 >=1.0.8,<2.0a0 - - gawk - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - wget - - zlib - license: GPL-3 - license_family: GPL - size: 4534632 - timestamp: 1733936657790 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/metis-5.1.0-hd0bcaf9_1007.conda + size: 200341 + timestamp: 1784275879582 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/metis-5.1.0-hd0bcaf9_1007.conda sha256: e8a00971e6d00bd49f375c5d8d005b37a9abba0b1768533aed0f90a422bf5cc7 md5: 28eb714416de4eb83e2cbc47e99a1b45 depends: @@ -4894,66 +5401,30 @@ packages: license_family: APACHE size: 3923560 timestamp: 1728064567817 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/miniprot-0.18-h577a1d6_0.tar.bz2 - sha256: a7785a0db01773819ba1c3b897d2987a5ec18f4c80165096c87d924c7e4e845b - md5: e60a264d0b4ba975ac1fb1c8e66753a3 - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: MIT - license_family: MIT - size: 70915 - timestamp: 1752254293809 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mmseqs2-18.8cc5c-hd6d6fdc_0.tar.bz2 - sha256: 466c7bc19eecc58a6043e73f7c80865fc610b4f545af8498565547d87c45d9a9 - md5: a11c5e78c9e77099aa3a2291710292e3 - depends: - - _openmp_mutex >=4.5 - - aria2 - - bzip2 >=1.0.8,<2.0a0 - - gawk - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - zlib - license: MIT - size: 133026020 - timestamp: 1753615341810 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/modeltest-ng-0.1.7-hf316886_3.tar.bz2 - sha256: e94c4f49abc8451d053a00fcb963b3b905c47d73be3f6b0e7a97801b11de5763 - md5: 36086d1693af82705be7a39d497707e4 - depends: - - libgcc >=13 - - libstdcxx >=13 - - openmpi >=4.1.6,<5.0a0 - license: GPL-3.0 - license_family: GPL - size: 6047364 - timestamp: 1734158893881 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpc-1.3.1-h24ddda3_1.conda - sha256: 1bf794ddf2c8b3a3e14ae182577c624fa92dea975537accff4bc7e5fea085212 - md5: aa14b9a5196a6d8dd364164b7ce56acf +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpc-1.4.0-he0a73b1_0.conda + sha256: c1fdeebc9f8e4f51df265efca4ea20c7a13911193cc255db73cccb6e422ae486 + md5: 770d00bf57b5599c4544d61b61d8c6c6 depends: - __glibc >=2.17,<3.0.a0 - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - mpfr >=4.2.1,<5.0a0 + - libgcc >=14 + - mpfr >=4.2.2,<5.0a0 license: LGPL-3.0-or-later license_family: LGPL - size: 116777 - timestamp: 1725629179524 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpfr-4.2.1-h90cbb55_3.conda - sha256: f25d2474dd557ca66c6231c8f5ace5af312efde1ba8290a6ea5e1732a4e669c0 - md5: 2eeb50cab6652538eee8fc0bc3340c81 + size: 100245 + timestamp: 1774472435333 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpfr-4.2.2-he0a73b1_0.conda + sha256: 8690f550a780f75d9c47f7ffc15f5ff1c149d36ac17208e50eda101ca16611b9 + md5: 85ce2ffa51ab21da5efa4a9edc5946aa depends: - __glibc >=2.17,<3.0.a0 - gmp >=6.3.0,<7.0a0 - - libgcc >=13 + - libgcc >=14 license: LGPL-3.0-only license_family: LGPL - size: 634751 - timestamp: 1725746740014 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda + size: 730422 + timestamp: 1773413915171 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpg123-1.32.9-hc50e24c_0.conda sha256: 39c4700fb3fbe403a77d8cc27352fa72ba744db487559d5d44bf8411bb4ea200 md5: c7f302fd11eeb0987a6a5e1f3aed6a21 depends: @@ -4964,52 +5435,25 @@ packages: license_family: LGPL size: 491140 timestamp: 1730581373280 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpi-1.0-openmpi.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mpi-1.0-openmpi.tar.bz2 sha256: 54cf44ee2c122bce206f834a825af06e3b14fc4fd58c968ae9329715cc281d1e md5: 1dcc49e16749ff79ba2194fa5d4ca5e7 license: BSD 3-clause size: 4204 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mpmath-1.3.0-pyhd8ed1ab_1.conda - sha256: 7d7aa3fcd6f42b76bd711182f3776a02bef09a68c5f117d66b712a6d81368692 - md5: 3585aa87c43ab15b167b574cd73b057b +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/msgpack-python-1.2.1-py312h0a2e395_1.conda + sha256: c9764c77dd7f9c581c1d8a24c3024edf777cacfb5a4180de5badc6638dc8590f + md5: a142257c1b69e37cfefc66dc228a4d93 depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 439705 - timestamp: 1733302781386 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/mrbayes-3.2.7-hd0d793b_7.tar.bz2 - sha256: a1463f247a0ee85653f91f65d2a15f55aa74e4af429b2b84356dd124c25d08cb - md5: c6a11f09208623646e4114e19219ecfe - depends: - - beagle-lib <4 - - libgcc >=13 - - ncurses >=6.5,<7.0a0 - - openmpi >=4.1.6,<5.0a0 - - readline >=8.2,<9.0a0 - license: GPLv3 - license_family: GPL - size: 6193186 - timestamp: 1734212205994 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda - sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 - md5: 37293a85a0f4f77bbd9cf7aaefc62609 - depends: - - python >=3.9 + - python + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=14 + - libgcc >=14 + - python_abi 3.12.* *_cp312 license: Apache-2.0 - license_family: Apache - size: 15851 - timestamp: 1749895533014 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/muscle-3.8.1551-h9948957_9.tar.bz2 - sha256: 07f12b158989bd98b4d7af97a2739ccd7bbef0728ddc5a036bd9784363ab0ba9 - md5: abeab9c9f2802eae4f867260650837f6 - depends: - - libgcc >=13 - - libstdcxx >=13 - license: GPL-3.0-only - size: 273543 - timestamp: 1752497842816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mysql-connector-c-6.1.11-h659d440_1008.conda + license_family: APACHE + size: 112800 + timestamp: 1782460774570 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/mysql-connector-c-6.1.11-h659d440_1008.conda sha256: 0d796529e90bf6f511fd7199acfb5cc788e04d853e1afd48aa6bad33a6e49008 md5: 149e0b89cbbe09397f1147cb3736bcbe depends: @@ -5020,56 +5464,16 @@ packages: license_family: GPL size: 1268505 timestamp: 1697651492989 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ncbi-vdb-3.2.1-h9948957_0.tar.bz2 - sha256: f42b1398b178b6de64a9d180ef29bac9192b5fcd9492eced4eca854c22f6aba9 - md5: c80d2359e66e4dd94bceedd55b752dff - depends: - - libgcc >=13 - - libstdcxx >=13 - license: Public Domain - size: 11067140 - timestamp: 1742339687061 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda - sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586 - md5: 47e340acb35de30501a76c7c799c41d7 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ncurses-6.6-hdb14827_0.conda + sha256: fc89f74bbe362fb29fa3c037697a89bec140b346a2469a90f7936d1d7ea4d8a3 + md5: fc21868a1a5aacc937e7a18747acb8a5 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 license: X11 AND BSD-3-Clause - size: 891641 - timestamp: 1738195959188 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda - sha256: f6a82172afc50e54741f6f84527ef10424326611503c64e359e25a19a8e4c1c6 - md5: a2c1eeadae7a309daed9d62c96012a2b - depends: - - python >=3.11 - - python - constrains: - - numpy >=1.25 - - scipy >=1.11.2 - - matplotlib-base >=3.8 - - pandas >=2.0 - license: BSD-3-Clause - license_family: BSD - size: 1587439 - timestamp: 1765215107045 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nlohmann_json-abi-3.12.0-h0f90c79_1.conda - sha256: 2a909594ca78843258e4bda36e43d165cda844743329838a29402823c8f20dec - md5: 59659d0213082bc13be8500bab80c002 - license: MIT - license_family: MIT - size: 4335 - timestamp: 1758194464430 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 - sha256: d38542a151a90417065c1a234866f97fd1ea82a81de75ecb725955ab78f88b4b - md5: 9a66894dfd07c4510beb6b3f9672ccc0 - constrains: - - mkl <0.a0 - license: BSD-3-Clause - license_family: BSD - size: 3843 - timestamp: 1582593857545 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda + size: 918956 + timestamp: 1777422145199 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nspr-4.38-h29cc59b_0.conda sha256: e3664264bd936c357523b55c71ed5a30263c6ba278d726a75b1eb112e6fb0b64 md5: e235d5566c9cc8970eb2798dd4ecf62f depends: @@ -5080,38 +5484,38 @@ packages: license_family: MOZILLA size: 228588 timestamp: 1762348634537 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nss-3.117-h445c969_0.conda - sha256: 85f2d6d93199454818866b355834a8c5dc64a87e14da3b242208c9dc2156852a - md5: 970af0bfac9644ddbf7e91c1336b231b +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/nss-3.118-h445c969_0.conda + sha256: 44dd98ffeac859d84a6dcba79a2096193a42fc10b29b28a5115687a680dd6aea + md5: 567fbeed956c200c1db5782a424e58ee depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - libsqlite >=3.50.4,<4.0a0 + - libsqlite >=3.51.0,<4.0a0 - libstdcxx >=14 - libzlib >=1.3.1,<2.0a0 - - nspr >=4.37,<5.0a0 + - nspr >=4.38,<5.0a0 license: MPL-2.0 license_family: MOZILLA - size: 2045760 - timestamp: 1759509411326 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/numpy-1.26.4-py311h64a7726_0.conda - sha256: 3f4365e11b28e244c95ba8579942b0802761ba7bb31c026f50d1a9ea9c728149 - md5: a502d7aad449a1206efb366d6a12c52d + size: 2057773 + timestamp: 1763485556350 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/numpy-1.26.4-py312heda63a1_0.conda + sha256: fe3459c75cf84dcef6ef14efcc4adb0ade66038ddd27cadb894f34f4797687d8 + md5: d8285bea2a350f63fab23bf460221f3f depends: - libblas >=3.9.0,<4.0a0 - libcblas >=3.9.0,<4.0a0 - libgcc-ng >=12 - liblapack >=3.9.0,<4.0a0 - libstdcxx-ng >=12 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 constrains: - numpy-base <0a0 license: BSD-3-Clause license_family: BSD - size: 8065890 - timestamp: 1707225944355 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/oniguruma-6.9.10-hb9d3cd8_0.conda + size: 7484186 + timestamp: 1707225809722 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/oniguruma-6.9.10-hb9d3cd8_0.conda sha256: bbff8a60f70d5ebab138b564554f28258472e1e63178614562d4feee29d10da2 md5: 6ce853cb231f18576d2db5c2d4cb473e depends: @@ -5121,16 +5525,16 @@ packages: license_family: BSD size: 248670 timestamp: 1735727084819 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openblas-ilp64-0.3.30-pthreads_h3d04fff_3.conda - sha256: d45ea7968fbc6bce123b453d599ef5c955330b3b193e4b30b267182a6c0106b7 - md5: 3b94d5cdb59f2ea990f15c667550f689 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openblas-ilp64-0.3.34-pthreads_h3d04fff_0.conda + sha256: 4b13371368694435ce8684a1149ce317fe5c4865b3413d90942fda805c2bd798 + md5: 1d401b29e910da92ed02b3dd3622e893 depends: - - libopenblas-ilp64 0.3.30 pthreads_h3e26593_3 + - libopenblas-ilp64 0.3.34 pthreads_h3e26593_0 license: BSD-3-Clause license_family: BSD - size: 5927114 - timestamp: 1761748219065 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openfst-1.8.3-h84d6215_3.conda + size: 5890387 + timestamp: 1784287490190 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openfst-1.8.3-h84d6215_3.conda sha256: 20381968e2f4feb3c944cb69d11d59073973b42d3bd20ddc4eb0bdb54d80fb64 md5: f824f470f0f87a339299aa769860a044 depends: @@ -5141,7 +5545,7 @@ packages: license_family: APACHE size: 5474506 timestamp: 1728909523012 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.1-h5755bd7_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.1-h5755bd7_0.conda sha256: 19b2268bf2d1fc4b4f48a68b9bfac620370c1b7f539671279053b0d3bcc348f1 md5: a40ce38da029d1d272bfd9bd7510f901 depends: @@ -5171,7 +5575,42 @@ packages: license_family: GPL size: 117033638 timestamp: 1762057253080 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjdk-25.0.2-ha668962_0.conda + sha256: 3825a4c84676a8a5cc23b397a2911e4efa4a805daf2af764153bd904e142ec41 + md5: a41092b0177362dbe5eb2a18501e86c0 + depends: + - xorg-libx11 + - xorg-libxext + - xorg-libxi + - xorg-libxrender + - xorg-libxtst + - libstdcxx >=14 + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - libfreetype >=2.14.1 + - libfreetype6 >=2.14.1 + - xorg-libxrender >=0.9.12,<0.10.0a0 + - libjpeg-turbo >=3.1.2,<4.0a0 + - giflib >=5.2.2,<5.3.0a0 + - xorg-libxrandr >=1.5.5,<2.0a0 + - harfbuzz >=12.3.2 + - fontconfig >=2.17.1,<3.0a0 + - fonts-conda-ecosystem + - xorg-libxtst >=1.2.5,<2.0a0 + - xorg-libxi >=1.8.2,<2.0a0 + - lcms2 >=2.18,<3.0a0 + - alsa-lib >=1.2.15.3,<1.3.0a0 + - libpng >=1.6.55,<1.7.0a0 + - xorg-libxt >=1.3.1,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - xorg-libxext >=1.3.7,<2.0a0 + - xorg-libx11 >=1.8.13,<2.0a0 + - libcups >=2.3.3,<2.4.0a0 + license: GPL-2.0-or-later WITH Classpath-exception-2.0 + license_family: GPL + size: 122465031 + timestamp: 1771443671180 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openjpeg-2.5.4-h55fea9a_0.conda sha256: 3900f9f2dbbf4129cf3ad6acf4e4b6f7101390b53843591c53b00f034343bc4d md5: 11b3379b191f63139e29c0d19dee24cd depends: @@ -5185,7 +5624,7 @@ packages: license_family: BSD size: 355400 timestamp: 1758489294972 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openldap-2.6.10-he970967_0.conda sha256: cb0b07db15e303e6f0a19646807715d28f1264c6350309a559702f4f34f37892 md5: 2e5bf4f1da39c0b32778561c3c4e5878 depends: @@ -5199,7 +5638,7 @@ packages: license_family: BSD size: 780253 timestamp: 1748010165522 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openlibm-0.8.1-hd590300_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openlibm-0.8.1-hd590300_1.conda sha256: 689a90096c3fdd76bd3620bd17a8de2924cf9e1ebe7c0d2d52c6f06eda2ad235 md5: 6eba22eb06d69e53d0ca01eef42bc675 depends: @@ -5208,7 +5647,7 @@ packages: license: MIT AND ISC AND BSD-2-Clause size: 29204 timestamp: 1698855384579 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openmpi-4.1.6-hc5af2df_101.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openmpi-4.1.6-hc5af2df_101.conda sha256: f0769dd891e1735be4606ec8643951e5cbca199f774e58c7d933f70a70134ce4 md5: f9a2ad0088ee38f396350515fa37d243 depends: @@ -5228,62 +5667,32 @@ packages: license_family: BSD size: 4069632 timestamp: 1696593196408 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda - sha256: a47271202f4518a484956968335b2521409c8173e123ab381e775c358c67fe6d - md5: 9ee58d5c534af06558933af3c845a780 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/openssl-3.6.3-h35e630c_0.conda + sha256: d48f5c22b9897c01e4dff3680f1f57ceb02711ab9c62f74339b080419dfad34b + md5: 79dd2074b5cd5c5c6b2930514a11e22d depends: - __glibc >=2.17,<3.0.a0 - ca-certificates - libgcc >=14 license: Apache-2.0 license_family: Apache - size: 3165399 - timestamp: 1762839186699 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/optree-0.18.0-py311hdf67eae_0.conda - sha256: 04b3dcf0a10c536eb952ac95b40314a54062f0e90690053323a58ffd19184c1f - md5: 7eb0268142bf6bea29a2573b10ae4d32 + size: 3159683 + timestamp: 1781069855778 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/optree-0.19.1-py312hd9148b4_0.conda + sha256: ff6a3f9124d112541f2557e8b40c00dbca9aaf5e254cd16fb485e8ad925c48d6 + md5: 5a9273e06750ca36e478c142813e59a8 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - typing-extensions >=4.12 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - typing-extensions >=4.6 license: Apache-2.0 license_family: Apache - size: 441668 - timestamp: 1763124461030 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/orthofinder-3.1.0-hdfd78af_1.conda - sha256: 3ab567bd89d7b5d0a7edfc929e21652999951fd02630327ba60e64e4f7e58f3e - md5: 9af33232ce8428bf464962c16c69f8df - depends: - - aster - - biopython - - blast - - bzip2 - - diamond <2.1|>=2.1.7 - - ete3 - - famsa - - fastme - - fasttree - - iqtree - - mafft - - mcl - - mmseqs2 - - muscle <5 - - numpy - - python >=3.8,<3.12 - - raxml - - raxml-ng - - rich - - scikit-learn - - scipy - - six - license: GPL-3.0-only - license_family: GPL3 - size: 1872721 - timestamp: 1756347160836 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ossuuid-1.6.2-h5888daf_1001.conda + size: 492574 + timestamp: 1778047684091 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ossuuid-1.6.2-h5888daf_1001.conda sha256: fec82722c32caf0d4f1f8f4148786dc8898e903b32a2d9974b979f8b597cab12 md5: 6cc16cf6cd2fd0b22844735f52468a98 depends: @@ -5294,7 +5703,7 @@ packages: license_family: GPL size: 54218 timestamp: 1736761658961 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/p7zip-16.02-h9c3ff4c_1001.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/p7zip-16.02-h9c3ff4c_1001.tar.bz2 sha256: 01aecc8f648ed0825ecf4c384c2f4759146ef8f2815348efddebf42ec769419c md5: 941066943c0cac69d5aa52189451aa5f depends: @@ -5304,83 +5713,68 @@ packages: license_family: LGPL size: 2304688 timestamp: 1650994775055 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/packaging-25.0-pyh29332c3_1.conda - sha256: 289861ed0c13a15d7bbb408796af4de72c2fe67e2bcb0de98f4c3fce259d7991 - md5: 58335b26c38bf4a20f399384c33cbcf9 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandas-3.0.5-py312h8ecdadd_1.conda + sha256: 393e529c0574c020a9b790275af10ff35e21cbb4e12740888bd3f214f2f07034 + md5: 85eb29ade84d1bd97be5ec55607efb00 depends: - - python >=3.8 - python - license: Apache-2.0 - license_family: APACHE - size: 62477 - timestamp: 1745345660407 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/paml-4.10.9-h7b50bb2_1.conda - sha256: 81c5237b07796984d7915d29a768068a1e5e6c02b4ae25f27836b0babe84e5aa - md5: ef02b401c5daaf104b3d1091f8ec37f5 - depends: - - libgcc >=13 - license: GPL-3.0-or-later - license_family: GPL3 - size: 679359 - timestamp: 1755706728619 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandas-2.3.3-py311hed34c8f_1.conda - sha256: c97f796345f5b9756e4404bbb4ee049afd5ea1762be6ee37ce99162cbee3b1d3 - md5: 72e3452bf0ff08132e86de0272f2fbb0 - depends: + - numpy >=1.26.0 + - python-dateutil >=2.8.2 - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 - - numpy >=1.22.4 - numpy >=1.23,<3 - - python >=3.11,<3.12.0a0 - - python-dateutil >=2.8.2 - - python-tzdata >=2022.7 - - python_abi 3.11.* *_cp311 - - pytz >=2020.1 + - python_abi 3.12.* *_cp312 constrains: - - beautifulsoup4 >=4.11.2 - - scipy >=1.10.0 - - pytables >=3.8.0 - - gcsfs >=2022.11.0 - - odfpy >=1.4.1 - - xlsxwriter >=3.0.5 - - openpyxl >=3.1.0 - - html5lib >=1.1 - - python-calamine >=0.1.7 - - qtpy >=2.3.0 - - pyxlsb >=1.0.10 - - xarray >=2022.12.0 - - pandas-gbq >=0.19.0 - - numexpr >=2.8.4 - - tzdata >=2022.7 - - pyreadstat >=1.2.0 - - lxml >=4.9.2 - - pyqt5 >=5.15.9 - - s3fs >=2022.11.0 - - fastparquet >=2022.12.0 - - psycopg2 >=2.9.6 - - xlrd >=2.0.1 - - matplotlib >=3.6.3 + - adbc-driver-postgresql >=1.2.0 + - adbc-driver-sqlite >=1.2.0 + - beautifulsoup4 >=4.12.3 - blosc >=1.21.3 - - numba >=0.56.4 - - sqlalchemy >=2.0.0 - - fsspec >=2022.11.0 - - pyarrow >=10.0.1 - - zstandard >=0.19.0 - - bottleneck >=1.3.6 + - bottleneck >=1.4.2 + - fastparquet >=2024.11.0 + - fsspec >=2024.10.0 + - gcsfs >=2024.10.0 + - html5lib >=1.1 + - hypothesis >=6.116.0 + - jinja2 >=3.1.5 + - lxml >=5.3.0 + - matplotlib >=3.9.3 + - numba >=0.60.0 + - numexpr >=2.10.2 + - odfpy >=1.4.1 + - openpyxl >=3.1.5 + - psycopg2 >=2.9.10 + - pyarrow >=13.0.0 + - pyiceberg >=0.8.1 + - pymysql >=1.1.1 + - pyqt5 >=5.15.9 + - pyreadstat >=1.2.8 + - pytables >=3.10.1 + - pytest >=8.3.4 + - pytest-xdist >=3.6.1 + - python-calamine >=0.3.0 + - pytz >=2024.2 + - pyxlsb >=1.0.10 + - qtpy >=2.4.2 + - scipy >=1.14.1 + - s3fs >=2024.10.0 + - sqlalchemy >=2.0.36 - tabulate >=0.9.0 + - xarray >=2024.10.0 + - xlrd >=2.0.1 + - xlsxwriter >=3.2.0 + - zstandard >=0.23.0 license: BSD-3-Clause - license_family: BSD - size: 15337715 - timestamp: 1759266002530 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandoc-3.8.2.1-ha770c72_0.conda - sha256: 6b92e15cbc84ce4a0171ca0a9b9f483888a9065b17302d1503c0cacfcf8abd56 - md5: 47432e6a6fb5d9697564185e1907138a + size: 14936796 + timestamp: 1785276227779 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pandoc-3.10.1-ha770c72_0.conda + sha256: 997210def3d20be889988d3e461317edc0f0a7bc665f89fd3407d91c171b8783 + md5: 2e6769cee7eb33dc5780994f816305e6 license: GPL-2.0-or-later license_family: GPL - size: 22018364 - timestamp: 1760964197643 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pango-1.56.4-hadf4263_0.conda + size: 22629375 + timestamp: 1785015918765 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pango-1.56.4-hadf4263_0.conda sha256: 3613774ad27e48503a3a6a9d72017087ea70f1426f6e5541dbdb59a3b626eaaf md5: 79f71230c069a287efe3a8614069ddf1 depends: @@ -5400,33 +5794,7 @@ packages: license: LGPL-2.1-or-later size: 455420 timestamp: 1751292466873 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pasta-1.9.3-py311hefa8cab_0.tar.bz2 - sha256: ddc495ebfdad715427518b28b07559bdbe78a97160b31049b1d156db08d33853 - md5: 8aef89c53a98822c70a9069ccdb7311e - depends: - - _openmp_mutex >=4.5 - - clustalw >=2.1,<3.0a0 - - dendropy >=5.0.8,<6.0a0 - - fasttree >=2.1.11,<3.0a0 - - hmmer >=3.4,<3.5.0a0 - - libgcc >=13 - - libgomp - - mafft >=7.526,<8.0a0 - - muscle <4 - - muscle >=3.8.1551,<4.0a0 - - openjdk - - openmpi >=4.1.6,<5.0a0 - - pcre >=8.45,<9.0a0 - - prank >=170427,<170428.0a0 - - pymongo - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - raxml >=8.2.13,<9.0a0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 1289197 - timestamp: 1749151368561 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 sha256: 8f35c244b1631a4f31fb1d66ab6e1d9bfac0ca9b679deced1112c7225b3ad138 md5: c05d1820a6d34ff07aaaab7a9b7eddaa depends: @@ -5436,7 +5804,7 @@ packages: license_family: BSD size: 259377 timestamp: 1623788789327 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.46-h1321c63_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.46-h1321c63_0.conda sha256: 5c7380c8fd3ad5fc0f8039069a45586aa452cf165264bc5a437ad80397b32934 md5: 7fa07cb0fb1b625a089ccc01218ee5b1 depends: @@ -5448,7 +5816,7 @@ packages: license_family: BSD size: 1209177 timestamp: 1756742976157 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.47-haa7fec5_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pcre2-10.47-haa7fec5_0.conda sha256: 5e6f7d161356fefd981948bea5139c5aa0436767751a6930cb1ca801ebb113ff md5: 7a3bff861a6583f1889021facefc08b1 depends: @@ -5460,7 +5828,7 @@ packages: license_family: BSD size: 1222481 timestamp: 1763655398280 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-5.32.1-7_hd590300_perl5.conda build_number: 7 sha256: 9ec32b6936b0e37bcb0ed34f22ec3116e75b3c0964f9f50ecea5f58734ed6ce9 md5: f2cfec9406850991f4e3d960cc9e3321 @@ -5470,71 +5838,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 13344463 timestamp: 1703310653947 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-build-2.84-pl5321h7b50bb2_1.tar.bz2 - sha256: ef28ca71abf0b875953d1d68a1cf14a0d14de7df20b33d24d98d9aeaf0a8c47e - md5: 1966b7077b4cacfa9e2a2cb65723e9c1 - depends: - - libgcc >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-capture-tiny - - perl-ffi-checklib 0.28.* - - perl-file-chdir - - perl-file-which - - perl-path-tiny - - perl-test2-suite 0.000163.* - license: perl_5 - size: 200097 - timestamp: 1745269972596 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-alien-libxml2-0.17-pl5321h577a1d6_1.tar.bz2 - sha256: 862974100504e2eb4c65eb387406f5cca4940d801a197dc7bce68f6d84f8308a - md5: f89f1fd0808f00264371a41186abbcef - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-alien-build >=2.84,<3.0a0 - license: perl_5 - size: 14197 - timestamp: 1735914026197 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-app-cpanminus-1.7048-pl5321hd8ed1ab_0.conda - sha256: 20850458e691b12fc4da209e204fc4c4d1abe93311913929dc536b9b3857b681 - md5: adb8fae79589a7bb03aa9ad976e3bd92 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 229935 - timestamp: 1730267467434 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-archive-tar-3.04-pl5321hdfd78af_0.tar.bz2 - sha256: ff80ba34551d4e051f4eaff48df53a6c63695dcf00e670c89a241a04f0b662ae - md5: 27d0df347c48c48b363651b64fb6fb4c - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-io-compress - - perl-io-zlib - - perl-pathtools - license: Perl_5 - size: 35243 - timestamp: 1749770047223 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-3.007-pl5321hd8ed1ab_0.tar.bz2 - sha256: fa0b99650ac3bc098d4b34d23eea8f5101f7a5e8c04fc50fac6b8bff70161848 - md5: a7a3d7614e1a73b8d9c20030651d6006 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-business-isbn-data >=20191107 - license: Artistic-2.0 - size: 18309 - timestamp: 1665411030544 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-data-20210112.006-pl5321hd8ed1ab_0.tar.bz2 - sha256: 457f7bdea5c7154472a18ab10d7c40144d65793446d9cb40877dc9c37c6b3b59 - md5: a70f08650ec3919ee5e599834f1349d3 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-carp - license: Artistic-2.0 - license_family: OTHER - size: 21540 - timestamp: 1660390931370 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-capture-tiny-0.48-pl5321ha770c72_1.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-capture-tiny-0.48-pl5321ha770c72_1.tar.bz2 sha256: 0c0e8e7a342edcdd8638bc2ecf1fca13917b67bcf40890bcff7a7bf4db2ff4d3 md5: 4859b3d284090166394875e68184dc9c depends: @@ -5542,18 +5846,7 @@ packages: license: Artistic-2.0 size: 16519 timestamp: 1643301265873 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-carp-1.50-pl5321hd8ed1ab_0.tar.bz2 - sha256: 1981e31113e1e77a2cdc13db657c636f047cd3be2a64d9a0bffac03c5427c1bd - md5: bdddc03e28019b902da71b722f2288d7 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-exporter - - perl-extutils-makemaker - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 22257 - timestamp: 1636653208008 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-class-method-modifiers-2.13-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-class-method-modifiers-2.13-pl5321ha770c72_0.tar.bz2 sha256: bed763551ecf5e47249f4596b642f6279d64ee6e1c73998236456829c29ea6c2 md5: 7b7ec3dd22b056c2d5ea53f9033c26b8 depends: @@ -5562,16 +5855,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 22098 timestamp: 1666342663240 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-common-sense-3.75-pl5321hd8ed1ab_0.tar.bz2 - sha256: 38ef218e9b9d55b9fbdce6b31cf81bcf6f1b16f21b8e7cb9279b41399522a320 - md5: ef70dc77e8b10bbb62f5e843b401ef0e - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 20291 - timestamp: 1660429950685 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-bzip2-2.214-pl5321hda65f42_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-bzip2-2.214-pl5321hda65f42_0.conda sha256: 2cbd3fcb7028415654057ab3142cee1e5cc4cf9bdd0e590f072e8ecd29cb6382 md5: 1ec33b9f74a71c17cc5579e35027832a depends: @@ -5582,7 +5866,7 @@ packages: license_family: OTHER size: 55733 timestamp: 1761332551110 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-zlib-2.214-pl5321h4dac143_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-compress-raw-zlib-2.214-pl5321h4dac143_0.conda sha256: 4fd3a11f8dbd2c9d1a1c5547e344ad20412a3f0d36967502d9764e1b2734dd47 md5: 943e7033e6f709adf0d89a3af51ab81b depends: @@ -5593,16 +5877,7 @@ packages: license_family: OTHER size: 81114 timestamp: 1761332700914 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-constant-1.33-pl5321hd8ed1ab_0.tar.bz2 - sha256: cfd5ef9af8de221292f7059d1ff88ff10f1340fc4dbbd0dc81ce2275bf76651d - md5: 7f9fc9cfa08a3fe36ffcff820c65c3ac - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 15711 - timestamp: 1636645107290 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-db_file-1.858-pl5321hb9d3cd8_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-db_file-1.858-pl5321hb9d3cd8_0.conda sha256: 9c95150bc621a32406da4297e9cca4c73565f2b01ac16b1ad78d407ae287978c md5: 2dc3e251150589a85fc4219568b12a25 depends: @@ -5613,118 +5888,31 @@ packages: license: Artistic-1.0-Perl OR GPL-1.0-or-later size: 63679 timestamp: 1733156864666 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-dbi-1.647-pl5321hb03c661_0.conda - sha256: b336208402e035a7d92a53c07e4b1f29a84d918b458a9aaec557bfac49793b8e - md5: 313b58e6fc82ad7b32b7c5dd6aa1919a +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-dbi-1.651-pl5321hb03c661_0.conda + sha256: cfd1fb4b1c56b6ac1b97b5039a4dfc39015d0294e9191ee4cec90ffffe238707 + md5: f8255e8683b5f4f0de3d223bff7c8ef6 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - perl >=5.32.1,<5.33.0a0 *_perl5 license: GPL-1.0-or-later OR Artistic-1.0-Perl license_family: OTHER - size: 601162 - timestamp: 1755720107981 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-encode-3.21-pl5321hb9d3cd8_1.conda - sha256: 4cbe4125efe8763e1ad44448852b04481002f1dac84b6052cec1626df79e3a16 - md5: a418a0e7010007df65768e4e4b96dd14 + size: 604067 + timestamp: 1784040732388 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-encode-3.24-pl5321hb03c661_0.conda + sha256: c83d8de38ce43ca15af05f76bc933ff76894aef84baed47300e463dae0c11857 + md5: 35776d4c5766e9d98754d1e7530c2961 depends: - __glibc >=2.17,<3.0.a0 - - libgcc >=13 + - libgcc >=14 - perl >=5.32.1,<5.33.0a0 *_perl5 - perl-exporter - perl-parent - perl-storable license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 1731511 - timestamp: 1728247059262 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-5.74-pl5321hd8ed1ab_0.tar.bz2 - sha256: 42271d0b79043a10a89044acb5febea50046b745dd2fc37e02943bc3bc75bf8e - md5: fd2eac4e35f8c970870a3961c1df3e29 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 19071 - timestamp: 1636696009075 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-tiny-1.002002-pl5321hd8ed1ab_0.tar.bz2 - sha256: abdf86828a12a389d0feb0d70501b267842557bae11820e266526aeb6ab2bebe - md5: 48d709826875be1f2c108d3d1d8efec7 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 28592 - timestamp: 1660341479867 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-extutils-makemaker-7.70-pl5321hd8ed1ab_0.conda - sha256: 1d3f342ca74cf2948c3edcfe0d3367b1db0fc64bb163393a2e025336dec3a40c - md5: ec3e57ed34f7765bfc7054a05868ce5d - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 157323 - timestamp: 1679847836884 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-ffi-checklib-0.28-pl5321hdfd78af_0.tar.bz2 - sha256: 4ac8de71ec66b6f13785f134be7878507f0003844e279be6290b7dc72cc2aa88 - md5: 05451eeb5e82ccf46831248c55c6218a - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: perl_5 - size: 16150 - timestamp: 1648502850959 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-chdir-0.1011-pl5321hd8ed1ab_0.tar.bz2 - sha256: 736b5c79e0ea19efb8f97f628a508cf42a1d5b6bc5533df1bd454651e28950c2 - md5: c057570093f9298e9c5e4391877f2301 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-pathtools - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 16973 - timestamp: 1660380425665 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-path-2.18-pl5321hd8ed1ab_0.tar.bz2 - sha256: ac7a0e0c36ec199709c8523132ded35efb84941a1a476b271fd25362dfbf5339 - md5: e13e456f61b8261ba074c0aa93086afe - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-exporter - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 22382 - timestamp: 1636696260633 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-temp-0.2304-pl5321hd8ed1ab_0.tar.bz2 - sha256: 91f9fe152b38441386053876198d0c9437e7b4b5fa7da1e5db48b9e1b21fdae9 - md5: 0a039c4fc36748942287ee10d0431515 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-carp - - perl-constant - - perl-exporter - - perl-file-path - - perl-parent - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 31509 - timestamp: 1636696164992 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-which-1.24-pl5321hd8ed1ab_0.tar.bz2 - sha256: 901e9c4177b6bdb23600446fd64a105a437112e63bc23a6163f669bc5098c502 - md5: 94e5b2c9d56ef7c4c70ddf51ac38ae3d - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 17329 - timestamp: 1636695979827 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-importer-0.026-pl5321hd8ed1ab_0.tar.bz2 - sha256: f40d5302de8c81282b5216edd8c65aecc551ef725db3351c208bff9b077e66a2 - md5: 66e17c342d13c39a12c1059f13f9b72c - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 26921 - timestamp: 1660471365476 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-inc-latest-0.500-pl5321ha770c72_0.conda + size: 1725053 + timestamp: 1780396038421 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-inc-latest-0.500-pl5321ha770c72_0.conda sha256: ff6b6ffffd6ecbed19a00ee41bb54c283d171f3feff7f45e840441551b5ab876 md5: 0879971f134628d37bc4b13581113134 depends: @@ -5733,69 +5921,7 @@ packages: license_family: APACHE size: 16039 timestamp: 1669240163980 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-io-compress-2.213-pl5321h503566f_0.conda - sha256: a68e0bcac001000a03ba5e37881812c6ce462886d5fb7f1a19204b72af00be9e - md5: b454321921fd315d492e0126ef45b8ef - depends: - - libgcc >=13 - - libstdcxx >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-compress-raw-bzip2 >=2.213 - - perl-compress-raw-zlib >=2.213 - - perl-encode - - perl-scalar-list-utils - license: Perl_5 - size: 86935 - timestamp: 1756385532279 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-io-zlib-1.15-pl5321hdfd78af_1.tar.bz2 - sha256: 771a44b338cac68a22893897450222b886e24bbb291b014897d561f2ba3b588f - md5: db92645dabe9467115729e4479841b5d - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 12760 - timestamp: 1752069858135 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-json-4.10-pl5321hdfd78af_1.tar.bz2 - sha256: c30768595793865d67fe2bf76a34e696a0664ae1f1cef34e31cb16618af22d61 - md5: c6c43c11e14d90b836f42c611e106ea9 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-json-xs - license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 57728 - timestamp: 1722414214816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-json-xs-4.04-pl5321h9948957_0.conda - sha256: f16cf35917a5d75fb55cfc69d8651dc72ff4e06370142b447a4864f5de7d97c6 - md5: 7916b2e794393b3389535ba750f489da - depends: - - libgcc >=13 - - libstdcxx >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-common-sense - - perl-types-serialiser - license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 70770 - timestamp: 1757352008878 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-list-moreutils-0.430-pl5321hdfd78af_0.tar.bz2 - sha256: 2190cc8430bb218ea80f5fc5e2bf75e4e20a27fb83e8c3cb789a18c32854a56c - md5: 7f04c79d216d0f8e7b6d5a51de4aafa0 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-exporter-tiny - - perl-list-moreutils-xs >=0.430 - license: apache_2_0 - size: 32468 - timestamp: 1644871004171 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-list-moreutils-xs-0.430-pl5321h7b50bb2_5.tar.bz2 - sha256: fe2d360770fe5b856ee1e625eac6b07cea386c64b0866e323c6535eb62b9ceee - md5: 9192770eb08524038c3fcf24e915b10c - depends: - - libgcc >=13 - - perl >=5.32.1,<5.33.0a0 *_perl5 - license: apache_2_0 - size: 51506 - timestamp: 1741776389435 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-module-build-0.4234-pl5321ha770c72_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-module-build-0.4234-pl5321ha770c72_1.conda sha256: 40bc64172a969e87ade758320049c86c6a0d83cf8aeaa69ad218fa463ac6cb5b md5: 358d42e9f08dd917b649089526e2ae1f depends: @@ -5804,7 +5930,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 137087 timestamp: 1738241035046 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-moo-2.005004-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-moo-2.005004-pl5321ha770c72_0.tar.bz2 sha256: e82a11e50392c965e88db4cba4d23ed0be5c4917319385ea23d32d9484246227 md5: 3499fef1ed2c74f253b1f032f22deb51 depends: @@ -5815,38 +5941,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 47669 timestamp: 1666344231925 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-parallel-forkmanager-2.04-pl5321hdfd78af_0.conda - sha256: d71f83a9d415beb11e4f9832122236cd13686393f6336863ebc8a46d5e3e315f - md5: c0d5b1238870d70b3af64854901d7f62 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-carp - - perl-file-path - - perl-file-temp - - perl-moo - - perl-storable - license: perl_5 - size: 24120 - timestamp: 1756574734791 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-parent-0.243-pl5321hd8ed1ab_0.conda - sha256: ec57d9e56ba86d840d5a9e65c665365fb6a290851cd13e6719628f3295eabf34 - md5: 314caa3b72d65f8078d426c6721dcacc - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 13933 - timestamp: 1733429736293 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-path-tiny-0.124-pl5321hd8ed1ab_0.tar.bz2 - sha256: 03b980520f6bcf7612fdee607e571ff91660d8fbfeb57ae9350921c5a38459d1 - md5: 456a8757a2e5272fb1dcb6435e037f3a - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: Apache-2.0 - license_family: APACHE - size: 41525 - timestamp: 1662587359913 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-pathtools-3.75-pl5321hb9d3cd8_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-pathtools-3.75-pl5321hb9d3cd8_2.conda sha256: a80bc265aa749ae03fdd6d5f2098312ea6f43cc193ea7aba0e6e4304d84ce8c0 md5: 03d88c89dfac8a26adcdeff242f94007 depends: @@ -5858,7 +5953,7 @@ packages: license_family: OTHER size: 50681 timestamp: 1741783312134 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-role-tiny-2.002004-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-role-tiny-2.002004-pl5321ha770c72_0.tar.bz2 sha256: 7895ed40c44c08ee3ddbb48a3ee70e1eda32a6c529b632af98663e7603adda08 md5: 83b5b630aeddca09e26fded9af4f3ce5 depends: @@ -5866,7 +5961,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 23283 timestamp: 1666339833893 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-scalar-list-utils-1.70-pl5321hb03c661_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-scalar-list-utils-1.70-pl5321hb03c661_0.conda sha256: 00678b34a57df53fa31585ff1579f42a6dfc8b1b059fd1b386c6e89573959a9f md5: 046486011bf7674e3c2f2a1513ac4f3d depends: @@ -5877,16 +5972,7 @@ packages: license_family: OTHER size: 51958 timestamp: 1753965684679 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-scope-guard-0.21-pl5321hd8ed1ab_0.tar.bz2 - sha256: f0cd98e792fe43fcef81af1848f0d985a87b953043f1f6551d2ffdf15daca62c - md5: daea4e61dfdf06fef9a51dce492508f4 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 16123 - timestamp: 1660472428828 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-storable-3.15-pl5321hb9d3cd8_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-storable-3.15-pl5321hb9d3cd8_2.conda sha256: 25beba40154a394189d0ff2afd31683d79c9106d47e77e12d20900d053dffaf6 md5: 212f63a5c7c753ecf0a74c349b9270c5 depends: @@ -5897,18 +5983,7 @@ packages: license_family: OTHER size: 71475 timestamp: 1741353849888 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-sub-info-0.002-pl5321hd8ed1ab_0.tar.bz2 - sha256: 0485649e2aaccdbe46b64d35e07d13f885d28f438f41bee54ecd7e9a9d94d472 - md5: 5b48dcf7df9e4e01d45de2c1f494d830 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-carp - - perl-importer - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 19020 - timestamp: 1663840434982 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-sub-quote-2.006006-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-sub-quote-2.006006-pl5321ha770c72_0.tar.bz2 sha256: 4200429318a1a2d9276c4095bb63e29d655fc98208341b6db0752788d3016587 md5: 3d58e92f33b2382c10ac7eccd883a42f depends: @@ -5917,17 +5992,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 26698 timestamp: 1666342630627 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-term-table-0.025-pl5321hdfd78af_0.conda - sha256: edb2a2e6d3605362fc1cd403ce88e5e69a211a0d10570a422fdc769e240b5693 - md5: 4740773caf9bdc262d2607d1814f7df0 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-carp - - perl-importer - license: perl_5 - size: 24620 - timestamp: 1756668297689 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-fatal-0.016-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-fatal-0.016-pl5321ha770c72_0.tar.bz2 sha256: d5420f90b3bca641cdad0c5674b356a060bf1587e82d3828f382a466bdaba6d1 md5: 5c397b1fd3095004f4ff149af1c0dd3c depends: @@ -5936,7 +6001,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 19528 timestamp: 1666339958976 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-warnings-0.031-pl5321ha770c72_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-test-warnings-0.031-pl5321ha770c72_0.conda sha256: 2aaea17941fd456bfe44d15e3f3651d7f27be0cb31235d88e48b71ae857d7ef1 md5: db0eb51272ea7af7213afaaf7e9967c3 depends: @@ -5944,19 +6009,7 @@ packages: license: GPL-1.0-or-later OR Artistic-1.0-Perl size: 21724 timestamp: 1669240328383 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-test2-suite-0.000163-pl5321hdfd78af_0.tar.bz2 - sha256: 226cbad887607747b19816100d00b0e3dcca66b1e2b282efc1aad225eaacd27d - md5: 6a29ce25ffd66ecc495a62a77a4dc0c2 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-importer - - perl-scope-guard - - perl-sub-info - - perl-term-table - license: perl_5 - size: 212676 - timestamp: 1717604907839 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-try-tiny-0.31-pl5321ha770c72_0.tar.bz2 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-try-tiny-0.31-pl5321ha770c72_0.tar.bz2 sha256: 7e74c95eb085b095a258a22ee2f30192d79f23a58cbbcb8ca2b14f4fe0a8c406 md5: cc23b14ed56bf51d84832d98ebd156af depends: @@ -5965,212 +6018,62 @@ packages: license_family: MIT size: 17704 timestamp: 1659695570098 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-types-serialiser-1.01-pl5321hdfd78af_0.tar.bz2 - sha256: 20f61217b16235d0161ad6fa0a234585afcc04ec5a6142c65b5867e26216dfe3 - md5: cfc65753e827bbef80c00eaa395f6ae7 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-common-sense - license: perl_5 - size: 13136 - timestamp: 1644512391683 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-uri-5.34-pl5321ha770c72_0.conda - sha256: b8ee5b5b4a654ce41e9c676255f8af3e52b448ddc3473b72fe3eba387a9f3b46 - md5: dc588517ea63f0d7a352c2b5783c1b58 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/perl-uri-5.35-pl5321ha770c72_0.conda + sha256: 96d1e28e0c99839d37113ed364521d122179af00dba1a37f3459add94e71fc6c + md5: ff29a9f3124da802078b3910777fe5c9 depends: - perl >=5.32.1,<5.33.0a0 *_perl5 - perl-business-isbn - perl-test-fatal 0.016.* - perl-test-warnings 0.031.* license: GPL-1.0-or-later OR Artistic-1.0-Perl - size: 78694 - timestamp: 1758130476076 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/perl-xml-libxml-2.0210-pl5321hf886d80_0.tar.bz2 - sha256: 0a93d64da53635e81a06c363081b80d29598b4fd1e45b30410b2e6898c4140e4 - md5: ee29e9d7e2f57fa48b6da8ea82ab9e61 - depends: - - libgcc >=13 - - libxml2 >=2.13.5,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-alien-build >=2.84,<3.0a0 - - perl-alien-libxml2 >=0.17,<0.18.0a0 - - perl-xml-namespacesupport - - perl-xml-sax - - zlib - license: Perl - size: 277975 - timestamp: 1735914218064 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-namespacesupport-1.12-pl5321hd8ed1ab_0.tar.bz2 - sha256: bf384bea1057085fdf8daac6e67a96ca892f2fedf4ce0327f9bda5d3a9bce102 - md5: f4ce684ba66b3228bfffb09892235930 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-constant - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 22890 - timestamp: 1664723687849 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-1.02-pl5321hd8ed1ab_0.tar.bz2 - sha256: 324ca36bdfff272c8ac06befcd9d1e9e1b22c1c6449bb3801d7e8b9c92acc6b6 - md5: 3e3fac6ffef3fcda271b5511aecacaa8 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-file-temp - - perl-xml-namespacesupport - - perl-xml-sax-base - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 43526 - timestamp: 1664728646828 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-base-1.09-pl5321hd8ed1ab_0.tar.bz2 - sha256: e652410a4d02bde1a1d7e0021ee84006113785676267c1e33642ba3d2ea9c254 - md5: a4d9b02cd61c478c9cb58064307a1414 - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: GPL-1.0-or-later OR Artistic-1.0-Perl - license_family: OTHER - size: 27575 - timestamp: 1664556675309 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/perl-yaml-1.30-pl5321hdfd78af_0.tar.bz2 - noarch: true - sha256: 6813626ecc8859b4f16de20f35c9bfdfbdf0a60d7da33494bca6c0c34511a76e - md5: da9ef80f4c4c2374d7f4ec7af6d96b6a - depends: - - perl >=5.32.1,<6.0a0 *_perl5 - license: perl_5 - size: 43572 - timestamp: 1644444148032 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pillow-12.0.0-py311h07c5bb8_0.conda - sha256: 57231a713744270bcd7116f339e13c78cd78f055a54b4d9b811a8597076c21d2 - md5: 51f505a537b2d216a1b36b823df80995 + size: 80651 + timestamp: 1781557037136 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pillow-12.0.0-py312h898c6c0_1.conda + sha256: b087b123b727f26840c39e417aa64c58cfdb5509a33b5606e4b3a7a149a4ce3c + md5: 11211a7e278e7dd5ce6e643c1bea2d14 depends: - python - libgcc >=14 - __glibc >=2.17,<3.0.a0 - tk >=8.6.13,<8.7.0a0 - - libxcb >=1.17.0,<2.0a0 - - libjpeg-turbo >=3.1.0,<4.0a0 - - python_abi 3.11.* *_cp311 + - zlib-ng >=2.2.5,<2.3.0a0 - openjpeg >=2.5.4,<3.0a0 + - python_abi 3.12.* *_cp312 + - libxcb >=1.17.0,<2.0a0 + - libjpeg-turbo >=3.1.2,<4.0a0 - libfreetype >=2.14.1 - libfreetype6 >=2.14.1 - - zlib-ng >=2.2.5,<2.3.0a0 - - libwebp-base >=1.6.0,<2.0a0 - lcms2 >=2.17,<3.0a0 - libtiff >=4.7.1,<4.8.0a0 + - libwebp-base >=1.6.0,<2.0a0 license: HPND - size: 1044368 - timestamp: 1761655794832 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pip-25.3-pyh8b19718_0.conda - sha256: b67692da1c0084516ac1c9ada4d55eaf3c5891b54980f30f3f444541c2706f1e - md5: c55515ca43c6444d2572e0f0d93cb6b9 + size: 1028502 + timestamp: 1764033139052 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_2.conda + sha256: 9e5b5be056820ade8b09ef73cf9f4bea037eb9887145d0297ac99e0add88878d + md5: 7cd77fef4da3e1ca9484394616cb71f1 depends: - - python >=3.10,<3.13.0a0 - - setuptools - - wheel - license: MIT - license_family: MIT - size: 1177534 - timestamp: 1762776258783 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pixman-0.46.4-h54a6638_1.conda - sha256: 43d37bc9ca3b257c5dd7bf76a8426addbdec381f6786ff441dc90b1a49143b6a - md5: c01af13bdc553d1a8fbfff6e8db075f0 - depends: - - libgcc >=14 - libstdcxx >=14 - libgcc >=14 - __glibc >=2.17,<3.0.a0 license: MIT license_family: MIT - size: 450960 - timestamp: 1754665235234 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/platformdirs-4.5.0-pyhcf101f3_0.conda - sha256: 7efd51b48d908de2d75cbb3c4a2e80dd9454e1c5bb8191b261af3136f7fa5888 - md5: 5c7a868f8241e64e1cf5fdf4962f23e2 - depends: - - python >=3.10 - - python - license: MIT - license_family: MIT - size: 23625 - timestamp: 1759953252315 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pluggy-1.6.0-pyhd8ed1ab_0.conda - sha256: a8eb555eef5063bbb7ba06a379fa7ea714f57d9741fe0efdb9442dbbc2cccbcc - md5: 7da7ccd349dbf6487a7778579d2bb971 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 24246 - timestamp: 1747339794916 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda - sha256: bae453e5cecf19cab23c2e8929c6e30f4866d996a8058be16c797ed4b935461f - md5: fd5062942bfa1b0bd5e0d2a4397b099e - depends: - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 49052 - timestamp: 1733239818090 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/pplacer-1.1.alpha19-h9ee0642_2.tar.bz2 - sha256: e4f66428e1c5dd1580031360dc0fcd702a08edc48e3c95e5520e34c61acb141a - md5: 9c132838ff736fc8c11edfe81699a4c1 - license: GPL-3.0 - license_family: GPL - size: 9022058 - timestamp: 1616609356153 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prank-170427-h9948957_1.tar.bz2 - sha256: 21a20fa1b3ebc52e527bcef7261fbdab3cd29c76ad239446ea18bfbc652ffb6c - md5: b42e651a06117c624a977b6a24b1006d - depends: - - libgcc >=13 - - libstdcxx >=13 - license: GPL-3.0-or-later - license_family: GPL3 - size: 410215 - timestamp: 1733803138547 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/prodigal-2.6.3-h577a1d6_11.tar.bz2 - sha256: 1211d9f01128f141154cb4616aa5b15890afc26699767886f6655cabfd67ec06 - md5: 7b083f573760cbd88a206e05f73f5e9d - depends: - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 601984 - timestamp: 1752712731224 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/psauron-1.1.0-pyhdfd78af_0.tar.bz2 - sha256: 817e3a4c099ea4247f5220c94d7e431a383a5808c2ee66bdba787b2967050dc7 - md5: 7b004ca3414b94b25ab65ea41474dda2 - depends: - - numpy >=1.24.4,<2 - - pandas - - python >=3.9,<3.13 - - pytorch >=2.1.2 - - scipy >=1.10.1 - - setuptools - - torchaudio >=2.1.2 - - torchvision >=0.16.2 - - tqdm >=4.66.1 - - typing_extensions >=4.9.0 - license: MIT License - license_family: MIT - size: 781124 - timestamp: 1743136173490 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/psutil-7.1.3-py311haee01d2_0.conda - sha256: 6a0b791e00368b6b635c65d5fb31d385129da790d21923387c6b546230ffdf14 - md5: 2092b7977bc8e05eb17a1048724593a4 + size: 376220 + timestamp: 1784286827180 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/psutil-7.2.2-py312h5253ce2_0.conda + sha256: d834fd656133c9e4eaf63ffe9a117c7d0917d86d89f7d64073f4e3a0020bd8a7 + md5: dd94c506b119130aef5a9382aed648e7 depends: - python - - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - python_abi 3.11.* *_cp311 + - __glibc >=2.17,<3.0.a0 + - python_abi 3.12.* *_cp312 license: BSD-3-Clause license_family: BSD - size: 513789 - timestamp: 1762092898190 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda + size: 225545 + timestamp: 1769678155334 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pthread-stubs-0.4-hb9d3cd8_1002.conda sha256: 9c88f8c64590e9567c6c80823f0328e58d3b1efb0e1c539c0315ceca764e0973 md5: b3c17d95b5a10c6e64a21fa17573e70e depends: @@ -6180,121 +6083,53 @@ packages: license_family: MIT size: 8252 timestamp: 1726802366959 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pulseaudio-client-17.0-h9a8bead_2.conda - sha256: 8a6729861c9813a756b0438c30bd271722fb3f239ded3afc3bf1cb03327a640e - md5: b6f21b1c925ee2f3f7fc37798c5988db +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pulseaudio-client-17.0-h9a6aba3_3.conda + sha256: 0a0858c59805d627d02bdceee965dd84fde0aceab03a2f984325eec08d822096 + md5: b8ea447fdf62e3597cb8d2fae4eb1a90 depends: - __glibc >=2.17,<3.0.a0 - dbus >=1.16.2,<2.0a0 - libgcc >=14 - - libglib >=2.86.0,<3.0a0 + - libglib >=2.86.1,<3.0a0 - libiconv >=1.18,<2.0a0 - libsndfile >=1.2.2,<1.3.0a0 - - libsystemd0 >=257.7 + - libsystemd0 >=257.10 - libxcb >=1.17.0,<2.0a0 constrains: - - pulseaudio 17.0 *_2 + - pulseaudio 17.0 *_3 license: LGPL-2.1-or-later license_family: LGPL - size: 761857 - timestamp: 1757472971364 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda - sha256: d429f6f255fbe49f09b9ae1377aa8cbc4d9285b8b220c17ae2ad9c4894c91317 - md5: 1594696beebf1ecb6d29a1136f859a74 - depends: - - pybind11-global 2.13.6 *_3 - - python >=3.9 - constrains: - - pybind11-abi ==4 - license: BSD-3-Clause - license_family: BSD - size: 186821 - timestamp: 1747935138653 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2 - sha256: d4fb485b79b11042a16dc6abfb0c44c4f557707c2653ac47c81e5d32b24a3bb0 - md5: 878f923dd6acc8aeb47a75da6c4098be - license: BSD-3-Clause - license_family: BSD - size: 9906 - timestamp: 1610372835205 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda - sha256: c044cfcbe6ef0062d0960e9f9f0de5f8818cec84ed901219ff9994b9a9e57237 - md5: 730a5284e26d6bdb73332dafb26aec82 - depends: - - __unix - - python >=3.9 - constrains: - - pybind11-abi ==4 - license: BSD-3-Clause - license_family: BSD - size: 180116 - timestamp: 1747934418811 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pycosat-0.6.6-py311h49ec1c0_3.conda - sha256: 61c07e45a0a0c7a2b0dc986a65067fc2b00aba51663b7b05d4449c7862d7a390 - md5: 77c1b47af5775a813193f7870be8644a + size: 750785 + timestamp: 1763148198088 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pycosat-0.6.6-py312h4c3975b_4.conda + sha256: a22b9eb8b40c5da7a558593d58d7d0466fcf3eef9b988a06691453bb7eee17df + md5: 38d35e6e72e474c839408831cfc61498 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 license: MIT license_family: MIT - size: 88491 - timestamp: 1757744790912 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pycparser-2.22-pyh29332c3_1.conda - sha256: 79db7928d13fab2d892592223d7570f5061c192f27b9febd1a418427b719acc6 - md5: 12c566707c80111f9799308d9e265aef - depends: - - python >=3.9 - - python - license: BSD-3-Clause - license_family: BSD - size: 110100 - timestamp: 1733195786147 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygments-2.19.2-pyhd8ed1ab_0.conda - sha256: 5577623b9f6685ece2697c6eb7511b4c9ac5fb607c9babc2646c811b428fd46a - md5: 6b6ece66ebcae2d5f326c77ef2c5a066 - depends: - - python >=3.9 - license: BSD-2-Clause - license_family: BSD - size: 889287 - timestamp: 1750615908735 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygtrie-2.5.0-pyhd8ed1ab_1.conda - sha256: c4f840c064e62d697a6e55fb05585ad9f22e1b21b53a45bd6c27f60e134bafb8 - md5: ffa9a72b339edc8856c3fc17e8d74128 - depends: - - python >=3.9 - license: Apache 2.0 - license_family: Apache - size: 31912 - timestamp: 1734664644850 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pymongo-4.15.4-py311h1ddb823_0.conda - sha256: ec54d6a0ae50b9271fb28b47b6f18f743e66f893b9d53d7ed327890e820d15d4 - md5: 36f445f69e27e7ed90d70722f87fda8f + size: 88785 + timestamp: 1784146233459 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pymongo-4.17.0-py312h1289d80_0.conda + sha256: 9d5c726b2f6cf3aa0a384a4807789d1153e7e4696f01d3aaa9fd1bd978912342 + md5: 955dab0e5b7f1299628c6ca58c1a8d05 depends: - __glibc >=2.17,<3.0.a0 - - dnspython <3.0.0,>=1.16.0 + - dnspython <3.0.0,>=2.6.1 - libgcc >=14 - libstdcxx >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 license: Apache-2.0 - size: 2327339 - timestamp: 1763048682599 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pyparsing-3.2.5-pyhcf101f3_0.conda - sha256: 6814b61b94e95ffc45ec539a6424d8447895fef75b0fec7e1be31f5beee883fb - md5: 6c8979be6d7a17692793114fa26916e8 - depends: - - python >=3.10 - - python - license: MIT - license_family: MIT - size: 104044 - timestamp: 1758436411254 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt-5.15.11-py311h0580839_2.conda - sha256: 5066cbba17b271b62e8c290994a312217a47c5e23259be1ef700ffaed2646221 - md5: 59ae5d8d4bcb1371d61ec49dfb985c70 + license_family: APACHE + size: 2400390 + timestamp: 1776765918970 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt-5.15.11-py312h82c0db2_2.conda + sha256: cdad112328763c7b4f23ce823dc0b5821de310f109324b9ba89bddf13af599f0 + md5: 84d5670ea1c8e72198bce0710f015e0c depends: - __glibc >=2.17,<3.0.a0 - libegl >=1.7.0,<2.0a0 @@ -6302,9 +6137,9 @@ packages: - libgl >=1.7.0,<2.0a0 - libopengl >=1.7.0,<2.0a0 - libstdcxx >=14 - - pyqt5-sip 12.17.0 py311h1ddb823_2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - pyqt5-sip 12.17.0 py312h1289d80_2 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - qt-main >=5.15.15,<5.16.0a0 - sip >=6.10.0,<6.11.0a0 - xcb-util >=0.4.1,<0.5.0a0 @@ -6321,27 +6156,27 @@ packages: - xorg-libxxf86vm >=1.1.6,<2.0a0 license: GPL-3.0-only license_family: GPL - size: 5217528 - timestamp: 1759497952060 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt5-sip-12.17.0-py311h1ddb823_2.conda - sha256: 106d5894a0ff3ba892c10a1ffed5bf05583c2a4b29f8e62fe90eed71274dfb05 - md5: 4f296d802e51e7a6889955c7f1bd10be + size: 5282965 + timestamp: 1759498005783 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyqt5-sip-12.17.0-py312h1289d80_2.conda + sha256: d1f8665889ace76677084d5a0399b2a488553fc5e8efafe9e97ee7e2641e2496 + md5: 14b1c131cab3002a6d2c2db647550084 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 - packaging - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - sip - toml license: GPL-3.0-only license_family: GPL - size: 85010 - timestamp: 1759495564200 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyside6-6.9.2-py311h72d58bf_1.conda - sha256: 9540cbc6de195e8fb49ea4ef39567f11982580f007914617e1ab482193db114c - md5: 4d8a5ee88cbf101a97b129eec7042af9 + size: 85800 + timestamp: 1759495565076 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyside6-6.9.2-py312h5654102_1.conda + sha256: 51e77f7701d535d2dbbc4ad8fd878a3e34d5d7acda2aa4c2f9fc45b9759eca02 + md5: f081a3bd12e609dce6ebe7eed98e6783 depends: - __glibc >=2.17,<3.0.a0 - libclang13 >=21.1.0 @@ -6352,84 +6187,43 @@ packages: - libstdcxx >=14 - libxml2 >=2.13.8,<2.14.0a0 - libxslt >=1.1.43,<2.0a0 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - qt6-main 6.9.2.* - qt6-main >=6.9.2,<6.10.0a0 license: LGPL-3.0-only license_family: LGPL - size: 10150360 - timestamp: 1756675160062 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda - sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 - md5: 461219d1a5bd61342293efa2c0c90eac - depends: - - __unix - - python >=3.9 - license: BSD-3-Clause - license_family: BSD - size: 21085 - timestamp: 1733217331982 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/python-3.11.14-hd63d673_2_cpython.conda - build_number: 2 - sha256: 5b872f7747891e50e990a96d2b235236a5c66cc9f8c9dcb7149aee674ea8145a - md5: c4202a55b4486314fbb8c11bc43a29a0 + size: 10127456 + timestamp: 1756673992677 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/python-3.12.13-hd63d673_0_cpython.conda + sha256: a44655c1c3e1d43ed8704890a91e12afd68130414ea2c0872e154e5633a13d7e + md5: 7eccb41177e15cc672e1babe9056018e depends: - __glibc >=2.17,<3.0.a0 - bzip2 >=1.0.8,<2.0a0 - ld_impl_linux-64 >=2.36.1 - - libexpat >=2.7.1,<3.0a0 + - libexpat >=2.7.4,<3.0a0 - libffi >=3.5.2,<3.6.0a0 - libgcc >=14 - - liblzma >=5.8.1,<6.0a0 + - liblzma >=5.8.2,<6.0a0 - libnsl >=2.0.1,<2.1.0a0 - - libsqlite >=3.50.4,<4.0a0 - - libuuid >=2.41.2,<3.0a0 + - libsqlite >=3.51.2,<4.0a0 + - libuuid >=2.41.3,<3.0a0 - libxcrypt >=4.4.36 - libzlib >=1.3.1,<2.0a0 - ncurses >=6.5,<7.0a0 - - openssl >=3.5.4,<4.0a0 - - readline >=8.2,<9.0a0 + - openssl >=3.5.5,<4.0a0 + - readline >=8.3,<9.0a0 - tk >=8.6.13,<8.7.0a0 - tzdata constrains: - - python_abi 3.11.* *_cp311 + - python_abi 3.12.* *_cp312 license: Python-2.0 - size: 30874708 - timestamp: 1761174520369 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda - sha256: d6a17ece93bbd5139e02d2bd7dbfa80bee1a4261dced63f65f679121686bf664 - md5: 5b8d21249ff20967101ffa321cab24e8 - depends: - - python >=3.9 - - six >=1.5 - - python - license: Apache-2.0 - license_family: APACHE - size: 233310 - timestamp: 1751104122689 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-tzdata-2025.2-pyhd8ed1ab_0.conda - sha256: e8392a8044d56ad017c08fec2b0eb10ae3d1235ac967d0aab8bd7b41c4a5eaf0 - md5: 88476ae6ebd24f39261e0854ac244f33 - depends: - - python >=3.9 - license: Apache-2.0 - license_family: APACHE - size: 144160 - timestamp: 1742745254292 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python_abi-3.11-8_cp311.conda - build_number: 8 - sha256: fddf123692aa4b1fc48f0471e346400d9852d96eeed77dbfdd746fa50a8ff894 - md5: 8fcb6b0e2161850556231336dae58358 - constrains: - - python 3.11.* *_cpython - license: BSD-3-Clause - license_family: BSD - size: 7003 - timestamp: 1752805919375 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pytorch-2.6.0-cpu_generic_py311_h959c4fd_0.conda - sha256: e10871e7324e3202a6943264d041cd3e861b0b437d0834c352ca01fe5d566095 - md5: 79057ad82e806e8f115219e8d2c9e3ca + size: 31608571 + timestamp: 1772730708989 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pytorch-2.6.0-cpu_generic_py312_h1c73833_0.conda + sha256: 99499ba6d86c4743c5dcd880b4cf1b2d8b2fe6bab196bc1b39d1850334d232e1 + md5: 987e76baf8973d7bec80479bec5b25b4 depends: - __glibc >=2.17,<3.0.a0 - _openmp_mutex >=4.5 @@ -6451,8 +6245,8 @@ packages: - numpy >=1.19,<3 - optree >=0.13.0 - pybind11 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - setuptools - sleef >=3.8,<4.0a0 - sympy >=1.13.1,!=1.13.2 @@ -6462,31 +6256,22 @@ packages: - pytorch-gpu ==99999999 license: BSD-3-Clause license_family: BSD - size: 28441771 - timestamp: 1739481976561 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pytz-2025.2-pyhd8ed1ab_0.conda - sha256: 8d2a8bf110cc1fc3df6904091dead158ba3e614d8402a83e51ed3a8aa93cdeb0 - md5: bc8e3267d44011051f2eb14d22fb0960 - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 189015 - timestamp: 1742920947249 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyyaml-6.0.3-py311h3778330_0.conda - sha256: 7dc5c27c0c23474a879ef5898ed80095d26de7f89f4720855603c324cca19355 - md5: 707c3d23f2476d3bfde8345b4e7d7853 + size: 28071834 + timestamp: 1739483578351 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/pyyaml-6.0.3-py312h8a5da7c_1.conda + sha256: cb142bfd92f6e55749365ddc244294fa7b64db6d08c45b018ff1c658907bfcbf + md5: 15878599a87992e44c059731771591cb depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 - yaml >=0.2.5,<0.3.0a0 license: MIT license_family: MIT - size: 211606 - timestamp: 1758892088237 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda + size: 198293 + timestamp: 1770223620706 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qhull-2020.2-h434a139_5.conda sha256: 776363493bad83308ba30bcb88c2552632581b143e8ee25b1982c8c743e73abc md5: 353823361b1d27eb3960efb076dfcaf6 depends: @@ -6496,7 +6281,7 @@ packages: license: LicenseRef-Qhull size: 552937 timestamp: 1720813982144 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt-main-5.15.15-h3a7ef08_5.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt-main-5.15.15-h3a7ef08_5.conda sha256: f1fee8d35bfeb4806bdf2cb13dc06e91f19cb40104e628dd721989885d1747ad md5: 9279a2436ad1ba296f49f0ad44826b78 depends: @@ -6554,7 +6339,7 @@ packages: license_family: LGPL size: 52149940 timestamp: 1756072007197 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt6-main-6.9.2-h5bd77bc_1.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/qt6-main-6.9.2-h5bd77bc_1.conda sha256: ac540c33b8e908f49e4eae93032708f7f6eeb5016d28190f6ed7543532208be2 md5: f7bfe5b8e7641ce7d11ea10cfd9f33cc depends: @@ -6615,104 +6400,64 @@ packages: license_family: LGPL size: 52405921 timestamp: 1758011263853 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-abind-1.4_8-r44hc72bb7e_1.conda - sha256: 1d83d808a9a52b1cb3919b110687d2fcb605e96143136745cca9bb7c44e4b06f - md5: bc7c760b0b0ad2a6eb8970f56ef82971 - depends: - - r-base >=4.4,<4.5.0a0 - license: LGPL (>= 2) - license_family: LGPL - size: 82485 - timestamp: 1757460279230 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-amap-0.8_20-r44ha36cffa_1.conda - sha256: b40882a64798b805490fb73b4fd4ac65274185a999dfee9ca5c5af30af98f5cc - md5: 30c93d45ec4b429f1116afe40e8ee808 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-amap-0.8_20-r45ha36cffa_1.conda + sha256: 343a25b1f34199b39b42a961ec206237539be3f519dd7b9a4a97d3b3ba0da928 + md5: 4136c80544283e8286d115df5346e7df depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libgfortran - libgfortran5 >=14.3.0 - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL3 - size: 303693 - timestamp: 1758171087251 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ape-5.8_1-r44h3704496_2.conda - sha256: 590851bd97ff95698140031da1e9046f17f04448ebc24486382d7f68b3177827 - md5: 2dc94a46f0238174b5de6edc693a3c92 + size: 303874 + timestamp: 1758170978941 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ape-5.8_1-r45h3704496_2.conda + sha256: a1ef9805e0fe20b483697478926e2df3f19ed08f1abd5d9fc0926581fa24b1ca + md5: 935f41d71a6045b30db5456bb44479c4 depends: - __glibc >=2.17,<3.0.a0 - libblas >=3.9.0,<4.0a0 - libgcc >=14 - liblapack >=3.9.0,<4.0a0 - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-digest - r-lattice - r-nlme - r-rcpp >=0.12.0 license: GPL-2.0-or-later license_family: GPL3 - size: 2941194 - timestamp: 1757480722386 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparse-2.3.1-r44hc72bb7e_0.conda - sha256: 8ed645cc4d2ed29c135e0672428759b2c35054d651d039f4d11bf78e59a79130 - md5: 53b38ec057737379504745d4108a3ac3 - depends: - - python >=3.2 - - r-base >=4.4,<4.5.0a0 - - r-findpython - - r-jsonlite - - r-r6 - license: GPL-2.0-or-later - license_family: GPL3 - size: 188072 - timestamp: 1759962316617 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparser-0.7.2-r44hc72bb7e_2.conda - sha256: 3622e416c090c41369706bc0a3c50a47b531324a5f67e0c51ec529fc62101a74 - md5: 4b5de9542bd6198934a0be8150977bfa - depends: - - r-base >=4.4,<4.5.0a0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 76292 - timestamp: 1758263099088 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-askpass-1.2.1-r44h54b55ab_1.conda - sha256: 39a8bdb086df98cfeeedadeeafdbfcd8a5b90a3c266229d1ab7a2b25fc1db2b3 - md5: ae87c9a5af5a2ebfa5412037825f4dd2 + size: 2941208 + timestamp: 1757480578279 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-askpass-1.2.1-r45h54b55ab_1.conda + sha256: 5c4d2bcc1beba7703acbfe1610a846ce2a4010456714705dfa63989cee722a00 + md5: 1ae3c72e90c6a3871c594448d3e152e4 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-sys >=2.1 license: MIT license_family: MIT - size: 32088 - timestamp: 1758383484942 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-assertthat-0.2.1-r44hc72bb7e_6.conda - sha256: 7ce5cad4870512fce1cec74f88673ea84ba0e4b00b872f4c0b1a937b44690e71 - md5: a9e34b8723a9a38a0fb18746ad30a546 - depends: - - r-base >=4.4,<4.5.0a0 - license: GPL-3.0-only - license_family: GPL3 - size: 72978 - timestamp: 1757447415952 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-backports-1.5.0-r44h54b55ab_2.conda - sha256: 3cfda6bcdac741cc9ced0c21fbe2d9b19ebb43cbf5759d158fd82ff802a22b5e - md5: be42ed7e546105353f6acb427d739f02 + size: 31983 + timestamp: 1758383536121 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-backports-1.5.1-r45h54b55ab_0.conda + sha256: fee4a4edfc81b45a79fa7da152b8a46cccf5caad6f0fcf86758a55dcb366af63 + md5: dac02364873fe7c75047d7a21741977c depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL2 - size: 131556 - timestamp: 1757441849524 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base-4.4.3-hc038350_5.conda - sha256: a102049390e9cfe88996bc028717aac40131397d2748ed2e0ce4efa94a5664df - md5: 6a0beb99d5f3767b373bf21b4a90939a + size: 131442 + timestamp: 1775202754185 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base-4.5.2-hc038350_1.conda + sha256: ce8258ccf264d914f172010c379d2ae7510a940e121b769f8cd700c11427ec6d + md5: 53fe2e994423fafcd9de80add2ab07c7 depends: - __glibc >=2.17,<3.0.a0 - _openmp_mutex >=4.5 @@ -6757,120 +6502,3318 @@ packages: - xorg-libxt license: GPL-2.0-or-later license_family: GPL - size: 27137250 - timestamp: 1762369142083 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base64enc-0.1_3-r44h54b55ab_1008.conda - sha256: da98331e2c2149252ff217b9f919c3ddf464fa6321c9399ce6530891af53424f - md5: cf6a4cdd40b10ef6d15f1c9ee18010a9 + size: 27338483 + timestamp: 1762369189526 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-base64enc-0.1_6-r45h54b55ab_0.conda + sha256: 7a3751a340766ee25380a51df70c8356a64cfeb6ac3d982a86e92eb99fec2943 + md5: e573dc135976197e7f819eec202c93f1 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL3 - size: 46444 - timestamp: 1757421757586 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bh-1.87.0_1-r44hc72bb7e_1.conda - sha256: 564bb989ec8dbf572876e9cd1c84de670c5168a7bb107d2043fc33cf5a80c183 - md5: b7c43e2c7fd3f9b9599123ea9a4be21d - depends: - - r-base >=4.4,<4.5.0a0 - license: BSL-1.0 - license_family: OTHER - size: 11611316 - timestamp: 1757467893201 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-biasedurn-2.0.12-r44h3697838_2.conda - sha256: 96eb3baf66f8a7b05148e588ef64e7956818ff4d6bb54848e41bcb45c0469bdd - md5: 9244a0ba2744bc31fed8cbf7d076b5a2 + size: 48616 + timestamp: 1770027796335 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-biasedurn-2.0.12-r45h3697838_2.conda + sha256: 6f411e3b6229338bee23c00448f1cf7428c01ceb389a7e12166a3dcddda3e51f + md5: 2a9d6e151a39143b16d0e685d76a34ee depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-3.0-only license_family: GPL3 - size: 304115 - timestamp: 1757817771760 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit-4.6.0-r44h54b55ab_1.conda - sha256: 66f050183d8ffd9de6c4b763f43109490196f2a11dfad98e9e8892175aaa6263 - md5: 4e905067722f1416de735a3d6b33825c + size: 303128 + timestamp: 1757817788044 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit-4.6.0-r45h54b55ab_1.conda + sha256: f5e7c54332bb79d1f992fa97088e206a1ba8037a1be8c77886e2f63b94a97a85 + md5: 6b666bedcfbe9dee03efb5fb95ac18e1 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL2 - size: 621865 - timestamp: 1757441702226 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit64-4.6.0_1-r44h54b55ab_1.conda - sha256: dfb04a9bee5bc1efd51ec567cf47d90fb997c8040bebf9d4c7c01cec6ff58507 - md5: 6c45d3611b0fe56dfc2276a7a9a2a87d + size: 621466 + timestamp: 1757441575090 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bit64-4.8.2-r45h54b55ab_0.conda + sha256: f159bc1e008242f1e76e336d45f30d76dc6633cc40de2e6f3b83021c7be2642b + md5: 849bb47684e8f2c97b06a182c4355899 depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-bit >=4.0.0 license: GPL-2.0-only license_family: GPL2 - size: 504762 - timestamp: 1757457026892 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bitops-1.0_9-r44h54b55ab_1.conda - sha256: 39ff41868e21cbf57e23838ae6b7f68d9bc339f9aeae027c19d1cbdcfe70c06f - md5: 7033ada947ced7f3b2a155f20a0f8645 + size: 577595 + timestamp: 1779211095227 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-bitops-1.0_9-r45h54b55ab_1.conda + sha256: 5035944406307ad8d3c5e785b3fc874131863db9053a4a358ed0fd53813158d2 + md5: 94170ff854415726d7418577e868f76b depends: - __glibc >=2.17,<3.0.a0 - libgcc >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL3 - size: 45778 - timestamp: 1757447616166 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-blob-1.2.4-r44hc72bb7e_3.conda - sha256: 0364f8e079240797026967830e315b4f3b9aa03967cbc56805f942e1acfeceff - md5: 5af514da92a8df270f9890f36961f492 + size: 45896 + timestamp: 1757447498827 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-brio-1.1.5-r45h54b55ab_2.conda + sha256: 3711f8f1b22725994382eb3253035c8b5190343a6724a7ceb0746637386a4f2e + md5: edc56a2b0886f78e1012467b421661e1 depends: - - r-base >=4.4,<4.5.0a0 + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 44436 + timestamp: 1757421422834 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cachem-1.1.0-r45h54b55ab_2.conda + sha256: 75a21c955abf03fa1804d47c94f5091cd772b614e074b63b02347a23f5649a53 + md5: 42617e710293f0b76ccc08855e0edbc4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-fastmap + - r-rlang + license: MIT + license_family: MIT + size: 76879 + timestamp: 1757441544326 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-catools-1.18.4-r45h3697838_0.conda + sha256: af5776db0d73414b2c7313fc7e9af2fd9933aab6f83c2df98af212e992abb06b + md5: 8e88d4b99503b03f5ec5429f2182b146 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-bitops + license: GPL-3.0-only + license_family: GPL3 + size: 226780 + timestamp: 1784563676392 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-checkmate-2.3.3-r45h54b55ab_1.conda + sha256: d5c286c6eb44bc9fa14822989f6005b3232a31907ac4cfc823d3fbd3e95c4860 + md5: dc967723c7e3e471a008970f99d0e69c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-backports >=1.1.0 + - r-base >=4.5,<4.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 731974 + timestamp: 1757465698776 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cli-3.6.6-r45h3697838_0.conda + sha256: a894e558a680a31444090de217b73f8fc06a3f4c07746d2cde4b6f86acdae0b1 + md5: ed8dcbbe9d66e9093ba58891e3b6065a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 1323795 + timestamp: 1775733704549 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cluster-2.1.8.2-r45heaba542_0.conda + sha256: 521cb81e41e3a63717ec7cf317598b8a793969e60c57328b7d382bfea4178b5d + md5: 421758eee50879a9a7ff122543e38e14 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 592267 + timestamp: 1770285739523 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-collections-0.3.12-r45h54b55ab_0.conda + sha256: 8203ecac493244bce98bc745b51fd839b0dbb56c3b9e986df58b7dfcb1fa206f + md5: 6157f48d0ec902dc3db2080afabed4bf + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 76849 + timestamp: 1774169828508 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-colorspace-2.1_3-r45h54b55ab_0.conda + sha256: 16bbbc7347aaee2c73d132584711f42cf612de501197e154385247818018b7a0 + md5: 472eadbb95c9103963bae1631ec23b0f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 2542148 + timestamp: 1784283276786 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-commonmark-2.0.0-r45h54b55ab_1.conda + sha256: 211423381b2e832619cdb964e7fe3833b09871d0140066ca90fd3e91eb86231b + md5: 769e161acb18575460780ab99acc454e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 139818 + timestamp: 1757422097696 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-curl-7.0.0-r45h10955f1_1.conda + sha256: f69d86d1d2020d38a4ba085297e8c3460b58158846232db96e24baf71db279f9 + md5: b51b37b26b8105fa72abe12131165018 + depends: + - __glibc >=2.17,<3.0.a0 + - libcurl >=8.14.1,<9.0a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 479210 + timestamp: 1757581704371 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-data.table-1.18.4-r45h1c8cec4_0.conda + sha256: fc5c6970d5ebbb92ccb61313efab7160869ae2851e48105e5dfff10f939a4bf6 + md5: 141a897d44a6a63b43dc6c1776ba7136 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - libgcc >=14 + - libzlib >=1.3.2,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: MPL-2.0 + license_family: OTHER + size: 2566399 + timestamp: 1783428409426 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-deoptim-2.2_8-r45h54b55ab_3.conda + sha256: a4465012614b41a66049437779904f0ae1c4e53007b160aeb3887a57dd86a2e8 + md5: 2e10090e14ef5e5564aec8a6b83ba42a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-parallelly + license: GPL-2.0-or-later + license_family: GPL2 + size: 138074 + timestamp: 1757629276571 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-diffobj-0.3.8-r45h54b55ab_0.conda + sha256: 02f0650f212f24179aeb93589b77a59e0320fdb949b8256985724ab02e5b3c71 + md5: 3cd8f6f9a3ca0afd38cdbd8ba1e8bd29 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-crayon >=1.3.2 + license: GPL-2.0-or-later + license_family: GPL2 + size: 1010281 + timestamp: 1784366920837 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-digest-0.6.39-r45h3697838_0.conda + sha256: 33ce40552bc1810252c4445082392638ff2fb883147cf36c3e4017e9b0dc5474 + md5: a0e856537aa7d62a6835e3a528d29517 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 218412 + timestamp: 1763566744987 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-dplyr-1.2.1-r45h3697838_0.conda + sha256: 42067805b0742b933de7e1ca4311645797ac687cee6aacd630d9d4c585dfa830 + md5: 7c8e643f764769a184f0d0d06ac0e789 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-ellipsis + - r-generics + - r-glue >=1.3.2 + - r-lifecycle >=1.0.0 + - r-magrittr >=1.5 + - r-pillar >=1.5.1 + - r-r6 + - r-rlang >=0.4.10 + - r-tibble >=2.1.3 + - r-tidyselect >=1.1.0 + - r-vctrs >=0.3.5 + license: MIT + license_family: MIT + size: 1445950 + timestamp: 1775207093582 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ellipsis-0.3.3-r45h54b55ab_0.conda + sha256: 19d03273f9d5e1aa41302e1cf080dcb95ced5b955bc978df39eee71a9686a86c + md5: e43b3e7101a90ac57f58a21da67c99a4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-rlang >=0.3.0 + license: MIT + license_family: MIT + size: 33411 + timestamp: 1775287239478 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-expm-1.0_0-r45h11cdb10_1.conda + sha256: ca4ce47058756bbfa120f11e195f5411993a92b532ccd86f3771127afb88963e + md5: 0810764f912cd358618858fd18ebe5f5 + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - liblapack >=3.9.0,<4.0a0 + - r-base >=4.5,<4.6.0a0 + - r-matrix + license: GPL-2.0-or-later + license_family: GPL3 + size: 226610 + timestamp: 1757544813623 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fansi-1.0.7-r45h54b55ab_0.conda + sha256: 68dcc5aa6fc4408f9cac5aeaa03a7e6a5d127a949fc72b3fed31fd1af3bbeee5 + md5: 309740f1b6a2d4cb16d395be786c85c5 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 329435 + timestamp: 1763566090233 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-farver-2.1.2-r45h3697838_2.conda + sha256: 06c5e73ed5c9c15e7ca944e3a5fabfbcabd9f4aec71804404ecf51c56f78fd8f + md5: 7896efcfd50f8c1f207acce5d4ab1cc0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 1429269 + timestamp: 1757441256046 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastcluster-1.3.0-r45h3697838_1.conda + sha256: 9decebf8331f1a28b37448f765768df8c75beac33f9c57fc33a2db6ecb49085a + md5: 633b6e44c1746f2fdc0a07d2e7b22f27 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: BSD-2-Clause OR GPL-2.0-only + license_family: GPL + size: 199431 + timestamp: 1757622239456 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmap-1.2.0-r45h3697838_2.conda + sha256: bfec10cec03b434d9010690c61d43a0be79418f67a0713ce31da207a40e1570c + md5: 245526991ad3b8a1dc97f2dcb5031065 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 73870 + timestamp: 1757421441326 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmatch-1.1_8-r45h54b55ab_0.conda + sha256: 7dd1e7ffb64cf7a91bfb58cbeace68987b3620c8c7033ce34b50d661fe5b4c6e + md5: e57200fd9a3638ee0dae419450918429 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only + license_family: GPL2 + size: 51884 + timestamp: 1768724948068 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-filelock-1.0.3-r45h54b55ab_2.conda + sha256: 669a2a6ac19e9ca817b7e6b6ec30643fbf08e423380987f356c3106b596d671a + md5: 67bb6dd33b269b3b3d8d6d6c7d7264c8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 33681 + timestamp: 1757575946026 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fs-2.1.0-r45h3697838_0.conda + sha256: 748304679610fe9f5d078f5b9be7c8693858ff5f66db55e43fb98d0e4e07d375 + md5: 67c48aad5ce921ad990b951a1f194f42 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - libuv >=1.51.0,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 243286 + timestamp: 1777152733514 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gert-2.2.0-r45h5e22a44_0.conda + sha256: bb7a14946a31ab6f2ec2cd49ffd0bcd0eaa847e2c8cfb89efba123d73308a05c + md5: 7de4aeeb519965b0fbdf1d9043a55d5b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgit2 >=1.9.1,<1.10.0a0 + - r-askpass + - r-base >=4.5,<4.6.0a0 + - r-credentials >=1.2.1 + - r-openssl >=2.0.3 + - r-rstudioapi >=0.11 + - r-zip >=2.1.0 + license: MIT + license_family: MIT + size: 264335 + timestamp: 1764180048735 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-glue-1.8.1-r45h54b55ab_0.conda + sha256: c2760270ffabd95e9d0a0caa9cc705c5a0370ad119ace5495acc043b1a35d198 + md5: 65911c2e9cac35ea0235d3d6d4aa9625 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 171639 + timestamp: 1776413601349 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gtools-3.9.5-r45h54b55ab_2.conda + sha256: 2e8d7d4309f966f1fa9e6891fa0e0975e3db54ad81e9be8dc2e81b6eb8345a63 + md5: be8fec2826bc121c3090655f359d457e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only + license_family: GPL2 + size: 373069 + timestamp: 1757480867782 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-haven-2.5.5-r45h6d565e7_1.conda + sha256: 1a9c2d371c481819453b13863a50fc9c086851708e2b86f9cd5bc7fa2b3473a4 + md5: c1d0e505a5bc89cfa3b16ba12837ba2b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-cli >=3.0.0 + - r-cpp11 + - r-forcats >=0.2.0 + - r-hms + - r-lifecycle + - r-readr >=0.1.0 + - r-rlang >=0.4.0 + - r-tibble + - r-tidyselect + - r-vctrs >=0.3.0 + license: MIT + license_family: MIT + size: 384567 + timestamp: 1757524972098 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-htmltools-0.5.9-r45h3697838_0.conda + sha256: 1fa1fcdf980d0da17a583e41810da190eb9caf586c3fdf36312d045d9bb812e7 + md5: 2a2297687ae137e7fa90d3c996895e61 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-base64enc + - r-digest + - r-ellipsis + - r-fastmap >=1.1.0 + - r-rlang >=0.4.10 + license: GPL-2.0-or-later + license_family: GPL3 + size: 367095 + timestamp: 1764860550376 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-httpuv-1.6.17-r45h6d565e7_0.conda + sha256: f0755cf37e28f0e1a142eef051918c90c9e8fece46edb5e40191a7898d8cb217 + md5: 1be1d81542b9c87b4d5197a41dbd0da9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - libuv >=1.51.0,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-later >=0.8.0 + - r-promises + - r-r6 + - r-rcpp >=1.0.7 + license: GPL-2.0-or-later + license_family: GPL3 + size: 553922 + timestamp: 1773825458255 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-igraph-2.1.4-r45hadbbdbc_1.conda + sha256: 148a937a0068ae51630f2b2f76e1a5959c882051799ad7c380ba2c3a86f8cab2 + md5: 877b8662d9a370c06c7b2ca6227b32ce + depends: + - __glibc >=2.17,<3.0.a0 + - glpk >=5.0,<6.0a0 + - gmp >=6.3.0,<7.0a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - liblapack >=3.9.0,<4.0a0 + - liblzma >=5.8.1,<6.0a0 + - libstdcxx >=14 + - libxml2 >=2.13.8,<2.14.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-cli + - r-cpp11 >=0.5.0 + - r-lifecycle + - r-magrittr + - r-matrix + - r-pkgconfig >=2.0.0 + - r-rlang + - r-vctrs + license: GPL-2.0-or-later + license_family: GPL3 + size: 5143939 + timestamp: 1758712021150 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-isoband-0.3.0-r45h3697838_0.conda + sha256: a09a6f2f37890560217117463f0722283f8939af945b3e616b9791f2429325b0 + md5: fb538d0b46d6a44aa1ff666b15422ba6 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli + - r-cpp11 + - r-rlang + license: MIT + license_family: MIT + size: 1657523 + timestamp: 1766530500097 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-jsonlite-2.0.0-r45h54b55ab_1.conda + sha256: bd24c57226192b0decdcddd6fd5fa74db1f29685904e4aff87f2c16eb6493416 + md5: 026c72026f431daf8a5719e09e704faa + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 638574 + timestamp: 1757419590757 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-kernsmooth-2.23_26-r45ha0a88a1_1.conda + sha256: 032d445f1a7e4f35e5762a28ffefe90f6f68cc2bc3b6806e0d0fba89bb1e5b43 + md5: bd7ceffa31a5b9980641d9b40c27e85d + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: Unlimited + license_family: Other + size: 101583 + timestamp: 1757457788483 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-languageserver-0.3.18-r45h54b55ab_0.conda + sha256: 89ecf2fe092f2e5cff2fb79f76ddc1403cbd76f5155a6bb33332c98ebf9e33c2 + md5: da78609bb06d0e874809010debfffd75 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-callr >=3.0.0 + - r-collections >=0.3.0 + - r-desc >=1.2.0 + - r-fs >=1.3.1 + - r-jsonlite >=1.6 + - r-lintr >=2.0.0 + - r-r6 >=2.4.1 + - r-repr >=1.1.0 + - r-roxygen2 >=7.0.0 + - r-stringi >=1.1.7 + - r-styler >=1.2.0 + - r-xml2 >=1.2.2 + - r-xmlparsedata >=1.0.3 + license: MIT + license_family: MIT + size: 783179 + timestamp: 1777751835194 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-later-1.4.8-r45h3697838_0.conda + sha256: 895f18dfc5a0521c22ad9e38619ea6cf170e38d54aaa4596fb1d0dad7845703b + md5: a6b2c9882bb1d700f9108bc93c2c12a8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-rcpp >=0.12.9 + - r-rlang + license: MIT + license_family: MIT + size: 153472 + timestamp: 1772707291964 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lattice-0.22_9-r45h54b55ab_0.conda + sha256: ee233422c029d7b341dd05604d133db6f698ec1cdd4ad8690a312d0f7d958793 + md5: 234365e95fa3cf27bd7946f208d1ed0b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 1416943 + timestamp: 1770694116947 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lazyeval-0.2.3-r45h54b55ab_0.conda + sha256: 581fec2d1215b6d7b6d35ce9588271ba4bd89c75b0f131c04a718b79cbe2180f + md5: 5634c3ee3e3c77f7462047a70ed35321 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-rlang + license: GPL-3.0-only + license_family: GPL3 + size: 192307 + timestamp: 1775429492578 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-locfit-1.5_9.12-r45h54b55ab_1.conda + sha256: a1566ea0083da9a77aad01d36507fbf3262cdcd3c7e43e6b0c45e2c024c9558c + md5: df89429ee52a8c97f9608574813f9166 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-lattice + license: GPL-2.0-or-later + license_family: GPL + size: 563838 + timestamp: 1757585376144 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lpsolve-5.6.23-r45h54b55ab_1.conda + sha256: 44570160d4d90327de321f2631f6143747a7dff4772012de27f63b66f764e8aa + md5: b55b20eef247b07cf9a194dab27adc0d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: LGPL-2.0-only + license_family: LGPL + size: 378203 + timestamp: 1757495634048 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lubridate-1.9.5-r45h54b55ab_0.conda + sha256: 169ffbb02cd134949c806d521666a5b6fce7d59ea2ca39346c27a13b179a6627 + md5: cec48e713c16eb74b4984019282ad03a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-generics + - r-timechange >=0.4.0 + license: MIT + license_family: MIT + size: 977124 + timestamp: 1770225935525 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-magrittr-2.0.5-r45h54b55ab_0.conda + sha256: 5b09fdee8ef5426082844d17d360756922ba74f9e3c428f501373295a5e9228d + md5: 2e26e018edc1f198aa72a8f2127fab00 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 211086 + timestamp: 1775298609420 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-maps-3.4.3-r45h54b55ab_1.conda + sha256: b8ed908606c42562c89d209ab00cf098a87a1a8e5adec0aadabcf23858dca903 + md5: dbce0dd5f0158fd2900453bf4dfc2ed9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only + license_family: GPL2 + size: 2378123 + timestamp: 1757483711315 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mass-7.3_66-r45h54b55ab_0.conda + sha256: 89218d4083593e5eae881fe5136befa358333d90a7de1a0ede13e8cd7bb5244e + md5: 700d7bffd1c317597b574b218b567017 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 1141176 + timestamp: 1784201795136 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrix-1.7_5-r45h0e4624f_0.conda + sha256: de3447368ff93fb293c022d4a1eb8bcffe9044f52baf65c19218d6966815b88d + md5: ca378a648cfa47523266acd1a0251729 + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - r-base >=4.5,<4.6.0a0 + - r-lattice + license: GPL-2.0-or-later + license_family: GPL3 + size: 4301827 + timestamp: 1774809406103 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrixstats-1.5.0-r45h54b55ab_1.conda + sha256: 06177df6c2f39df0a90b456557d226c2ffa9eaf55505b35d0ca9a81fe793dc49 + md5: 3deafa947ef32bf21d87b57e74d3711b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: Artistic-2.0 + license_family: OTHER + size: 484755 + timestamp: 1757442394466 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mgcv-1.9_4-r45h0e4624f_0.conda + sha256: 83a5233b6162c55f5021dea34464bd64d87f18b7815e738c42d06a046780e594 + md5: e33882c93c191f5d9a9b346431f02b43 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - r-base >=4.5,<4.6.0a0 + - r-matrix + - r-nlme >=3.1_64 + license: GPL-2.0-or-later + license_family: GPL2 + size: 3644492 + timestamp: 1762539595584 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mime-0.13-r45h54b55ab_1.conda + sha256: 03116d6a8db71492d036c6c052d6cfbf5a98c06da071e42aedb5c740920d6b61 + md5: 26aa2fa52d4caed58336f2b4887916d6 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL + size: 64912 + timestamp: 1757441376534 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mnormt-2.1.2-r45heaba542_0.conda + sha256: 7dcf3ad74b823aff3578a5a4c4a5ed2d3311ebec7dae163ae88d62769b56fb99 + md5: 5f588afe519744dd5fa502db8aaea354 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + - r-tmvnsim >=1.0_2 + license: GPL-2.0-or-later + license_family: GPL3 + size: 201508 + timestamp: 1769535681792 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-nlme-3.1_170-r45heaba542_0.conda + sha256: 83964b5b1ea49ed78be1fd7606650cf1ea68b92febe3d0bbdb9fda1be30f2d5b + md5: 17487ca56832572cb95f9cc1314ddabb + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + - r-lattice + license: GPL-2.0-or-later + license_family: GPL3 + size: 2356999 + timestamp: 1784288204943 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-openssl-2.4.2-r45h68c19f5_0.conda + sha256: 2796cf7768c939a58344157fcddec88dbdadf9cabd3ab0b24d9bbaf7916b9ebd + md5: 6568a5797c9d74e89ef94b82724665aa + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - openssl >=3.5.6,<4.0a0 + - r-askpass + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 680716 + timestamp: 1781024845749 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-parallelly-1.48.0-r45h54b55ab_0.conda + sha256: 6a2b4e2bfc8866bb24a5051f1e65763fcdfb424859f2abd53a758abf93bda3d0 + md5: 4db06e4d5b749678d35b346e442d17a5 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 642682 + timestamp: 1782771942152 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-phangorn-2.12.1-r45hf1899b2_3.conda + sha256: d150ecd903f2b7ada21b9b08ad3e0a41d441e870e42f3a6446e86c6bd1c88d67 + md5: 19fa813c538f32b6d7cb601f69e39add + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libstdcxx >=14 + - r-ape >=5.6 + - r-base >=4.5,<4.6.0a0 + - r-digest + - r-fastmatch + - r-generics + - r-igraph >=1.0 + - r-matrix + - r-quadprog + - r-rcpp + license: GPL-2.0-or-later + license_family: GPL3 + size: 2629727 + timestamp: 1758800786605 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-plyr-1.8.9-r45h3697838_3.conda + sha256: 353d5945d242b03c47ab0d051cf9058b4459303c96455dba9442100628a0bde1 + md5: 255fec0919919b14789eb30cc448ed20 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-rcpp >=0.11.0 + license: MIT + license_family: MIT + size: 787537 + timestamp: 1757441721952 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-png-0.1_9-r45haf2892b_0.conda + sha256: 5eb37ba0e1d8e53750f6f8b6b1fe0f534ef30796bdabbcb93dd66a6adef415dc + md5: 9d3a0fd2c5ff1c247ad48dbc4974449c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libpng >=1.6.55,<1.7.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only OR GPL-3.0-only + license_family: GPL3 + size: 62336 + timestamp: 1773974133045 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-processx-3.9.0-r45h54b55ab_0.conda + sha256: 7f69cd631f28279b4c706fe2341d8ffbd13cc10ed98e648d0c214ceecce4f877 + md5: c38b8f68cbe321dd5b819d397b2b5061 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-ps >=1.2.0 + - r-r6 + license: MIT + license_family: MIT + size: 411030 + timestamp: 1776865706038 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-profvis-0.4.0-r45h54b55ab_1.conda + sha256: 21815d71c293933555e4258acff4f8de76eeca52a63ebeb6c10314e242dddebc + md5: b50603b1967acbdd5d8f78bb999e6841 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-htmlwidgets >=0.3.2 + - r-purrr + - r-rlang >=0.4.9 + - r-stringr + - r-vctrs + license: GPL-3.0-only + license_family: GPL3 + size: 229791 + timestamp: 1757585540168 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ps-1.9.3-r45h54b55ab_0.conda + sha256: 598576cd282f2b9c8280696c77b3a9e05d52a8f688174d6c6ed1b3bdad57bcdf + md5: d4c22257df8cca28d50e604110e68e90 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 414722 + timestamp: 1777148019201 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-purrr-1.2.2-r45h54b55ab_0.conda + sha256: dc5f0ace59844125b92304324000770c7e2e466bab442826cee50a32eef731bf + md5: dc14c484a0415f43dc1b90b518beb41a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli >=3.4 + - r-lifecycle >=1.0.3 + - r-magrittr >=1.5 + - r-rlang >=0.4.10 + - r-vctrs >=0.5 + license: MIT + license_family: MIT + size: 547035 + timestamp: 1775853612539 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quadprog-1.5_8-r45ha0a88a1_7.conda + sha256: b860d6f7023d33f708a03d466424257a1df50a13063412c03b2147a6b3894234 + md5: e1606aff6e0ab29e9aa0154fd5faefe7 + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 48390 + timestamp: 1757458141329 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quickjsr-1.10.0-r45h3697838_0.conda + sha256: 86e724655079e5d1f84c4d01416c388936ce483e218e345a77f50728006807de + md5: cc1999d8b6d441060829b516c2d534c0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 577772 + timestamp: 1779026942908 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ragg-1.5.2-r45h9f1dc4d_0.conda + sha256: 0e99b7597024257949edd390184fa0ecfd84eea655f192640d1227866b61eb97 + md5: 3bbbc6a7401baca55f71a2811bee0aef + depends: + - __glibc >=2.17,<3.0.a0 + - libfreetype >=2.14.2 + - libfreetype6 >=2.14.2 + - libgcc >=14 + - libjpeg-turbo >=3.1.2,<4.0a0 + - libpng >=1.6.55,<1.7.0a0 + - libstdcxx >=14 + - libtiff >=4.7.1,<4.8.0a0 + - libzlib >=1.3.2,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-systemfonts >=1.0.3 + - r-textshaping >=0.3.0 + license: MIT + license_family: MIT + size: 596604 + timestamp: 1774267940113 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rappdirs-0.3.4-r45h54b55ab_0.conda + sha256: a9778d5fa6777ce286815eb0abef625ff54693532795ef48a1bc319967e0ecb4 + md5: 9fa763ece102dca3e50892bad36896ff + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 54376 + timestamp: 1768747300036 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpp-1.1.2-r45h3697838_0.conda + sha256: dabb73c4d43f352a3154067a20a46cbda1e1027636e72d133010f6f052e8d260 + md5: 1d6e2e4764de896f03fb73e28614022e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 2122066 + timestamp: 1783264478653 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpparmadillo-15.4.2_1-r45h3704496_0.conda + sha256: 0c1df9973fd7c7e11e41526cb0f30cf4d32f03848c7105e6e7bf7955a68f3228 + md5: 5d1f4d2f240852dab6f07736b69923b2 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-rcpp >=0.11.0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 880633 + timestamp: 1785041424546 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppeigen-0.3.4.0.2-r45h3704496_1.conda + sha256: fd1cc8ec804fede96bbd07867c58fd15c9fdb3fbae800ba0eb7b2779910734dc + md5: 743927aa75562d9a53b8fda4777bdf93 + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libgcc >=14 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-matrix >=1.1_0 + - r-rcpp >=0.11.0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 1496128 + timestamp: 1757496030112 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppparallel-5.1.11_2-r45h0d96847_0.conda + sha256: 7f7dfd8700d9f06096fca7ae4a7d8360867f7b2960866a837bd49f5649a107c7 + md5: fa14d8e5d08f4c50d5c9f332ef103daf + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - tbb >=2022.3.0 + - tbb >=2022.3.0,<2022.4.0a0 + - tbb-devel + license: GPL-3.0-or-later + license_family: GPL3 + size: 357494 + timestamp: 1772773234422 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcurl-1.98_1.17-r45hb79926e_1.conda + sha256: 443060d95079eff77a4a5fcbc65b0a130358b3d2068c84381d46f2c79ad0af78 + md5: 918f457247b70592dc21a7989c8ade3b + depends: + - __glibc >=2.17,<3.0.a0 + - libcurl >=8.14.1,<9.0a0 + - libgcc >=14 + - liblzma >=5.8.1,<6.0a0 + - libxml2 >=2.13.8,<2.14.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-bitops + license: BSD-3-Clause + license_family: BSD + size: 835338 + timestamp: 1757494171202 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readr-2.2.0-r45h3697838_0.conda + sha256: 06a42932d182259540fd53dca6ac6e988bb28b70d4b09d5786b4260928090598 + md5: a5f0d7d99d912486b2d93a576fadb8e0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli + - r-clipr + - r-cpp11 + - r-crayon + - r-hms >=0.4.1 + - r-lifecycle >=0.2.0 + - r-r6 + - r-rlang + - r-tibble + - r-tzdb >=0.1.1 + - r-vroom >=1.5.4 + license: MIT + license_family: MIT + size: 808559 + timestamp: 1771573588021 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readxl-1.5.0-r45h10e25cc_0.conda + sha256: 88ab1bbceb67d20350fbe689b9f26145e8be0cc1e9234eeff174cd189edd4aab + md5: 3690950d9de2eac0c6bc2c784911ef46 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libiconv >=1.18,<2.0a0 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cellranger + - r-cpp11 >=0.4.0 + - r-progress + - r-tibble >=2.0.1 + license: MIT + license_family: MIT + size: 746860 + timestamp: 1778980109536 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-reshape2-1.4.5-r45h3697838_0.conda + sha256: ffec1e0396849fab33c12bcc580fe71f90818c83da645146c165449ee9a6e799 + md5: 169cd9281096cd54a29072a2d7eea2a9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-plyr >=1.8.1 + - r-rcpp + - r-stringr + license: MIT + license_family: MIT + size: 127756 + timestamp: 1762975657971 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rjson-0.2.23-r45h3697838_1.conda + sha256: fce87c37218cfe7b46cb75a574fa42db216f09d5aa1df8f0bc6edaff7b499fa7 + md5: 6201d7acef98be9763e69f8fb5b5a650 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only + license_family: GPL2 + size: 118805 + timestamp: 1757542145120 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rlang-1.3.0-r45h3697838_0.conda + sha256: 13aed8664cbf46946eed067d1708ee1a8dcbd7cf32d361c7a03a9bf3f83ac425 + md5: afa49304f86d922c157d08e9e9d9ceb8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-3.0-only + license_family: GPL3 + size: 1593782 + timestamp: 1783260208298 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-roxygen2-8.0.0-r45h3697838_1.conda + sha256: eee5bf55aea1066c07b9d6b80bb36187f9c00db15667e3fcee042a7b8a0c9e39 + md5: 7a7ef5cf160a200fde1a17f5b7a1349d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-brew + - r-commonmark + - r-desc >=1.2.0 + - r-knitr + - r-lifecycle + - r-pkgload >=1.5.2 + - r-r6 >=2.1.2 + - r-rlang >=1.1.0 + - r-withr + - r-xml2 + license: MIT + license_family: MIT + size: 838397 + timestamp: 1781470908640 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rsqlite-3.53.1-r45h3697838_0.conda + sha256: b09be2675ceb6b9af1aae40e1c8593029a7f0362212397f9b6964a6394ec210c + md5: 5049b02dc3a6a52714478702c3eab2fe + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-bit64 + - r-blob >=1.2.0 + - r-cpp11 + - r-dbi >=1.1.0 + - r-memoise + - r-pkgconfig + - r-plogr >=0.2.0 + license: LGPL-2.1-or-later + license_family: LGPL + size: 1331893 + timestamp: 1779521165970 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rstan-2.32.7-r45h0d96847_1.conda + sha256: 33ec05f5d573a2186b44f5c5df75203397b95207f0974cb0472f13ca8f33fc46 + md5: 90fcafff619b090d4c0d7518bdf6aeb4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-ggplot2 >=3.3.5 + - r-gridextra >=2.3 + - r-inline >=0.3.19 + - r-loo >=2.4.1 + - r-pkgbuild >=1.2.0 + - r-quickjsr + - r-rcpp >=1.0.7 + - r-rcppeigen >=0.3.4.0.0 + - r-rcppparallel >=5.1.4 + - r-stanheaders >=2.32.0 + - tbb >=2022.3.0 + - tbb-devel >=2022.3.0,<2022.4.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 2351903 + timestamp: 1766278741835 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-s7-0.2.2-r45h54b55ab_0.conda + sha256: fae29c4af16617a17fea40c5e484e4350a6fe5d9fad40266f95cf3cb13e7019b + md5: 598ca5290f9be9b22804436295471201 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 311525 + timestamp: 1776861444903 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sass-0.4.10-r45h3697838_1.conda + sha256: 4d6d7db9d0187a9ede70d6d48278a8ba2b3160e823f5de239b86a6108f23172e + md5: a3ccf52eefa448628535ee758c5a8a37 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-digest + - r-fs + - r-htmltools + - r-r6 + - r-rappdirs + - r-rlang + license: MIT + license_family: MIT + size: 2319704 + timestamp: 1757464682768 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sm-2.2_6.0-r45heaba542_2.conda + sha256: f1fb02c7926b3cf6ad62e36f5e88af1ec86c63003d11ddd8cae98800fe0807d4 + md5: 5242f24665d9005507d8b27b1e6ef947 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 819250 + timestamp: 1757805119456 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sourcetools-0.1.7_2-r45h3697838_0.conda + sha256: 885a784f4258b491e48947dbed71bd18b2e2e7da0f0b53ee1dcfed93cfdcd48a + md5: 1bd0042c176bde3dd1971eac76497219 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 54650 + timestamp: 1774682292388 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stanheaders-2.32.10-r45ha36cffa_2.conda + sha256: d62f0b60c1f4fb45da906a9df3f2ff50bd26126822f8d3e3323c0f2200cbfc12 + md5: 21aa3d62e2bb1d8d8b70dc3b2e786dba + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-rcppeigen >=0.3.4.0.0 + - r-rcppparallel >=5.1.4 + license: BSD-3-Clause + license_family: BSD + size: 1545671 + timestamp: 1759235113102 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-statmod-1.5.2-r45hb1d0f04_0.conda + sha256: 3095c4e59616a46480533f2e545136e25b1cb20d7ec6535d4a7f0938c48ff789 + md5: 377126a1601c75ff75c2c8c277e55a81 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 325043 + timestamp: 1779038241839 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stringi-1.8.7-r45h2dae267_1.conda + sha256: 64281fd7217f9e6536bb28e2ac231227cf5d92a154f5951596f6600879f9e9f6 + md5: 4564a4da42d5f47b5f106d324a56959b + depends: + - __glibc >=2.17,<3.0.a0 + - icu >=75.1,<76.0a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + license: FOSS + license_family: OTHER + size: 939501 + timestamp: 1757417739607 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-survival-3.8_9-r45h54b55ab_0.conda + sha256: 545af8d6437cea0afa74ee1d66279fde4eb8e60edc2af4f80c14269a9ecb0b27 + md5: 354660985ebb74389fd77ec1295837e4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-matrix + license: LGPL-2.0-or-later + license_family: LGPL + size: 8215190 + timestamp: 1784037878547 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sys-3.4.3-r45h54b55ab_1.conda + sha256: 0cf3a7af31b0396d5a2e1c932fffa360472f92a2b373a696f523b0b53ad1d682 + md5: f23bbac61ab0536f59f4caa4c2ebdf88 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 50436 + timestamp: 1757441793835 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-systemfonts-1.3.2-r45h74f4acd_0.conda + sha256: b7c3105c26b006e75a4c770cd4b4cdd88da4153860bb8becac2b1ab068c6aab6 + md5: 7982f08c8aabb6f0e4936a613b07a099 + depends: + - __glibc >=2.17,<3.0.a0 + - libfreetype >=2.14.2 + - libfreetype6 >=2.14.2 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-base64enc + - r-cpp11 >=0.2.1 + - r-jsonlite + - r-lifecycle + license: MIT + license_family: MIT + size: 710089 + timestamp: 1772797917239 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tensora-0.36.2.1-r45h54b55ab_2.conda + sha256: 4927f22b69ccb30bb70d44519fa04d9be9241dc75bf9198f1e867f0d3c1108ac + md5: 7cab57b9eb7965392e3797faedf9dea4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-or-later + license_family: GPL3 + size: 239730 + timestamp: 1757512606762 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-testthat-3.3.2-r45h3697838_0.conda + sha256: 0b526259e82140c26311dba589e65fd2fdcf3a559f8b07640464c2e5141f6468 + md5: be972259c1c9f78d44048aeae38f82ba + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-brio >=1.1.3 + - r-callr >=3.7.3 + - r-cli >=3.6.1 + - r-desc >=1.4.2 + - r-digest >=0.6.33 + - r-evaluate >=1.0.1 + - r-jsonlite >=1.8.7 + - r-lifecycle >=1.0.3 + - r-magrittr >=2.0.3 + - r-pkgload >=1.3.2.1 + - r-praise >=1.0.0 + - r-processx >=3.8.2 + - r-ps >=1.7.5 + - r-r6 >=2.5.1 + - r-rlang >=1.1.1 + - r-waldo >=0.6.0 + - r-withr >=3.0.2 + license: MIT + license_family: MIT + size: 1848754 + timestamp: 1768138280795 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-textshaping-1.0.4-r45h74f4acd_0.conda + sha256: 3a880e41c30fd8f0d901fe1824b36869cd1d5c70a8a48d48cf4791ad6e580582 + md5: 51cb3c4f6592eeb5765ca1289b8d830a + depends: + - __glibc >=2.17,<3.0.a0 + - fribidi >=1.0.16,<2.0a0 + - harfbuzz >=12.1.0 + - libfreetype >=2.14.1 + - libfreetype6 >=2.14.1 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cpp11 >=0.2.1 + - r-lifecycle + - r-stringi + - r-systemfonts >=1.3.0 + license: MIT + license_family: MIT + size: 188137 + timestamp: 1760177028895 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tibble-3.3.1-r45h54b55ab_0.conda + sha256: 256d782fb5773d678f29b88a2c987eb47065e2393a080ca16f400b0256de65bb + md5: ad28f67cbb0b10a5beaa7bf968761cad + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-fansi >=0.4.0 + - r-lifecycle >=1.0.0 + - r-magrittr + - r-pillar >=1.8.1 + - r-pkgconfig + - r-rlang >=1.0.2 + - r-vctrs >=0.4.2 + license: MIT + license_family: MIT + size: 589666 + timestamp: 1768139121744 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tidyr-1.3.2-r45h3697838_0.conda + sha256: 8c4560d92c1adfce9a37da2f963596a369688b0d5f44d1fa2f0fbfecb486d99f + md5: e571d4d42233dd2aa3bdb0057ffbdc63 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli >=3.4.1 + - r-dplyr >=1.0.10 + - r-glue + - r-lifecycle >=1.0.3 + - r-magrittr + - r-purrr >=1.0.1 + - r-rlang >=1.0.4 + - r-stringr >=1.5.0 + - r-tibble >=2.1.1 + - r-tidyselect >=1.2.0 + - r-vctrs >=0.5.2 + license: MIT + license_family: MIT + size: 1127263 + timestamp: 1766142073696 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-timechange-0.4.0-r45h3697838_0.conda + sha256: 47d03f8df0b40173e41a5b0a8d0318b0a274a5302d67aadad7e4769bad1b2509 + md5: 77b6b03b30183b189906b08ea0868b21 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cpp11 >=0.2.7 + license: GPL-3.0-only AND Apache-2.0 + license_family: GPL3 + size: 193829 + timestamp: 1769737645751 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tmvnsim-1.0_2-r45heaba542_7.conda + sha256: 07af102a559c928c20aa2f5e0ae335b04aa80bef1c3990eb2f937f970706c808 + md5: d5ba12b06b66980cc3d088090b279848 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - r-base >=4.5,<4.6.0a0 + license: GPL-2.0-only + license_family: GPL2 + size: 34721 + timestamp: 1757491961058 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tzdb-0.5.0-r45h3697838_2.conda + sha256: d5e6baaf4063a7fb2c462e6f1a5ffda1c8928eb4b943887e4989e8eac9a98916 + md5: 54673c8b5186c85794f0bd40d7c49bb4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cpp11 >=0.5.2 + license: MIT + license_family: MIT + size: 555420 + timestamp: 1757490039639 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-utf8-1.2.6-r45h54b55ab_1.conda + sha256: 97186abdf7c29872e012c9fe05ec16c019b58c43ac7b778baa480a8acae9c914 + md5: 75cb2540ac930ea879e92d99e00e97c3 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: Apache-2.0 + license_family: APACHE + size: 147244 + timestamp: 1757424673681 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-uuid-1.2_2-r45h54b55ab_0.conda + sha256: 8c58a2b7a3ee7f4369c9216bdc3d8a3ffe56f74e0bcc77c3353911f90b7844a1 + md5: 5c4bebb58545f26f41934325844bda70 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 57588 + timestamp: 1769224723187 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vctrs-0.7.3-r45h3697838_0.conda + sha256: 73b0cdea9f85496b80e75ffa20f94aa4ab746f4b7af566742e22381bffa6772d + md5: 372cefc1b05a567d1fbe19633766ab0c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli >=3.4.0 + - r-glue + - r-lifecycle >=1.0.3 + - r-rlang >=1.0.6 + license: MIT + license_family: MIT + size: 1805012 + timestamp: 1775897999712 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vroom-1.7.1-r45h3697838_0.conda + sha256: c322b1115a9e066505deb292ab38c76ad9d2a983c8269c82e89229dbf6bf5494 + md5: 8e45deb7cb8502dda9073be1a5e664df + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - r-base >=4.5,<4.6.0a0 + - r-bit64 + - r-cli + - r-cpp11 >=0.2.0 + - r-crayon + - r-glue + - r-hms + - r-lifecycle + - r-progress >=1.2.1 + - r-rlang >=0.4.2 + - r-tibble >=2.0.0 + - r-tidyselect + - r-tzdb >=0.1.1 + - r-vctrs >=0.2.0 + - r-withr + license: MIT + license_family: MIT + size: 934319 + timestamp: 1774940641597 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xfun-0.60-r45h54b55ab_0.conda + sha256: dca6e2c57e1b038682879e793338683f25058362a8f3ca2a88f753e5de085cf0 + md5: 1d3e32dcae994197a303942b6654e577 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 651306 + timestamp: 1784103319293 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml-3.99_0.17-r45h7c9d5c0_3.conda + sha256: 5d33e0f65796049d543f69195f8f77d79d40147e164a08ff9e1cc84fa38153b4 + md5: 2ba732d8703281440bc96f68e86b2484 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - liblzma >=5.8.1,<6.0a0 + - libxml2 >=2.13.8,<2.14.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + license: BSD-2-Clause + license_family: BSD + size: 1776611 + timestamp: 1757617456509 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml2-1.4.0-r45hc6fd541_1.conda + sha256: fcbb89875c0167b84639fd2cb7622054dd1d4abbc33348a128b538044586cdeb + md5: f0de03e41f471cec922d3b9ea0b4be43 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - liblzma >=5.8.1,<6.0a0 + - libstdcxx >=14 + - libxml2 >=2.13.8,<2.14.0a0 + - libzlib >=1.3.1,<2.0a0 + - r-base >=4.5,<4.6.0a0 + - r-cli + - r-rlang >=1.1.0 + license: GPL-2.0-or-later + license_family: GPL2 + size: 352956 + timestamp: 1757555133868 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-yaml-2.3.12-r45h54b55ab_0.conda + sha256: f8944d47eccfdb2c04e27fd65797de7468ccc5d9f3fc3d9af296da613d75d79c + md5: d0d07c6f14b640a98cf6a5e3e4e2e723 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + license: BSD-3-Clause + license_family: BSD + size: 124461 + timestamp: 1765372968808 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zip-3.0.1-r45h54b55ab_0.conda + sha256: d7e70904ee11ee244351633fe12d8407214c9fe9f62ca9dab0467aa2492de744 + md5: b673205d1fe6c8e775e43e6f76b948c5 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-cli + license: MIT + license_family: MIT + size: 249747 + timestamp: 1783979529168 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zoo-1.8_15-r45h54b55ab_0.conda + sha256: f723015894da2c6eb701d6ddce76823b1d5c2c28f58e3e7ed155a499a1a05979 + md5: 68eec0d4f8522ff596bac9afca2b83a9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - r-base >=4.5,<4.6.0a0 + - r-lattice >=0.20_27 + license: GPL-2.0-or-later + license_family: GPL3 + size: 1045408 + timestamp: 1765817354576 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/rav1e-0.8.1-h1fbca29_0.conda + sha256: cf550bbc8e5ebedb6dba9ccaead3e07bd1cb86b183644a4c853e06e4b3ad5ac7 + md5: d83958768626b3c8471ce032e28afcd3 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + constrains: + - __glibc >=2.17 + license: BSD-2-Clause + license_family: BSD + size: 5595970 + timestamp: 1772540833621 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/readline-8.3-h853b02a_0.conda + sha256: 12ffde5a6f958e285aa22c191ca01bbd3d6e710aa852e00618fa6ddc59149002 + md5: d7d95fc8287ea7bf33e0e7116d2b95ec + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - ncurses >=6.5,<7.0a0 + license: GPL-3.0-only + license_family: GPL + size: 345073 + timestamp: 1765813471974 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-14.2.7.post0-hb03c661_1.conda + sha256: b47cbe954b1522f944c1c17fae964d362dfcf7ef7516fda1c368971426a8e933 + md5: 2e1edbf819157ca726ec65afb4eb2d5d + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + license: MIT + license_family: MIT + size: 35494 + timestamp: 1779092421531 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-cpp-14.2.7.post0-hecca717_1.conda + sha256: f29ba41cc71a01f1dd7eeba573b1535f0feec72e9ab6b4a390b4e71230d61ade + md5: a0ef2594b3ab25a933ee8e7a1ac1e21b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - reproc 14.2.7.post0 hb03c661_1 + license: MIT + license_family: MIT + size: 27069 + timestamp: 1779092443763 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml-0.18.17-py312h5253ce2_2.conda + sha256: 3f1137747c99d79d82fe76a5ab72ed56b85ad1412f809cb721bd330095770f40 + md5: f7ddc4a83cdcceb34c851e51ea64c903 + depends: + - python + - ruamel.yaml.clib >=0.2.15 + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - python_abi 3.12.* *_cp312 + license: MIT + license_family: MIT + size: 288076 + timestamp: 1766175816121 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml.clib-0.2.15-py312h5253ce2_1.conda + sha256: dc520329bdfd356e2f464393f8ad9b8450fd5a269699907b2b8d629300c2c068 + md5: 84aa470567e2211a2f8e5c8491cdd78c + depends: + - python + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - python_abi 3.12.* *_cp312 + license: MIT + license_family: MIT + size: 148221 + timestamp: 1766159515069 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scikit-learn-1.9.0-np2py312h3226591_0.conda + sha256: 8c0cd0326b5a17ddcf189fc4f119bf6871b7853595c088075847c484a3ed567e + md5: e6e9b5795bb495325c3b4ebd451519aa + depends: + - python + - numpy >=1.24.1 + - scipy >=1.10.0 + - joblib >=1.4.0 + - threadpoolctl >=3.5.0 + - narwhals >=2.0.1 + - libgcc >=14 + - _openmp_mutex >=4.5 + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=14 + - numpy >=1.23,<3 + - python_abi 3.12.* *_cp312 + license: BSD-3-Clause + license_family: BSD + size: 10038167 + timestamp: 1780401052981 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scipy-1.17.1-py312h54fa4ab_1.conda + sha256: d5ac05ad45c0d48731eb189c2cbb2bb99f0e3cb7e1acaad373cb2f1f2597fc75 + md5: 15995ecb2ef890778ba9a3750190f09d + depends: + - __glibc >=2.17,<3.0.a0 + - libblas >=3.9.0,<4.0a0 + - libcblas >=3.9.0,<4.0a0 + - libgcc >=14 + - libgfortran + - libgfortran5 >=14.3.0 + - liblapack >=3.9.0,<4.0a0 + - libstdcxx >=14 + - numpy <2.7 + - numpy >=1.23,<3 + - numpy >=1.25.2 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: BSD-3-Clause + license_family: BSD + size: 16828243 + timestamp: 1779874781187 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sed-4.10-h19d0853_0.conda + sha256: b013d2085ce4ac01daec7b30472e9f3b6c2d69eb3a3a85a6cee3e01a3cb4f61a + md5: e4a1ff2e59a5d9b38be71d15c93cf1bd + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + license: GPL-3.0-only + license_family: GPL + size: 268482 + timestamp: 1776859422619 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/simdjson-4.0.7-hb700be7_0.conda + sha256: 5e29efa1927929885e00909c0386b160d13100a73e031432c42e74df2151f775 + md5: cc9c262a71dd584aa5a3a22fc963255c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + license: Apache-2.0 + license_family: APACHE + size: 267708 + timestamp: 1759262988515 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sip-6.10.0-py312h1289d80_1.conda + sha256: 65224ec231bb938a720897d75fb76f20a2376bded01a438f5220f6fa43195e4f + md5: f96baa9ba899d5d30578675fe28b3473 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - packaging + - ply + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + - setuptools + - tomli + license: BSD-2-Clause + license_family: BSD + size: 680892 + timestamp: 1759437964748 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda + sha256: 57afc2ab5bdb24cf979964018dddbc5dfaee130b415e6863765e45aed2175ee4 + md5: e8a0b4f5e82ecacffaa5e805020473cb + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + - libgcc >=14 + - libstdcxx >=14 + license: BSL-1.0 + size: 1951720 + timestamp: 1756274576844 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sqlite-3.53.4-hbc0de68_0.conda + sha256: af3f2e82563091b2f33433ca7068610772d8e35768b963dd8cfd4923e668a4b0 + md5: dcf8265f583d86f2a3cee589e8534bef + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libsqlite 3.53.4 h0c1763c_0 + - libzlib >=1.3.2,<2.0a0 + - ncurses >=6.6,<7.0a0 + - readline >=8.3,<9.0a0 + license: blessing + size: 206668 + timestamp: 1785016109547 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/suitesparse-7.10.1-h5b2951e_7100101.conda + sha256: 7c1c5bd2ba8385202ac3cb4c9c7f9bb87a2e677e977afd72c910314c014b28be + md5: e927e0f248a498050443dab8bb1203a9 + depends: + - libsuitesparseconfig ==7.10.1 h901830b_7100101 + - libamd ==3.3.3 h456b2da_7100101 + - libbtf ==2.3.2 hf02c80a_7100101 + - libcamd ==3.3.3 hf02c80a_7100101 + - libccolamd ==3.3.4 hf02c80a_7100101 + - libcolamd ==3.3.4 hf02c80a_7100101 + - libcholmod ==5.3.1 h9cf07ce_7100101 + - libcxsparse ==4.4.1 hf02c80a_7100101 + - libldl ==3.3.2 hf02c80a_7100101 + - libklu ==2.3.5 h95ff59c_7100101 + - libumfpack ==6.3.5 h873dde6_7100101 + - libparu ==1.0.0 hc6afc67_7100101 + - librbio ==4.3.4 hf02c80a_7100101 + - libspex ==3.2.3 h9226d62_7100101 + - libspqr ==4.3.4 h23b7119_7100101 + license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 + size: 12135 + timestamp: 1741963824816 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/svt-av1-4.0.1-hecca717_0.conda + sha256: 4a1d2005153b9454fc21c9bad1b539df189905be49e851ec62a6212c2e045381 + md5: 2a2170a3e5c9a354d09e4be718c43235 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + license: BSD-2-Clause + license_family: BSD + size: 2619743 + timestamp: 1769664536467 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tar-1.35-h3b78370_0.conda + sha256: eab162cadb948c91c14f18b6f30a7c270d682e820c4f2fdb0030c9fc99b3fa49 + md5: 8e037804a92c84cb901bdd83a8e5ff46 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libiconv >=1.18,<2.0a0 + license: GPL-3.0-or-later + license_family: GPL + size: 778622 + timestamp: 1753467956747 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-2022.3.0-h8d10470_1.conda + sha256: 2e3238234ae094d5a5f7c559410ea8875351b6bac0d9d0e576bf64b732b8029e + md5: e3259be3341da4bc06c5b7a78c8bf1bd + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libhwloc >=2.12.1,<2.12.2.0a0 + - libstdcxx >=14 + license: Apache-2.0 + license_family: APACHE + size: 181262 + timestamp: 1762509955687 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-devel-2022.3.0-h74b38a2_1.conda + sha256: 3c1bf7722f5c82459d3580c8e14eed19b08a83188d1c17aad9cb1e34d5f57339 + md5: 11d050030e91674285a5daa2e17b1126 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + - tbb 2022.3.0 h8d10470_1 + size: 1115083 + timestamp: 1762509972811 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tk-8.6.13-noxft_hd70dff1_3.conda + build_number: 103 + sha256: 43624eab22f5f29df7d6ffe914cf442f28fd559b55b290906255492826e636e8 + md5: 48a1049e710857572fc2a832aa394d9f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libzlib >=1.3.2,<2.0a0 + constrains: + - xorg-libx11 >=1.8.13,<2.0a0 + license: TCL + size: 3550916 + timestamp: 1784229071544 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tktable-2.10-h5a7a40f_8.conda + sha256: 3e20b2f2902a1f402ef2420ce2b9e8c91f9e02748d55530894ac1f640561fdd0 + md5: 72628f56d7a99b86efa435a0b97a4b47 + depends: + - tk + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - tk >=8.6.13,<8.7.0a0 + - xorg-libx11 >=1.8.13,<2.0a0 + license: TCL + size: 102544 + timestamp: 1773732786017 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tmux-3.7b_-hd811a6c_0.conda + sha256: aa434118cce16635cdcf690fbeb9e73e3111615e0727d502f379943a24aec8a0 + md5: c7ec7f5b5f5eaac4206eb6259207e14e + depends: + - libevent + - ncurses + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - libevent >=2.1.12,<2.1.13.0a0 + - ncurses >=6.6,<7.0a0 + license: ISC + size: 582184 + timestamp: 1783382795601 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchaudio-2.7.0-cpu_py312hac12bba_0.conda + sha256: 10c04b98c09659cc022df227914fc1d726a29abefbd728c31b8461ecfb5a5290 + md5: a825da03fe9df009e09e8a3548eff46c + depends: + - python + - numpy + - kaldi + - pytorch * cpu* + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=13 + - libgcc >=13 + - liblzma >=5.8.1,<6.0a0 + - kaldi >=5.5.1112,<5.5.1113.0a0 + - bzip2 >=1.0.8,<2.0a0 + - libzlib >=1.3.1,<2.0a0 + - pytorch >=2.6.0,<2.7.0a0 + - libtorch >=2.6.0,<2.7.0a0 + - python_abi 3.12.* *_cp312 + constrains: + - llvmlite >=0.44 + license: BSD-2-Clause + license_family: BSD + size: 4673981 + timestamp: 1745964275441 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-0.21.0-cpu_py312_h11dcf35_1.conda + sha256: 8ee372ae0614a825ba178d2811b1be981fff584f1455e654c36283774dd732f0 + md5: 64c4f7042c362b18432f39687d7d00ea + depends: + - python + - pytorch * cpu* + - pillow >=5.3.0,!=8.3.0,!=8.3.1 + - numpy >=1.23.5 + - torchvision-extra-decoders + - __glibc >=2.17,<3.0.a0 + - libstdcxx >=13 + - libgcc >=13 + - python_abi 3.12.* *_cp312 + - giflib >=5.2.2,<5.3.0a0 + - libwebp-base >=1.5.0,<2.0a0 + - pytorch >=2.6.0,<2.7.0a0 + - libtorch >=2.6.0,<2.7.0a0 + - libpng >=1.6.47,<1.7.0a0 + - libtorch >=2.6.0,<2.7.0a0 + - libjpeg-turbo >=3.0.0,<4.0a0 + license: BSD-3-Clause + license_family: BSD + size: 1426091 + timestamp: 1742619210426 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py312h4387730_2.conda + sha256: f126da71686adbe47011493cc516303218d1003beecb17f73681345544f033b7 + md5: 65bf2daf3fe8f93bdaa4faba8b1ba525 + depends: + - python + - libgcc >=13 + - libstdcxx >=13 + - libgcc >=13 + - __glibc >=2.17,<3.0.a0 + - pytorch >=2.6.0,<2.7.0a0 + - libtorch >=2.6.0,<2.7.0a0 + - libavif16 >=1.1.1,<2.0a0 + - libtorch >=2.6.0,<2.7.0a0 + - python_abi 3.12.* *_cp312 + - libheif >=1.19.5,<1.20.0a0 + license: LGPL-2.1-only + size: 64893 + timestamp: 1739805886303 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tornado-6.5.7-py312h4c3975b_0.conda + sha256: f54504d6eeef133ddc2b964b6a021f3faf085bb08bd70debc07f56d6b9b726f1 + md5: 55f526c3fb5302a1ce922612348442e1 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: Apache-2.0 + license_family: Apache + size: 864705 + timestamp: 1781006801632 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/unicodedata2-17.0.1-py312h4c3975b_0.conda + sha256: 895bbfe9ee25c98c922799de901387d842d7c01cae45c346879865c6a907f229 + md5: 0b6c506ec1f272b685240e70a29261b8 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - python >=3.12,<3.13.0a0 + - python_abi 3.12.* *_cp312 + license: Apache-2.0 + license_family: Apache + size: 410641 + timestamp: 1770909099497 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wayland-1.26.0-hd6090a7_0.conda + sha256: 6b9e182021ef3a64ab3bf788ebdab6de6775035612237c639ccafc941639eb13 + md5: b34c5559f45d8996e3bc0b6250a6cc84 + depends: + - __glibc >=2.17,<3.0.a0 + - libexpat >=2.8.1,<3.0a0 + - libffi >=3.5.2,<3.6.0a0 + - libgcc >=14 + - libstdcxx >=14 + license: MIT + license_family: MIT + size: 340543 + timestamp: 1784249169392 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.21.4-hda4d442_0.conda + sha256: 70df4ac8cca488618458af4705706551cef7e402bac9c2c41dd17148f60cbd1f + md5: 361e96b664eac64a33c20dfd11affbff + depends: + - libgcc-ng >=12 + - libidn2 >=2,<3.0a0 + - libunistring >=0,<1.0a0 + - libzlib >=1.2.13,<2.0.0a0 + - openssl >=3.2.1,<4.0a0 + - zlib + license: GPL-3.0-or-later + license_family: GPL + size: 770380 + timestamp: 1710770110704 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.25.0-h653f8fd_1.conda + sha256: 66a5a05e0e44fd7a57e24d77665d5d6672646a7b316575b2f679108966d9124e + md5: 3b97a15e7345c7f6c51bb57bffad7c93 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libidn2 >=2,<3.0a0 + - libunistring >=0,<1.0a0 + - libzlib >=1.3.1,<2.0a0 + - openssl >=3.5.5,<4.0a0 + - pcre2 >=10.47,<10.48.0a0 + - zlib + license: GPL-3.0-or-later + license_family: GPL + size: 746336 + timestamp: 1772232737502 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 + sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 + md5: e7f6ed84d4623d52ee581325c1587a6b + depends: + - libgcc-ng >=10.3.0 + - libstdcxx-ng >=10.3.0 + license: GPL-2.0-or-later + license_family: GPL + size: 3357188 + timestamp: 1646609687141 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda + sha256: ad8cab7e07e2af268449c2ce855cbb51f43f4664936eff679b1f3862e6e4b01d + md5: fdc27cb255a7a2cc73b7919a968b48f0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libxcb >=1.17.0,<2.0a0 + license: MIT + license_family: MIT + size: 20772 + timestamp: 1750436796633 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-cursor-0.1.6-hb03c661_0.conda + sha256: c2be9cae786fdb2df7c2387d2db31b285cf90ab3bfabda8fa75a596c3d20fc67 + md5: 4d1fc190b99912ed557a8236e958c559 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libxcb >=1.13 + - libxcb >=1.17.0,<2.0a0 + - xcb-util-image >=0.4.0,<0.5.0a0 + - xcb-util-renderutil >=0.3.10,<0.4.0a0 + license: MIT + license_family: MIT + size: 20829 + timestamp: 1763366954390 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda + sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 + md5: a0901183f08b6c7107aab109733a3c91 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + - xcb-util >=0.4.1,<0.5.0a0 + license: MIT + license_family: MIT + size: 24551 + timestamp: 1718880534789 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda + sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 + md5: ad748ccca349aec3e91743e08b5e2b50 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 14314 + timestamp: 1718846569232 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda + sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df + md5: 0e0cbe0564d03a99afd5fd7b362feecd + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 16978 + timestamp: 1718848865819 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda + sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a + md5: 608e0ef8256b81d04456e8d211eee3e8 + depends: + - libgcc-ng >=12 + - libxcb >=1.16,<2.0.0a0 + license: MIT + license_family: MIT + size: 51689 + timestamp: 1718844051451 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xkeyboard-config-2.48-h280c20c_0.conda + sha256: 3b04afd5d1a65d2d27ac2d49a63b01ab8bcd875776779ec63e337370ed38afdc + md5: b233b41be0bf210989d57160ed39b394 + depends: + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - xorg-libx11 >=1.8.13,<2.0a0 + license: MIT + license_family: MIT + size: 441670 + timestamp: 1782027360439 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda + sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b + md5: fb901ff28063514abb6046c9ec2c4a45 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + size: 58628 + timestamp: 1734227592886 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda + sha256: 277841c43a39f738927145930ff963c5ce4c4dacf66637a3d95d802a64173250 + md5: 1c74ff8c35dcadf952a16f752ca5aa49 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libuuid >=2.38.1,<3.0a0 + - xorg-libice >=1.1.2,<2.0a0 + license: MIT + license_family: MIT + size: 27590 + timestamp: 1741896361728 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.13-he1eb515_0.conda + sha256: 516d4060139dbb4de49a4dcdc6317a9353fb39ebd47789c14e6fe52de0deee42 + md5: 861fb6ccbc677bb9a9fb2468430b9c6a + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libxcb >=1.17.0,<2.0a0 + license: MIT + license_family: MIT + size: 839652 + timestamp: 1770819209719 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda + sha256: 6bc6ab7a90a5d8ac94c7e300cc10beb0500eeba4b99822768ca2f2ef356f731b + md5: b2895afaf55bf96a8c8282a2e47a5de0 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + license: MIT + license_family: MIT + size: 15321 + timestamp: 1762976464266 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcomposite-0.4.7-hb03c661_0.conda + sha256: 048c103000af9541c919deef03ae7c5e9c570ffb4024b42ecb58dbde402e373a + md5: f2ba4192d38b6cef2bb2c25029071d90 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.12,<2.0a0 + - xorg-libxfixes >=6.0.2,<7.0a0 + license: MIT + license_family: MIT + size: 14415 + timestamp: 1770044404696 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda + sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a + md5: 2ccd714aa2242315acaf0a67faea780b + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + - xorg-libxrender >=0.9.11,<0.10.0a0 + license: MIT + license_family: MIT + size: 32533 + timestamp: 1730908305254 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda + sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 + md5: b5fcc7172d22516e1f965490e65e33a4 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxfixes >=6.0.1,<7.0a0 + license: MIT + license_family: MIT + size: 13217 + timestamp: 1727891438799 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda + sha256: 25d255fb2eef929d21ff660a0c687d38a6d2ccfbcbf0cc6aa738b12af6e9d142 + md5: 1dafce8548e38671bea82e3f5c6ce22f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + license: MIT + license_family: MIT + size: 20591 + timestamp: 1762976546182 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.7-hb03c661_0.conda + sha256: 79c60fc6acfd3d713d6340d3b4e296836a0f8c51602327b32794625826bd052f + md5: 34e54f03dfea3e7a2dcf1453a85f1085 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.12,<2.0a0 + license: MIT + license_family: MIT + size: 50326 + timestamp: 1769445253162 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda + sha256: 83c4c99d60b8784a611351220452a0a85b080668188dce5dfa394b723d7b64f4 + md5: ba231da7fccf9ea1e768caf5c7099b84 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.12,<2.0a0 + license: MIT + license_family: MIT + size: 20071 + timestamp: 1759282564045 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.3-hb03c661_0.conda + sha256: 495f99c8eacfa4ae2d8fed2a7f2105777af89acdc204df145d2bbbc380ac631b + md5: adba2e334082bb218db806d4c12277c9 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.13,<2.0a0 + - xorg-libxext >=1.3.7,<2.0a0 + - xorg-libxfixes >=6.0.2,<7.0a0 + license: MIT + license_family: MIT + size: 47717 + timestamp: 1779111857071 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.5-hb03c661_0.conda + sha256: 80ed047a5cb30632c3dc5804c7716131d767089f65877813d4ae855ee5c9d343 + md5: e192019153591938acf7322b6459d36e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.12,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxrender >=0.9.12,<0.10.0a0 + license: MIT + license_family: MIT + size: 30456 + timestamp: 1769445263457 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda + sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 + md5: 96d57aba173e878a2089d5638016dc5e + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + license: MIT + license_family: MIT + size: 33005 + timestamp: 1734229037766 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxshmfence-1.3.3-hb9d3cd8_0.conda + sha256: c0830fe9fa78d609cd9021f797307e7e0715ef5122be3f784765dad1b4d8a193 + md5: 9a809ce9f65460195777f2f2116bae02 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + size: 12302 + timestamp: 1734168591429 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda + sha256: a8afba4a55b7b530eb5c8ad89737d60d60bc151a03fbef7a2182461256953f0e + md5: 279b0de5f6ba95457190a1c459a64e31 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libice >=1.1.1,<2.0a0 + - xorg-libsm >=1.2.4,<2.0a0 + - xorg-libx11 >=1.8.10,<2.0a0 + license: MIT + license_family: MIT + size: 379686 + timestamp: 1731860547604 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda + sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a + md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - xorg-libx11 >=1.8.10,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + - xorg-libxi >=1.7.10,<2.0a0 + license: MIT + license_family: MIT + size: 32808 + timestamp: 1727964811275 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxxf86vm-1.1.7-hb03c661_0.conda + sha256: 64db17baaf36fa03ed8fae105e2e671a7383e22df4077486646f7dbf12842c9f + md5: 665d152b9c6e78da404086088077c844 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - xorg-libx11 >=1.8.12,<2.0a0 + - xorg-libxext >=1.3.6,<2.0a0 + license: MIT + license_family: MIT + size: 18701 + timestamp: 1769434732453 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda + sha256: f302a3f6284ee9ad3b39e45251d7ed15167896564dc33e006077a896fd3458a6 + md5: bc4cd53a083b6720d61a1519a1900878 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + size: 30549 + timestamp: 1726846235301 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-5.8.3-ha02ee65_0.conda + sha256: 2553fd3ec0a1020b2ca05ca10b0036a596cb0d4bf3645922fcf69dacce0e6679 + md5: 6a1b6af49a334e4e06b9f103367762bf + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - liblzma 5.8.3 hb03c661_0 + - liblzma-devel 5.8.3 hb03c661_0 + - xz-gpl-tools 5.8.3 ha02ee65_0 + - xz-tools 5.8.3 hb03c661_0 + license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later + size: 24360 + timestamp: 1775825568523 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-gpl-tools-5.8.3-ha02ee65_0.conda + sha256: 8f139666ea18dc8340a44a54056627dd4e89e242e8cd136ab2467d6dc2c192ba + md5: 8f5e2c6726c1339287a3c76a2c138ac7 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - liblzma 5.8.3 hb03c661_0 + constrains: + - xz 5.8.3.* + license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later + size: 34213 + timestamp: 1775825548743 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-tools-5.8.3-hb03c661_0.conda + sha256: 162ebd76803464b8c8ebc7d45df32edf0ec717b3bf369a437ae3b0254f22dc2e + md5: b62b615caa60812640f24db3a8d0fc87 + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - liblzma 5.8.3 hb03c661_0 + constrains: + - xz 5.8.3.* + license: 0BSD AND LGPL-2.1-or-later + size: 95955 + timestamp: 1775825530484 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda + sha256: 6d9ea2f731e284e9316d95fa61869fe7bbba33df7929f82693c121022810f4ad + md5: a77f85f77be52ff59391544bfe73390a + depends: + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + license: MIT + license_family: MIT + size: 85189 + timestamp: 1753484064210 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda + sha256: 4b0b713a4308864a59d5f0b66ac61b7960151c8022511cdc914c0c0458375eca + md5: 92b90f5f7a322e74468bb4909c7354b5 + depends: + - libstdcxx >=13 + - libgcc >=13 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + license: MIT + license_family: MIT + size: 223526 + timestamp: 1745307989800 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-1.3.2-h25fd6f3_3.conda + sha256: 16080a1c7724f7d25727cdc23c7658e0cec2db52448c1dc0c33467ee2c6e1c62 + md5: 6acb86426229f96f93e5468d1df3a5e8 + depends: + - __glibc >=2.17,<3.0.a0 + - libzlib 1.3.2 h25fd6f3_3 + license: Zlib + license_family: Other + size: 96132 + timestamp: 1785362957588 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_1.conda + sha256: 84ea17cb646d8a916d9335415f57c9e5dd001de158972322c714ebe1b72670b0 + md5: c860578a89dc9b6003d600181612287c + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc >=14 + - libstdcxx >=14 + license: Zlib + license_family: Other + size: 110969 + timestamp: 1764162891322 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstandard-0.25.0-py312h5253ce2_1.conda + sha256: c2bcb8aa930d6ea3c9c7a64fc4fab58ad7bcac483a9a45de294f67d2f447f413 + md5: 02738ff9855946075cbd1b5274399a41 + depends: + - python + - cffi >=1.11 + - zstd >=1.5.7,<1.5.8.0a0 + - libgcc >=14 + - __glibc >=2.17,<3.0.a0 + - zstd >=1.5.7,<1.6.0a0 + - python_abi 3.12.* *_cp312 + license: BSD-3-Clause + license_family: BSD + size: 467133 + timestamp: 1762512686069 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda + sha256: 68f0206ca6e98fea941e5717cec780ed2873ffabc0e1ed34428c061e2c6268c7 + md5: 4a13eeac0b5c8e5b8ab496e6c4ddd829 + depends: + - __glibc >=2.17,<3.0.a0 + - libzlib >=1.3.1,<2.0a0 + license: BSD-3-Clause + license_family: BSD + size: 601375 + timestamp: 1764777111296 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/_r-mutex-1.0.1-anacondar_1.tar.bz2 + sha256: e58f9eeb416b92b550e824bcb1b9fb1958dee69abfe3089dfd1a9173e3a0528a + md5: 19f9db5f4f1b7f5ef5f6d67207f25f38 + license: BSD + size: 3566 + timestamp: 1562343890778 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/archspec-0.2.5-pyhd8ed1ab_0.conda + sha256: eb68e1ce9e9a148168a4b1e257a8feebffdb0664b557bb526a1e4853f2d2fc00 + md5: 845b38297fca2f2d18a29748e2ece7fa + depends: + - python >=3.9 + license: MIT OR Apache-2.0 + size: 50894 + timestamp: 1737352715041 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/argcomplete-3.7.0-pyhcf101f3_0.conda + sha256: fca7deee4f28060413d483851703c1287351797c1f660fb9ab63f8d175576e3f + md5: 4553b661c03a2f435d8c889eca8f2075 + depends: + - python >=3.10 + - python + license: Apache-2.0 + license_family: APACHE + size: 46445 + timestamp: 1782888485558 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/boltons-26.1.0-pyhd8ed1ab_0.conda + sha256: ca44f906756aaa908645c9bcef31a132fc82e7934777aa6bb45c12edada6a58c + md5: 92c88d22e52af7b672605b12a31bf0bb + depends: + - python >=3.10 + license: BSD-3-Clause + license_family: BSD + size: 309453 + timestamp: 1784706150046 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/bottle-0.13.4-pyhe01879c_0.conda + sha256: 2a7c5d93059cc656de4af20d533f91fcf3aa063596f95aa93245553249b69030 + md5: ddb34ae9ba36f9479bf605302adf54e2 + depends: + - python >=3.9 + - python + license: MIT + license_family: MIT + size: 58208 + timestamp: 1754876199648 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ca-certificates-2026.7.22-hbd8a1cb_0.conda + sha256: 0a0544cf95f64394fe4959286f5c71f5444ad58feb0602e53becb27448d24da6 + md5: 0f51e2391ade309db462a55611263e9c + depends: + - __unix + license: ISC + size: 131780 + timestamp: 1784754889428 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairocffi-1.7.1-pyhcf101f3_2.conda + sha256: d9b512f68f9d992b57b5e00975865ab96c41cc19c9796fe7e38dbd1967af379d + md5: abbc6f1de8881d826c8128a5d7bb8dec + depends: + - python >=3.10 + - cffi >=1.1 + - cairo >=1.14 + - python + license: BSD-3-Clause + license_family: BSD + size: 75507 + timestamp: 1767293947519 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cairosvg-2.9.0-pyhcf101f3_0.conda + sha256: b3213e9e13472d61a101323973aafed74c94ce5b6c2455745ab3c4a0bfb529b1 + md5: 44ba28887af5adccee712125e0c3a2e4 + depends: + - python >=3.10 + - cairocffi + - cssselect2 + - pillow + - tinycss2 + - defusedxml + - python + license: LGPL-3.0-only + license_family: LGPL + size: 49147 + timestamp: 1773495431639 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/certifi-2026.7.22-pyhd8ed1ab_0.conda + sha256: fb167de4388e64e52aa3907ed099afab944c1fa6e5f74b281a312dae1bcf7f3b + md5: 37e13edbe3b48f1095a9d085ef9cd83b + depends: + - python >=3.10 + license: ISC + size: 137015 + timestamp: 1784717699092 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/charset-normalizer-3.4.9-pyhd8ed1ab_0.conda + sha256: 8d8813ef655b4e75e4fb897abd83ad548882efad7b4e836b021b797f42780799 + md5: d154b40b109e503430979e8a8d099eaf + depends: + - python >=3.10 + license: MIT + license_family: MIT + size: 61418 + timestamp: 1783505332569 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cheroot-11.1.2-pyhcf101f3_1.conda + sha256: 67f12eed5e0e88f80a0f1e37b8db51a740218b605c5fa8d18acd3056116e75c6 + md5: 6da9a56f90e9cc44ef97d196486e6de9 + depends: + - python >=3.10 + - six >=1.11.0 + - more-itertools >=2.6 + - jaraco.functools + - python + license: BSD-3-Clause + license_family: BSD + size: 94169 + timestamp: 1767292999267 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-libmamba-solver-26.4.2-pyhcf101f3_1.conda + sha256: 98ad6bdd3c87df9d7a3432729a71bcb98c04773ddbeadddc2584ba311a5c2566 + md5: d950913618dcaa344b33b5c110a72e09 + depends: + - python >=3.10 + - libmambapy >=2.0.0 + - boltons >=23.0.0 + - msgpack-python >=1.1.1 + - requests >=2.28.0,<3 + - zstandard >=0.15 + - python + constrains: + - conda >=25.9 + license: BSD-3-Clause + license_family: BSD + size: 61278 + timestamp: 1782932216756 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-handling-2.5.0-pyhcf101f3_0.conda + sha256: 63d5b510644a01b4c93738304cb0dc8a336542fc335b0b77f3b355ba7d119260 + md5: 3f1854f1ec2090538fb49b7078dbb9de + depends: + - python >=3.10 + - conda-package-streaming >=0.12.0 + - requests + - zstandard >=0.15 + - python + license: BSD-3-Clause + license_family: BSD + size: 256182 + timestamp: 1781015592350 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/conda-package-streaming-0.13.0-pyhd8ed1ab_0.conda + sha256: af3b666ea6043a146901cd151d6201126bbe19af8307b58fb175015e3710064c + md5: b4e3dcace82b486f69bc693f30120205 + depends: + - backports.zstd + - python >=3.10 + license: BSD-3-Clause + license_family: BSD + size: 23954 + timestamp: 1781293054998 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cpython-3.12.13-py312hd8ed1ab_0.conda + noarch: generic + sha256: d3e9bbd7340199527f28bbacf947702368f31de60c433a16446767d3c6aaf6fe + md5: f54c1ffb8ecedb85a8b7fcde3a187212 + depends: + - python >=3.12,<3.13.0a0 + - python_abi * *_cp312 + license: Python-2.0 + size: 46463 + timestamp: 1772728929620 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cssselect2-0.9.0-pyhd8ed1ab_0.conda + sha256: 8c0a56ba4f2bd09b31bdb5779bc02e7a3f0976ac5f889c84aac09092d4b22d73 + md5: cd34e01e8eadea7d97d9de01d8345411 + depends: + - python >=3.10 + - tinycss2 + - webencodings + license: BSD-3-Clause + license_family: BSD + size: 20873 + timestamp: 1770945592855 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/cycler-0.12.1-pyhcf101f3_2.conda + sha256: bb47aec5338695ff8efbddbc669064a3b10fe34ad881fb8ad5d64fbfa6910ed1 + md5: 4c2a8fef270f6c69591889b93f9f55c1 + depends: + - python >=3.10 + - python + license: BSD-3-Clause + license_family: BSD + size: 14778 + timestamp: 1764466758386 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 + sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be + md5: 961b3a227b437d82ad7054484cfa71b2 + depends: + - python >=3.6 + license: PSF-2.0 + license_family: PSF + size: 24062 + timestamp: 1615232388757 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/distro-1.9.0-pyhd8ed1ab_1.conda + sha256: 5603c7d0321963bb9b4030eadabc3fd7ca6103a38475b4e0ed13ed6d97c86f4e + md5: 0a2014fd9860f8b1eaa0b1f3d3771a08 + depends: + - python >=3.9 + license: Apache-2.0 + license_family: APACHE + size: 41773 + timestamp: 1734729953882 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/dnspython-2.8.0-pyhcf101f3_0.conda + sha256: ef1e7b8405997ed3d6e2b6722bd7088d4a8adf215e7c88335582e65651fb4e05 + md5: d73fdc05f10693b518f52c994d748c19 + depends: + - python >=3.10,<4.0.0 + - sniffio + - python + constrains: + - aioquic >=1.2.0 + - cryptography >=45 + - httpcore >=1.0.0 + - httpx >=0.28.0 + - h2 >=4.2.0 + - idna >=3.10 + - trio >=0.30 + - wmi >=1.5.1 + license: ISC + size: 196500 + timestamp: 1757292856922 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ete3-3.1.3-pyhd8ed1ab_0.conda + sha256: 003a3f1939e89cc2e4139882030d9c329cee92aee6299d69a8d2fa671b576fb3 + md5: 7fca9be27a33c9244676f43cc0bb792e + depends: + - lxml + - numpy + - pyqt >=5.15.* + - python >=3.7 + - scipy + - six + - xorg-libsm + - xorg-libxau + - xorg-libxdmcp + - xorg-libxext + - xorg-libxrender + - xorg-xextproto + license: GPL-3.0-only + license_family: GPL + size: 1778742 + timestamp: 1688510187352 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/filelock-3.32.2-pyhd8ed1ab_0.conda + sha256: 5476fe77cc2f59389dd348135462892dc20f42114301221648df90a6e9650186 + md5: 977e2b00d5329b6d56ebe94ae1f4b67c + depends: + - python >=3.10 + license: Unlicense + size: 77939 + timestamp: 1785376409053 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 + sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b + md5: 0c96522c6bdaed4b1566d11387caaf45 + license: BSD-3-Clause + license_family: BSD + size: 397370 + timestamp: 1566932522327 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 + sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c + md5: 34893075a5c9e55cdafac56607368fc6 + license: OFL-1.1 + license_family: Other + size: 96530 + timestamp: 1620479909603 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 + sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 + md5: 4d59c254e01d9cde7957100457e2d5fb + license: OFL-1.1 + license_family: Other + size: 700814 + timestamp: 1620479612257 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/font-ttf-ubuntu-0.83-h77eed37_3.conda + sha256: 2821ec1dc454bd8b9a31d0ed22a7ce22422c0aef163c59f49dfdf915d0f0ca14 + md5: 49023d73832ef61042f6a237cb2687e7 + license: LicenseRef-Ubuntu-Font-Licence-Version-1.0 + license_family: Other + size: 1620504 + timestamp: 1727511233259 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 + sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 + md5: fee5683a3f04bd15cbd8318b096a27ab + depends: + - fonts-conda-forge + license: BSD-3-Clause + license_family: BSD + size: 3667 + timestamp: 1566974674465 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fonts-conda-forge-1-hc364b38_1.conda + sha256: 54eea8469786bc2291cc40bca5f46438d3e062a399e8f53f013b6a9f50e98333 + md5: a7970cd949a077b7cb9696379d338681 + depends: + - font-ttf-ubuntu + - font-ttf-inconsolata + - font-ttf-dejavu-sans-mono + - font-ttf-source-code-pro + license: BSD-3-Clause + license_family: BSD + size: 4059 + timestamp: 1762351264405 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/frozendict-2.4.7-pyh851646a_2.conda + sha256: 32b75b9a3097c4156ba5070739bbfdcc0bc23890c0faa0dbff569ecb16b8f44f + md5: 43fdb6bcc1227a22290d0bc02a9484c9 + depends: + - python >=3.10 + - python + license: LGPL-3.0-only + license_family: LGPL + size: 34300 + timestamp: 1781203600051 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/fsspec-2026.7.0-pyhd8ed1ab_0.conda + sha256: 3cd1c985695d8114bdba2a4a38c87e86d633fadd7cfe7a6733ebb3fe807fdc86 + md5: b9176565976c773a0739bd83deaf06cc + depends: + - python >=3.10 + license: BSD-3-Clause + size: 151868 + timestamp: 1785325238671 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/h2-4.4.0-pyhcf101f3_0.conda + sha256: 1bdffcb701cf1f4429733fc2e194995bab5ecc71073d84a434dcfb57049a4265 + md5: aae3214aab65ae635fbb3cc455596a86 + depends: + - python >=3.10 + - hyperframe >=6.1,<7 + - hpack >=4.2,<5 + - python + license: MIT + license_family: MIT + size: 100184 + timestamp: 1784898236952 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hpack-4.2.0-pyhd8ed1ab_0.conda + sha256: fdcea5d7cb314485d3907192ef024c704311548c5b0cbeb390cd1951051e29d2 + md5: b395909221b9bd1df066e5930e18855b + depends: + - python >=3.10 + license: MIT + license_family: MIT + size: 32884 + timestamp: 1782283986153 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/hyperframe-6.1.0-pyhd8ed1ab_0.conda + sha256: 77af6f5fe8b62ca07d09ac60127a30d9069fdc3c68d6b256754d0ffb1f7779f8 + md5: 8e6923fc12f1fe8f8c4e5c9f343256ac + depends: + - python >=3.9 + license: MIT + license_family: MIT + size: 17397 + timestamp: 1737618427549 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/idna-3.18-pyhcf101f3_0.conda + sha256: c75632ea624aa450a394f570749420c5a2e0997d0216bc29d5d45b0f39df0426 + md5: 577b04680ae422adb86fc60d7b940659 + depends: + - python >=3.10 + - python + license: BSD-3-Clause + license_family: BSD + size: 163869 + timestamp: 1781620148226 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jaraco.functools-4.6.0-pyhcf101f3_0.conda + sha256: d23b9e8e8d5968699ec2bc9f8d182598e86e494dbe8a3a71b4a53b1be9a3cb16 + md5: 8665b873062a31a90b563bf493f9fb2c + depends: + - python >=3.10 + - more-itertools + - python + license: MIT + license_family: MIT + size: 18997 + timestamp: 1784015600777 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jinja2-3.1.6-pyhcf101f3_1.conda + sha256: fc9ca7348a4f25fed2079f2153ecdcf5f9cf2a0bc36c4172420ca09e1849df7b + md5: 04558c96691bed63104678757beb4f8d + depends: + - markupsafe >=2.0 + - python >=3.10 + - python + license: BSD-3-Clause + license_family: BSD + size: 120685 + timestamp: 1764517220861 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/joblib-1.5.3-pyhd8ed1ab_0.conda + sha256: 301539229d7be6420c084490b8145583291123f0ce6b92f56be5948a2c83a379 + md5: 615de2a4d97af50c350e5cf160149e77 + depends: + - python >=3.10 + - setuptools + license: BSD-3-Clause + license_family: BSD + size: 226448 + timestamp: 1765794135253 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_1.conda + sha256: 304955757d1fedbe344af43b12b5467cca072f83cce6109361ba942e186b3993 + md5: cb60ae9cf02b9fcb8004dec4089e5691 + depends: + - jsonpointer >=1.9 + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 17311 + timestamp: 1733814664790 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/jsonpointer-3.1.1-pyhcf101f3_0.conda + sha256: a3d10301b6ff399ba1f3d39e443664804a3d28315a4fb81e745b6817845f70ae + md5: 89bf346df77603055d3c8fe5811691e6 + depends: + - python >=3.10 + - python + license: BSD-3-Clause + license_family: BSD + size: 14190 + timestamp: 1774311356147 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/kernel-headers_linux-64-4.18.0-he073ed8_9.conda + sha256: 41557eeadf641de6aeae49486cef30d02a6912d8da98585d687894afd65b356a + md5: 86d9cba083cd041bfbf242a01a7a1999 + constrains: + - sysroot_linux-64 ==2.28 + license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later + license_family: GPL + size: 1278712 + timestamp: 1765578681495 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libgcc-devel_linux-64-16.1.0-h59071f9_101.conda + sha256: b314251d957b16c71ec241119ac09b9530c5c4ce140026ec98d297f55d6c5e08 + md5: 19b0151ecb1d122f706ebd2f82f9a017 + depends: + - __unix + license: GPL-3.0-only WITH GCC-exception-3.1 + size: 3096495 + timestamp: 1785375361053 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/libstdcxx-devel_linux-64-16.1.0-h41cdd0d_101.conda + sha256: c1521172f2fdf5510d79b621ea835064209fe3131518e0d8b2b43362a75e7b4c + md5: 8593636203272a748b63d56cbd674753 + depends: + - __unix + license: GPL-3.0-only WITH GCC-exception-3.1 + size: 22519609 + timestamp: 1785375386152 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/markdown-it-py-4.2.0-pyhd8ed1ab_0.conda + sha256: 0c4c35376fe920714390d46e4b8d31c876d65f18e1655899e0763ec25f2a902f + md5: 6d03368f2b2b0a5fb6839df53b2eb5e0 + depends: + - mdurl >=0.1,<1 + - python >=3.10 + license: MIT + license_family: MIT + size: 69017 + timestamp: 1778169663339 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mdurl-0.1.2-pyhd8ed1ab_1.conda + sha256: 78c1bbe1723449c52b7a9df1af2ee5f005209f67e40b6e1d3c7619127c43b1c7 + md5: 592132998493b3ff25fd7479396e8351 + depends: + - python >=3.9 + license: MIT + license_family: MIT + size: 14465 + timestamp: 1733255681319 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/more-itertools-11.1.0-pyhcf101f3_0.conda + sha256: 6725c1c8db9d025db763e1bba1acdcff2eb2ae20a7766a71512ea84081033288 + md5: 0e694257dbf916540b749c3ffc808efe + depends: + - python >=3.10 + - python + license: MIT + license_family: MIT + size: 71270 + timestamp: 1779478190496 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/mpmath-1.4.1-pyhd8ed1ab_0.conda + sha256: 5bbf2f8179ec43d34d67ca8e4989d216c1bdb4b749fe6cb40e86ebf88c1b5300 + md5: 2e81b32b805f406d23ba61938a184081 + depends: + - python >=3.10 + license: BSD-3-Clause + license_family: BSD + size: 464918 + timestamp: 1773662068273 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/munkres-1.1.4-pyhd8ed1ab_1.conda + sha256: d09c47c2cf456de5c09fa66d2c3c5035aa1fa228a1983a433c47b876aa16ce90 + md5: 37293a85a0f4f77bbd9cf7aaefc62609 + depends: + - python >=3.9 + license: Apache-2.0 + license_family: Apache + size: 15851 + timestamp: 1749895533014 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/narwhals-2.24.0-pyhcf101f3_0.conda + sha256: 57f525a1c55b08c3204fab05d2c74a3e9c2172d7f08f1ecaa07e19865cc1d7cf + md5: 42ef6cbb3e1d0e6689b9dd160f560eae + depends: + - python >=3.10 + - python + license: MIT + license_family: MIT + size: 289946 + timestamp: 1783943716915 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/networkx-3.6.1-pyhcf101f3_0.conda + sha256: f6a82172afc50e54741f6f84527ef10424326611503c64e359e25a19a8e4c1c6 + md5: a2c1eeadae7a309daed9d62c96012a2b + depends: + - python >=3.11 + - python + constrains: + - numpy >=1.25 + - scipy >=1.11.2 + - matplotlib-base >=3.8 + - pandas >=2.0 + license: BSD-3-Clause + license_family: BSD + size: 1587439 + timestamp: 1765215107045 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nlohmann_json-abi-3.12.0-h0f90c79_1.conda + sha256: 2a909594ca78843258e4bda36e43d165cda844743329838a29402823c8f20dec + md5: 59659d0213082bc13be8500bab80c002 + license: MIT + license_family: MIT + size: 4335 + timestamp: 1758194464430 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 + sha256: d38542a151a90417065c1a234866f97fd1ea82a81de75ecb725955ab78f88b4b + md5: 9a66894dfd07c4510beb6b3f9672ccc0 + constrains: + - mkl <0.a0 + license: BSD-3-Clause + license_family: BSD + size: 3843 + timestamp: 1582593857545 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/packaging-26.2-pyhc364b38_0.conda + sha256: 3906abfb6511a3bb309e39b9b1b7bc38f50a723971de2395489fd1f379255890 + md5: 4c06a92e74452cfa53623a81592e8934 + depends: + - python >=3.8 + - python + license: Apache-2.0 + license_family: APACHE + size: 91574 + timestamp: 1777103621679 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-app-cpanminus-1.7048-pl5321hd8ed1ab_0.conda + sha256: 20850458e691b12fc4da209e204fc4c4d1abe93311913929dc536b9b3857b681 + md5: adb8fae79589a7bb03aa9ad976e3bd92 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + size: 229935 + timestamp: 1730267467434 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-3.007-pl5321hd8ed1ab_0.tar.bz2 + sha256: fa0b99650ac3bc098d4b34d23eea8f5101f7a5e8c04fc50fac6b8bff70161848 + md5: a7a3d7614e1a73b8d9c20030651d6006 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-business-isbn-data >=20191107 + license: Artistic-2.0 + size: 18309 + timestamp: 1665411030544 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-business-isbn-data-20210112.006-pl5321hd8ed1ab_0.tar.bz2 + sha256: 457f7bdea5c7154472a18ab10d7c40144d65793446d9cb40877dc9c37c6b3b59 + md5: a70f08650ec3919ee5e599834f1349d3 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-carp + license: Artistic-2.0 + license_family: OTHER + size: 21540 + timestamp: 1660390931370 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-carp-1.50-pl5321hd8ed1ab_0.tar.bz2 + sha256: 1981e31113e1e77a2cdc13db657c636f047cd3be2a64d9a0bffac03c5427c1bd + md5: bdddc03e28019b902da71b722f2288d7 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-exporter + - perl-extutils-makemaker + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 22257 + timestamp: 1636653208008 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-common-sense-3.75-pl5321hd8ed1ab_0.tar.bz2 + sha256: 38ef218e9b9d55b9fbdce6b31cf81bcf6f1b16f21b8e7cb9279b41399522a320 + md5: ef70dc77e8b10bbb62f5e843b401ef0e + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 20291 + timestamp: 1660429950685 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-constant-1.33-pl5321hd8ed1ab_0.tar.bz2 + sha256: cfd5ef9af8de221292f7059d1ff88ff10f1340fc4dbbd0dc81ce2275bf76651d + md5: 7f9fc9cfa08a3fe36ffcff820c65c3ac + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 15711 + timestamp: 1636645107290 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-5.74-pl5321hd8ed1ab_0.tar.bz2 + sha256: 42271d0b79043a10a89044acb5febea50046b745dd2fc37e02943bc3bc75bf8e + md5: fd2eac4e35f8c970870a3961c1df3e29 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 19071 + timestamp: 1636696009075 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-exporter-tiny-1.002002-pl5321hd8ed1ab_0.tar.bz2 + sha256: abdf86828a12a389d0feb0d70501b267842557bae11820e266526aeb6ab2bebe + md5: 48d709826875be1f2c108d3d1d8efec7 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 28592 + timestamp: 1660341479867 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-extutils-makemaker-7.70-pl5321hd8ed1ab_0.conda + sha256: 1d3f342ca74cf2948c3edcfe0d3367b1db0fc64bb163393a2e025336dec3a40c + md5: ec3e57ed34f7765bfc7054a05868ce5d + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 157323 + timestamp: 1679847836884 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-chdir-0.1011-pl5321hd8ed1ab_0.tar.bz2 + sha256: 736b5c79e0ea19efb8f97f628a508cf42a1d5b6bc5533df1bd454651e28950c2 + md5: c057570093f9298e9c5e4391877f2301 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-pathtools + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 16973 + timestamp: 1660380425665 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-path-2.18-pl5321hd8ed1ab_0.tar.bz2 + sha256: ac7a0e0c36ec199709c8523132ded35efb84941a1a476b271fd25362dfbf5339 + md5: e13e456f61b8261ba074c0aa93086afe + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-exporter + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 22382 + timestamp: 1636696260633 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-temp-0.2304-pl5321hd8ed1ab_0.tar.bz2 + sha256: 91f9fe152b38441386053876198d0c9437e7b4b5fa7da1e5db48b9e1b21fdae9 + md5: 0a039c4fc36748942287ee10d0431515 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-carp + - perl-constant + - perl-exporter + - perl-file-path + - perl-parent + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 31509 + timestamp: 1636696164992 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-file-which-1.24-pl5321hd8ed1ab_0.tar.bz2 + sha256: 901e9c4177b6bdb23600446fd64a105a437112e63bc23a6163f669bc5098c502 + md5: 94e5b2c9d56ef7c4c70ddf51ac38ae3d + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 17329 + timestamp: 1636695979827 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-importer-0.026-pl5321hd8ed1ab_0.tar.bz2 + sha256: f40d5302de8c81282b5216edd8c65aecc551ef725db3351c208bff9b077e66a2 + md5: 66e17c342d13c39a12c1059f13f9b72c + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 26921 + timestamp: 1660471365476 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-parent-0.243-pl5321hd8ed1ab_0.conda + sha256: ec57d9e56ba86d840d5a9e65c665365fb6a290851cd13e6719628f3295eabf34 + md5: 314caa3b72d65f8078d426c6721dcacc + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 13933 + timestamp: 1733429736293 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-path-tiny-0.150-pl5321hd8ed1ab_0.conda + sha256: e0712ba32e9b7899d195647e92ac3d6d389d7f8fa113576986770da0768ee456 + md5: a1f72052da46e48c51dfa82f73013f81 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: Apache-2.0 + license_family: APACHE + size: 45674 + timestamp: 1777275661245 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-scope-guard-0.21-pl5321hd8ed1ab_0.tar.bz2 + sha256: f0cd98e792fe43fcef81af1848f0d985a87b953043f1f6551d2ffdf15daca62c + md5: daea4e61dfdf06fef9a51dce492508f4 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 16123 + timestamp: 1660472428828 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-sub-info-0.002-pl5321hd8ed1ab_0.tar.bz2 + sha256: 0485649e2aaccdbe46b64d35e07d13f885d28f438f41bee54ecd7e9a9d94d472 + md5: 5b48dcf7df9e4e01d45de2c1f494d830 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-carp + - perl-importer + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 19020 + timestamp: 1663840434982 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-namespacesupport-1.12-pl5321hd8ed1ab_0.tar.bz2 + sha256: bf384bea1057085fdf8daac6e67a96ca892f2fedf4ce0327f9bda5d3a9bce102 + md5: f4ce684ba66b3228bfffb09892235930 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-constant + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 22890 + timestamp: 1664723687849 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-1.02-pl5321hd8ed1ab_0.tar.bz2 + sha256: 324ca36bdfff272c8ac06befcd9d1e9e1b22c1c6449bb3801d7e8b9c92acc6b6 + md5: 3e3fac6ffef3fcda271b5511aecacaa8 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + - perl-file-temp + - perl-xml-namespacesupport + - perl-xml-sax-base + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 43526 + timestamp: 1664728646828 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/perl-xml-sax-base-1.09-pl5321hd8ed1ab_0.tar.bz2 + sha256: e652410a4d02bde1a1d7e0021ee84006113785676267c1e33642ba3d2ea9c254 + md5: a4d9b02cd61c478c9cb58064307a1414 + depends: + - perl >=5.32.1,<6.0a0 *_perl5 + license: GPL-1.0-or-later OR Artistic-1.0-Perl + license_family: OTHER + size: 27575 + timestamp: 1664556675309 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pip-25.3-pyh8b19718_0.conda + sha256: b67692da1c0084516ac1c9ada4d55eaf3c5891b54980f30f3f444541c2706f1e + md5: c55515ca43c6444d2572e0f0d93cb6b9 + depends: + - python >=3.10,<3.13.0a0 + - setuptools + - wheel + license: MIT + license_family: MIT + size: 1177534 + timestamp: 1762776258783 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/platformdirs-4.11.0-pyhcf101f3_0.conda + sha256: a4b8c7d3b3703d10f93187986d59aec09b22033978945845899beb7f849a7be6 + md5: 1fadaa6dd1d03d062075f84157ac2cc7 + depends: + - python >=3.10 + - python + license: MIT + license_family: MIT + size: 26632 + timestamp: 1784661349391 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pluggy-1.6.0-pyhf9edf01_1.conda + sha256: e14aafa63efa0528ca99ba568eaf506eb55a0371d12e6250aaaa61718d2eb62e + md5: d7585b6550ad04c8c5e21097ada2888e + depends: + - python >=3.9 + - python + license: MIT + license_family: MIT + size: 25877 + timestamp: 1764896838868 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/ply-3.11-pyhd8ed1ab_3.conda + sha256: bae453e5cecf19cab23c2e8929c6e30f4866d996a8058be16c797ed4b935461f + md5: fd5062942bfa1b0bd5e0d2a4397b099e + depends: + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 49052 + timestamp: 1733239818090 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-2.13.6-pyhc790b64_3.conda + sha256: d429f6f255fbe49f09b9ae1377aa8cbc4d9285b8b220c17ae2ad9c4894c91317 + md5: 1594696beebf1ecb6d29a1136f859a74 + depends: + - pybind11-global 2.13.6 *_3 + - python >=3.9 + constrains: + - pybind11-abi ==4 + license: BSD-3-Clause + license_family: BSD + size: 186821 + timestamp: 1747935138653 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2 + sha256: d4fb485b79b11042a16dc6abfb0c44c4f557707c2653ac47c81e5d32b24a3bb0 + md5: 878f923dd6acc8aeb47a75da6c4098be + license: BSD-3-Clause + license_family: BSD + size: 9906 + timestamp: 1610372835205 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pybind11-global-2.13.6-pyh217bc35_3.conda + sha256: c044cfcbe6ef0062d0960e9f9f0de5f8818cec84ed901219ff9994b9a9e57237 + md5: 730a5284e26d6bdb73332dafb26aec82 + depends: + - __unix + - python >=3.9 + constrains: + - pybind11-abi ==4 + license: BSD-3-Clause + license_family: BSD + size: 180116 + timestamp: 1747934418811 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pycparser-3.0-pyhcf101f3_0.conda + sha256: e27e0473fc6723311a0bd48b89b616fa1b996a2f7a2b555338cbbcfb9c640568 + md5: 9c5491066224083c41b6d5635ed7107b + depends: + - python >=3.10 + - python + license: BSD-3-Clause + license_family: BSD + size: 55886 + timestamp: 1779293633166 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygments-2.20.0-pyhd8ed1ab_0.conda + sha256: cf70b2f5ad9ae472b71235e5c8a736c9316df3705746de419b59d442e8348e86 + md5: 16c18772b340887160c79a6acc022db0 + depends: + - python >=3.10 + license: BSD-2-Clause + license_family: BSD + size: 893031 + timestamp: 1774796815820 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pygtrie-2.5.0-pyhd8ed1ab_1.conda + sha256: c4f840c064e62d697a6e55fb05585ad9f22e1b21b53a45bd6c27f60e134bafb8 + md5: ffa9a72b339edc8856c3fc17e8d74128 + depends: + - python >=3.9 + license: Apache 2.0 + license_family: Apache + size: 31912 + timestamp: 1734664644850 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pyparsing-3.3.2-pyhcf101f3_0.conda + sha256: 417fba4783e528ee732afa82999300859b065dc59927344b4859c64aae7182de + md5: 3687cc0b82a8b4c17e1f0eb7e47163d5 + depends: + - python >=3.10 + - python + license: MIT + license_family: MIT + size: 110893 + timestamp: 1769003998136 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/pysocks-1.7.1-pyha55dd90_7.conda + sha256: ba3b032fa52709ce0d9fd388f63d330a026754587a2f461117cac9ab73d8d0d8 + md5: 461219d1a5bd61342293efa2c0c90eac + depends: + - __unix + - python >=3.9 + license: BSD-3-Clause + license_family: BSD + size: 21085 + timestamp: 1733217331982 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python-dateutil-2.9.0.post0-pyhe01879c_2.conda + sha256: d6a17ece93bbd5139e02d2bd7dbfa80bee1a4261dced63f65f679121686bf664 + md5: 5b8d21249ff20967101ffa321cab24e8 + depends: + - python >=3.9 + - six >=1.5 + - python + license: Apache-2.0 + license_family: APACHE + size: 233310 + timestamp: 1751104122689 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/python_abi-3.12-8_cp312.conda + build_number: 8 + sha256: 80677180dd3c22deb7426ca89d6203f1c7f1f256f2d5a94dc210f6e758229809 + md5: c3efd25ac4d74b1584d2f7a57195ddf1 + constrains: + - python 3.12.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6958 + timestamp: 1752805918820 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-abind-1.4_8-r45hc72bb7e_1.conda + sha256: 5055913d786b82f33a14f493f32945b3b2b5d528ea2f52856ca02b296f6511eb + md5: dde4691fe168112a90efba6aaa08f13d + depends: + - r-base >=4.5,<4.6.0a0 + license: LGPL (>= 2) + license_family: LGPL + size: 82526 + timestamp: 1757460261392 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparse-2.3.1-r45hc72bb7e_0.conda + sha256: d78f784adbfb32f3d9d44a734c89cec549d7bb3182c09d7149c45f760506e0c4 + md5: 365ed5e429cc64db1cffcb57d2e4fbfc + depends: + - python >=3.2 + - r-base >=4.5,<4.6.0a0 + - r-findpython + - r-jsonlite + - r-r6 + license: GPL-2.0-or-later + license_family: GPL3 + size: 197837 + timestamp: 1759962368817 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-argparser-0.7.3-r45hc72bb7e_0.conda + sha256: 349240f083576daaa2847a93b626253bececdea400af8c1fa9e7abb69a2072d3 + md5: 40f025733f3c1f2ca824e2d3d5a5f787 + depends: + - r-base >=4.5,<4.6.0a0 + license: GPL-3.0-or-later + license_family: GPL3 + size: 77107 + timestamp: 1771963301778 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-assertthat-0.2.1-r45hc72bb7e_6.conda + sha256: 90e7ae8aa427274d7d2e510060b68925e60e897ecaa5ea135bb33afa7eb12134 + md5: b5291c60f52b43108a2973ba6f5885d1 + depends: + - r-base >=4.5,<4.6.0a0 + license: GPL-3.0-only + license_family: GPL3 + size: 72543 + timestamp: 1757447376176 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bh-1.90.0_1-r45hc72bb7e_0.conda + sha256: 50bada081238bfefe0cf50030e57222c5449da693194627c2a7cf4ffbc04920e + md5: 3424e2dc84315db5aa590ffebabd11c7 + depends: + - r-base >=4.5,<4.6.0a0 + license: BSL-1.0 + license_family: OTHER + size: 11604825 + timestamp: 1765715910473 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-blob-1.3.0-r45hc72bb7e_0.conda + sha256: c939f23050463f3f62d08eaa5bdcd567799ed8f78d5270e50884cfe5ea35048d + md5: a5401d5f7b44aa4b805abc756ddb403a + depends: + - r-base >=4.5,<4.6.0a0 - r-rlang - r-vctrs >=0.2.1 license: GPL-3.0-only license_family: GPL3 - size: 67835 - timestamp: 1757493686018 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bms-0.3.5-r44hc72bb7e_4.conda - sha256: ad183f1ce11027af56e43cb9dfe2b8fede89f5a60b7536e30151f5c5c89d269a - md5: 12a311548e8fc247279e07ef231f8263 + size: 70126 + timestamp: 1768440582521 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-brew-1.0_10-r45hc72bb7e_2.conda + sha256: 9324cbb93b6c3a2903b5f12c57eb7f03355b35ca1f1db15becf57f15fc40b796 + md5: 91c64b596d193d6ea30fc491ec9ae50f depends: - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - license_family: OTHER - size: 2928553 - timestamp: 1757923022257 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-brew-1.0_10-r44hc72bb7e_2.conda - sha256: e77bc79cd89cf3c106e69954f82f3483b6ec89c547197a09b7795449ba86b56a - md5: 03ab88ce441b876e359ab575b40ff11b - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-only license_family: GPL2 - size: 69079 - timestamp: 1757447878952 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-brio-1.1.5-r44h54b55ab_2.conda - sha256: 978484617257c31d7ea2977e970069a0f6c1456f315b95f946d81d6012dec527 - md5: 740449b857685bb63ffd29f10643f126 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 44540 - timestamp: 1757421410587 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-broom-1.0.10-r44hc72bb7e_0.conda - sha256: 7a3bdbad128abda37e267aed6ab6670b0e0dec918650c53dac18087a72f22e10 - md5: e80c1c49996f186133d6725c9257d9c4 + size: 68849 + timestamp: 1757447876801 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-broom-1.0.13-r45hc72bb7e_0.conda + sha256: 947eac0a008ffc10b7931e2a948c16a23e1b349fb2ebda6162ab75959453b401 + md5: 6e42ae7987bd0ebf2384de34df4784ca depends: - r-backports - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-dplyr >=1.0.0 - r-ellipsis - r-generics >=0.0.2 @@ -6883,13 +9826,13 @@ packages: - r-tidyr >=1.0.0 license: MIT license_family: MIT - size: 1877258 - timestamp: 1757769946164 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bslib-0.9.0-r44hc72bb7e_1.conda - sha256: 0bf3d6885c018227faf057d52c0760a58ce040d907c7eafef5c4c61149b83d15 - md5: a0e55df03531b9dec1a2a50850855802 + size: 1566610 + timestamp: 1778748037903 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-bslib-0.11.0-r45hc72bb7e_0.conda + sha256: fafc7a0acb8fc595b8fd89e75ec0b1d7d5af71b2b493570fa05e1f5612d299c2 + md5: dae60c429ab933e549832bc223e95639 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-base64enc - r-cachem - r-htmltools >=0.5.7 @@ -6902,234 +9845,145 @@ packages: - r-sass >=0.4.0 license: MIT license_family: MIT - size: 5041215 - timestamp: 1757484861965 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cachem-1.1.0-r44h54b55ab_2.conda - sha256: 1a68b04169a635a3890573cd3f07a791ca1b27b1a1171109b0402a2f8787162d - md5: 9e798e9474af81b679133429db82de66 + size: 5538377 + timestamp: 1778923739710 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-callr-3.7.6-r45hc72bb7e_2.conda + sha256: f9f49b2b845f279af84a33c8af19a915b2731c0bd892c608205cbad8a34f423d + md5: a5cc8a8d0dc08dc769c65a13b3573739 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-fastmap - - r-rlang - license: MIT - license_family: MIT - size: 76618 - timestamp: 1757441491774 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-callr-3.7.6-r44hc72bb7e_2.conda - sha256: e85f816c249baa83e8bbfd8aa15ef9249151d9aaae69c5010ea209e8d1fa3ff9 - md5: 020dde50545870904c62062ffab4b621 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-processx >=3.4.0 - r-r6 license: MIT license_family: MIT - size: 454467 - timestamp: 1757475630913 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-catools-1.18.3-r44h3697838_1.conda - sha256: e5d962a05b846a404df304364acd72316771934e77459e01ee38f5b3ed19f29a - md5: 78c11c13b11bba537d9414d3d9d741aa + size: 454090 + timestamp: 1757475635573 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cellranger-1.1.0-r45hc72bb7e_1008.conda + sha256: b569584749f6725a9739434ac75a6dcd984c2c9ef2d93308fa5a54cd12b19136 + md5: 80237db078ca098045db2a695dace951 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-bitops - license: GPL-3.0-only - license_family: GPL3 - size: 226174 - timestamp: 1757495084182 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cellranger-1.1.0-r44hc72bb7e_1008.conda - sha256: 042dda928eb65997abaa2233f12b7a8c780adb00755f6b9840cca49250263a3b - md5: 2dcdfa8fa82d4dfef20cdbcb838ec89f - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-rematch - r-tibble license: MIT license_family: MIT - size: 111786 - timestamp: 1757511361046 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-checkmate-2.3.3-r44h54b55ab_1.conda - sha256: 26458ac4dbb31bc708c00bf5f08fe1e7b2c594cfd5d96c5db4beee6a9eab6747 - md5: 257a9a3c414ce1ff6cf908b0b5f44098 + size: 111771 + timestamp: 1757511312913 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cliapp-0.1.2-r45hc72bb7e_2.conda + sha256: e6f8e916018d958aab7742fc4dca39d11e9fd71a6c9cbf706ae48b3f4aa68963 + md5: eda926ce6830fc811ca06adde8ae3630 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-backports >=1.1.0 - - r-base >=4.4,<4.5.0a0 - license: BSD-3-Clause - license_family: BSD - size: 730755 - timestamp: 1757465716605 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cli-3.6.5-r44h3697838_1.conda - sha256: 93ab8089d7e406c67b5bb0d47c6d45196be0d1e84a4aa0198fad48c19cad56c2 - md5: ae71dbdd32ef9384c43cfb4e3991305a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 + - r-cli + - r-crayon + - r-fansi + - r-glue >=1.3.0 + - r-prettycode + - r-progress >=1.2.0 + - r-r6 + - r-selectr + - r-withr + - r-xml2 license: MIT license_family: MIT - size: 1314296 - timestamp: 1757414989705 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clipr-0.8.0-r44hc72bb7e_4.conda - sha256: dc7693e0fa3e16290bc5eca5d918e4fa057aedab64520cf4c9055096b988c2be - md5: 1f404af69237bf7d0dda28b53c723b9c + size: 248879 + timestamp: 1757835846605 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clipr-0.8.1-r45hc72bb7e_0.conda + sha256: 4a956729c98dc05bce7bbef52755b6d3a9cc25655f3b7f05b129d97dfb132b4c + md5: 6d3690eb86e7fdea974915a5ce963561 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-3.0-only license_family: GPL3 - size: 70741 - timestamp: 1757460201245 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-cluster-2.1.8.1-r44heaba542_1.conda - sha256: 9bbce167b7d0e6968f3eacc3e0c606e073a47d97936c8755801077723b420844 - md5: e15e4e8023eeae7e9ff3f6666ae04eb5 + size: 73497 + timestamp: 1779692452245 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clustergeneration-1.3.8-r45ha770c72_2.conda + sha256: a681aa3539dc5b7ad7ced5f278dff58dc09e27e5fb895f89acd506feaaa465c7 + md5: 6702a06bee60bc71d68cd0af576e9771 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 591946 - timestamp: 1757458045161 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-clustergeneration-1.3.8-r44ha770c72_2.conda - sha256: 0b4b3ee4f255b0f56790e5a45074c9317479b1f661f4ff5252c48260a1eb9344 - md5: b89eb3ab9aad796a5af61407738516cc - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-mass license: GPL-2.0-or-later license_family: GPL3 - size: 288473 - timestamp: 1757742034548 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-coda-0.19_4.1-r44hc72bb7e_2.conda - sha256: eb7098d1fc1441ab5652c93a178be0d9a950866739f7795c431bdbb9135298ec - md5: c98e090e45b4257a904c5c36dd7b41d3 + size: 288737 + timestamp: 1757742045061 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-coda-0.19_4.1-r45hc72bb7e_2.conda + sha256: 9bc21969322aca5a5ea34115e3e68a76742bc6a7d7752dee2dedf2bf49c0e72b + md5: ee569d089cf32f9e9ad15d27cc59cf72 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-lattice license: GPL-2.0-or-later license_family: GPL3 - size: 342201 - timestamp: 1757468209204 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-codetools-0.2_20-r44hc72bb7e_2.conda - sha256: 3cf1c320913ddae7bd91ba770535a9d4765862a9fb1bac419a4ea41b8c39d693 - md5: d81c629f78e571b14f9a617253c44552 + size: 342172 + timestamp: 1757468179935 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-codetools-0.2_20-r45hc72bb7e_2.conda + sha256: aec327dd836824278a2adf006f426a58d834828de74de7f8348f2f5f068de702 + md5: 8e9e5b14f74a6040c77e0b9c8bfa84ca depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL - size: 109324 - timestamp: 1757452124857 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-collections-0.3.9-r44h54b55ab_1.conda - sha256: a7a51ddee74de436f62628ce1c589b068214c5ae269e323eef93d6656ea17a45 - md5: 7d5e5f8e03d0a2b061be0413ca7e6084 + size: 109200 + timestamp: 1757452164030 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-combinat-0.0_8-r45hc72bb7e_1007.conda + sha256: 31f851d60f191b05d9cd478e4d057b6c9c6501dc840e7a87a869e1cd854c5d31 + md5: 68a02e2e8b5c6776adefb7e7c447be27 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 76503 - timestamp: 1757422267175 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-colorspace-2.1_2-r44h54b55ab_0.conda - sha256: 31ce342cdaccc3ec17d988e13d06d61ce7f6684552b2b86c513f7b547978ce1f - md5: 209970b5b939d6f778c78aa304d3df4a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: BSD-3-Clause - license_family: BSD - size: 2543924 - timestamp: 1758590585832 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-combinat-0.0_8-r44hc72bb7e_1007.conda - sha256: 4f6b3b5f097eeea09dc07e06a315031c8d19a07972b51256c9d9cd81261e8741 - md5: 1cb759e4550facec5bc3946313d62577 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-only license_family: GPL2 - size: 55553 - timestamp: 1757519752884 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-commonmark-2.0.0-r44h54b55ab_1.conda - sha256: 3476f88b4aad66847acaf674739abb8d382129e85272e24667887424c0d47934 - md5: 9aed52e98aeac71945621364047ab682 + size: 55316 + timestamp: 1757519751747 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-conflicted-1.2.0-r45h785f33e_3.conda + sha256: c9529b1f5822b8a60dc9488ffcb5182e992c432297d5f76493aa3ee3a74d9297 + md5: 2e8d42c3cdd4847e365942eb7ab3bc33 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: BSD-2-Clause - license_family: BSD - size: 139988 - timestamp: 1757422083741 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-conflicted-1.2.0-r44h785f33e_3.conda - sha256: 8f7577f5a75e9893e5b80dc2b79274beae628cce7e9bc0088c8fee502e143d14 - md5: ec2f4608ada6971bbdfa67867951d713 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.4.0 - r-memoise - r-rlang >=1.0.0 license: MIT license_family: MIT - size: 63899 - timestamp: 1757548489611 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cpp11-0.5.2-r44h785f33e_2.conda - sha256: d2a017e0127b7b84745e2ceb050af4f36383b90484a27e962767c854eb83e9b4 - md5: 31026a9cca367464a845387c0b5f0d55 + size: 64132 + timestamp: 1757548584605 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cpp11-0.5.5-r45h785f33e_0.conda + sha256: 5993a1b5c08c78a35cdbcf20376773eb7c4def2d28615e49f96008b43a4c05c0 + md5: 71c68a3993a696b6b75f7a6550b3750f depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 236536 - timestamp: 1757451995134 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-crayon-1.5.3-r44hc72bb7e_2.conda - sha256: 93bb26deef54d51293c3582cfbb51987a7af6ca93d498c4ffbe8ebdcfe52cad0 - md5: 2b72da5cca65460ba6ac1f81b4ff72cc + size: 246247 + timestamp: 1778089270609 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-crayon-1.5.3-r45hc72bb7e_2.conda + sha256: 9126a0408696133893e674549ca7aef317768dba503765a7ed032616aabe5b49 + md5: 4f111ce078b9690abaad6248b831a370 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 167903 - timestamp: 1757452343297 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-credentials-2.0.3-r44hc72bb7e_1.conda - sha256: 86e72bfe07502350d7c2c49b1a584d56d67d81b9dc35fda611d58408fff14a28 - md5: 73e08975cb48c7e8c2c61fb65a5c420e + size: 168201 + timestamp: 1757452410374 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-credentials-2.0.3-r45hc72bb7e_1.conda + sha256: 5db8dc6e14ab6ff3dc79292184c079b5492f6125193e05a99f0714792d3bdc4a + md5: a94730bc5fa7197875f58d4b092a541a depends: - r-askpass - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-curl - r-jsonlite - r-openssl >=1.3 - r-sys >=2.1 license: MIT license_family: MIT - size: 225543 - timestamp: 1758405190539 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-curl-7.0.0-r44h10955f1_1.conda - sha256: aa0a725d12e11d372074217e693404917a2be1a576e1a4538b4b54a149874964 - md5: 69e006c582c9653920be9b42c9a5d325 + size: 226814 + timestamp: 1758405193327 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cyclocomp-1.1.2-r45hc72bb7e_0.conda + sha256: 40fab5c4f6fe83720179ef98bffb69c17f4b910273b4423149ebeac9fd68c513 + md5: e15b3fee61cf354698b772424b10147e depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.14.1,<9.0a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 480191 - timestamp: 1757581715910 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-cyclocomp-1.1.1-r44hc72bb7e_2.conda - sha256: f6308cb29686cec31542236d0234dcc68548af7d94cda9360e4b8c602b59569e - md5: 78ac490dafc5a9dd078702802a511665 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-callr - r-crayon - r-desc @@ -7137,35 +9991,22 @@ packages: - r-withr license: MIT license_family: MIT - size: 40945 - timestamp: 1757496123649 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-data.table-1.17.8-r44h1c8cec4_1.conda - sha256: c85f8832e1aafcdb6dcf79c0547696aac91f9b12eda2e765184f3146b9463481 - md5: 3a4754795ca474da5ce390d8510fb674 + size: 41457 + timestamp: 1773232884771 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbi-1.3.0-r45hc72bb7e_0.conda + sha256: 82dbc27e1db79f9a897626656c3b418a071a681a07f4c47f6f15f98ec12e09fe + md5: 8a912a3730695141b5566202130a11e1 depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - - libgcc >=14 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - license: MPL-2.0 - license_family: OTHER - size: 2302139 - timestamp: 1757499607287 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbi-1.2.3-r44hc72bb7e_2.conda - sha256: a34cf4b5171f62a6dbeb873fe820145af9e47df3fb769b283c8f0797409ec2cc - md5: d69f993e8203a768e65ca0d81fa102ee - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL-2.1-or-later license_family: LGPL - size: 873570 - timestamp: 1757467587740 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbplyr-2.5.1-r44hc72bb7e_1.conda - sha256: 1040c548f44bbd3e96f2835ab84f23bf6e0820dd434fc304173fd1650f0e847a - md5: a4dba4f5f9bca1b52d1fbd5fa210ad62 + size: 892756 + timestamp: 1772009847613 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dbplyr-2.6.0-r45hc72bb7e_0.conda + sha256: bc1f783b30774e7764764ec23a4169a5e14a2d4ff474e56fd4127978a1751066 + md5: 6861115d98e755213448b0bd9570509a depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-blob >=1.2.0 - r-cli >=3.6.1 - r-dbi >=1.1.3 @@ -7184,121 +10025,81 @@ packages: - r-withr >=2.5.0 license: MIT license_family: MIT - size: 1218259 - timestamp: 1757537458758 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-deoptim-2.2_8-r44h54b55ab_3.conda - sha256: 1f887d0c1fcdcc3f024d4a2d73ffd3d851320e7da2f63bb78af4ce6ddcfc3fe1 - md5: 1bf04ccd208723298b1c0b36ade09691 + size: 1295122 + timestamp: 1781768668553 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-desc-1.4.3-r45hc72bb7e_2.conda + sha256: b54c00d2ab9cca150f92120664a8a24cd63213d28c3e951c19575b24d9b57b61 + md5: 2428c825ae5b2fc162edaeb3fa76b486 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-parallelly - license: GPL-2.0-or-later - license_family: GPL2 - size: 138504 - timestamp: 1757629270457 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-desc-1.4.3-r44hc72bb7e_2.conda - sha256: 0b511eadd8299b370b23f45268a9f3de9015457913e86e373fc34184e65c155e - md5: 24fe88af88fc79dd249b6ffdbd32af06 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-r6 - r-rprojroot license: MIT license_family: MIT - size: 341014 - timestamp: 1757463156255 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-devtools-2.4.6-r44hc72bb7e_0.conda - sha256: eeb3f2371e69f9be56ad9d7d3e5a743b8fed90457d85b07e6a8d02718c48f80a - md5: 6c54475d45c5d8390d37afbcd11c35b3 + size: 339976 + timestamp: 1757463164006 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-devtools-2.5.2-r45hc72bb7e_0.conda + sha256: 09a472006062232c422d861670530788a316f9138bd9e825746580b0d701ab2b + md5: 3a5db82e8dcc0d3b71c4fafd518f4d79 depends: - - r-base >=4.4,<4.5.0a0 - - r-cli >=3.3.0 - - r-desc >=1.4.1 - - r-ellipsis >=0.3.2 - - r-fs >=1.5.2 - - r-lifecycle >=1.0.1 + - r-base >=4.5,<4.6.0a0 + - r-cli >=3.6.6 + - r-desc >=1.4.3 + - r-ellipsis >=0.3.3 + - r-fs >=2.0.1 + - r-lifecycle >=1.0.5 - r-memoise >=2.0.1 - - r-miniui >=0.1.1.1 - - r-pkgbuild >=1.3.1 - - r-pkgdown >=2.0.6 - - r-pkgload >=1.3.0 - - r-profvis >=0.3.7 + - r-miniui >=0.1.2 + - r-pak >=0.9.3 + - r-pkgbuild >=1.4.8 + - r-pkgdown >=2.2.0 + - r-pkgload >=1.5.1 + - r-profvis >=0.4.0 - r-rcmdcheck >=1.4.0 - - r-remotes >=2.4.2 - - r-rlang >=1.0.4 - - r-roxygen2 >=7.2.1 - - r-rversions >=2.1.1 - - r-sessioninfo >=1.2.2 - - r-testthat >=3.1.4 + - r-rlang >=1.2.0 + - r-roxygen2 >=7.3.3 + - r-rversions >=3.0.0 + - r-sessioninfo >=1.2.3 + - r-testthat >=3.3.2 - r-urlchecker >=1.0.1 - - r-usethis >=2.1.6 - - r-withr >=2.5.0 + - r-usethis >=3.2.1 + - r-withr >=3.0.2 license: MIT license_family: MIT - size: 453894 - timestamp: 1759496014069 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-diffobj-0.3.6-r44h54b55ab_1.conda - sha256: 63bb9d1cef7ab68992fdc18023114211b5d1fc5363651063afecc5f6dee3c7fd - md5: ba81c2468035b1215f239423ec1217bd + size: 474612 + timestamp: 1777541956032 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-distributional-0.8.1-r45hc72bb7e_0.conda + sha256: 8821ab21aad71af09ebbf3da37b83f4bcd94229b14a5ec0237d06b506a6479ed + md5: b1e663b5d49529589b7a3f3db44d7487 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-crayon >=1.3.2 - license: GPL-2.0-or-later - license_family: GPL2 - size: 1012323 - timestamp: 1757459178042 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-digest-0.6.38-r44h3697838_0.conda - sha256: 5b45c9a9e9f191ff59bde98394a1bc1382a5850b1c762b0d22b881a8e29ede0f - md5: bf0fe8334f6162e0b18b8b928e0847d0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 219254 - timestamp: 1762994257421 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-distributional-0.5.0-r44hc72bb7e_1.conda - sha256: 746ef0cf6f1833714422025f4321b17a7cee08a95ed0399883c5318ddafe0d55 - md5: 88b6e55fbf443edb4360bcd18d7b3566 - depends: - - r-base >=4.4,<4.5.0a0 - - r-digest - - r-ellipsis - - r-farver + - r-base >=4.5,<4.6.0a0 - r-generics - - r-ggplot2 - r-lifecycle - r-numderiv + - r-pillar - r-rlang >=0.4.5 - - r-scales - r-vctrs >=0.3.0 license: GPL-3.0-only license_family: GPL3 - size: 482754 - timestamp: 1757517211757 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-doparallel-1.0.17-r44hc72bb7e_4.conda - sha256: d8325f37c96085e368f484240d655e877dbef519214be91121eef6ef6210bc3c - md5: baa944ff36b7b65c4999419ee7928e79 + size: 622130 + timestamp: 1782571938353 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-doparallel-1.0.17-r45hc72bb7e_4.conda + sha256: 2edd40491f63166d242e4e092f37c793a9c51c45fc8eae6132c11d5831706205 + md5: af58987665d786f31bfd45264cb72ae4 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-foreach >=1.2.0 - r-iterators >=1.0.0 license: GPL-2.0-only license_family: GPL2 - size: 200856 - timestamp: 1757511113112 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-downlit-0.4.5-r44hc72bb7e_0.conda - sha256: 3dae4e0a5f1dfb19e05b139b062687081e6753d3e2911c39ca28c196d13270a6 - md5: 3365b3f052c7583803007aa2804edc4d + size: 200811 + timestamp: 1757511066319 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-downlit-0.4.5-r45hc72bb7e_0.conda + sha256: 73396f3432df8aac38aeb15f27ebdecb216d3b63bfa3c87fc6b996acf27b82f8 + md5: 49850c61c12fbd8dd19b30d9bc81833f depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-brio - r-desc - r-digest @@ -7311,36 +10112,13 @@ packages: - r-yaml license: MIT license_family: MIT - size: 121552 - timestamp: 1763113509623 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-dplyr-1.1.4-r44h3697838_2.conda - sha256: 3d75538e4ea884889d20ddff1e2bd5779a810f377abbb6c9c86f811337219270 - md5: 464c2dea00bfea4dbd3d345ca98dabc0 + size: 121741 + timestamp: 1763113559895 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dtplyr-1.3.3-r45hc72bb7e_0.conda + sha256: 0870dc668a2f404590e12b995e070bc2f223367fc1b8da8674b609d8589df93c + md5: 316d491fa179824754a3a78d8b0c189e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-ellipsis - - r-generics - - r-glue >=1.3.2 - - r-lifecycle >=1.0.0 - - r-magrittr >=1.5 - - r-pillar >=1.5.1 - - r-r6 - - r-rlang >=0.4.10 - - r-tibble >=2.1.3 - - r-tidyselect >=1.1.0 - - r-vctrs >=0.3.5 - license: MIT - license_family: MIT - size: 1427096 - timestamp: 1757497362090 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-dtplyr-1.3.2-r44hc72bb7e_1.conda - sha256: bfbfdca008b172a0cb2a65eb7cdc18fc303f12944c61e9f5f9f253320bf857ea - md5: c5439954262f779f890c70c6dae12d49 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-crayon - r-data.table >=1.13.0 - r-dplyr >=1.0.3 @@ -7353,139 +10131,42 @@ packages: - r-vctrs license: MIT license_family: MIT - size: 412323 - timestamp: 1757564956902 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ellipsis-0.3.2-r44h54b55ab_4.conda - sha256: 2dca1ba67e61f0aa623bb332f850d293387cd66f112f9a16a9a4735b7c4e5ed8 - md5: 3c5f8d5a0e449576ad703da573d77c76 + size: 411079 + timestamp: 1770857261206 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-evaluate-1.0.5-r45hc72bb7e_1.conda + sha256: d3accfeab1416151515c37e5edc94b18868998db4936183459f8040117d5c83c + md5: 4e0c71ab78d7292372a89d4daecb49af depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-rlang >=0.3.0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 43967 - timestamp: 1757440944656 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-evaluate-1.0.5-r44hc72bb7e_1.conda - sha256: f7d36f6a5d47c637a08af09878d60559dd13147ef2d725837b3b8e2411c47f0a - md5: 7b03982e4e8e348f02a51e61e6bb9cc2 + size: 111914 + timestamp: 1757447684244 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-findpython-1.0.9-r45hc72bb7e_1.conda + sha256: eaceaf71b29369aedb554c73b05505dec6523d0a0994afe819ad7837393e0f40 + md5: a84fd64bc0c6ba1458144a1decf21298 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 111297 - timestamp: 1757447669350 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-expm-1.0_0-r44h11cdb10_1.conda - sha256: 9010372f8ff1b8ee148f06f7237e7751a382bfa4d5cfd396be2713827c310953 - md5: f178c16122927d1d3310ba54f8bd789e + size: 31088 + timestamp: 1757998557634 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-fontawesome-0.5.3-r45hc72bb7e_1.conda + sha256: 865df12d8cdd8cf577abc8f785a0aa4ee50b4f8751256dffe4676a350943d591 + md5: e9fccb3617ec9776569c6496fa254e64 depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - - r-matrix - license: GPL-2.0-or-later - license_family: GPL3 - size: 226232 - timestamp: 1757544859232 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fansi-1.0.6-r44h54b55ab_2.conda - sha256: 30f241c34331fbbc22c742dee2765cbb16b39e1ef4c3bef765d2aad746c95040 - md5: e5928aaf6b9d1d1f6f41cd30d00df5d3 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 326256 - timestamp: 1757421542638 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-farver-2.1.2-r44h3697838_2.conda - sha256: 4386f196e54365a83cf0df0c2a389cb286e488bb868f96c4d6c0a4cc1bb69c84 - md5: 830031b95e37195f00524cabc98adba4 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 1427819 - timestamp: 1757441247787 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastcluster-1.3.0-r44h3697838_1.conda - sha256: d8ab6aace0bdef69a1badb1b7fdb04747c4a826b69d1362e873fd2b22c87bf7c - md5: 2fdc9d046db49bb92362f5a5d300cc33 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: BSD-2-Clause OR GPL-2.0-only - license_family: GPL - size: 198802 - timestamp: 1757622196934 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmap-1.2.0-r44h3697838_2.conda - sha256: 202cbae1f393f944f3465141a78ffce056d3109b21d6437955f4e8a9af8b30e6 - md5: 734e73555e5c0962c40c89e6aa7cf1a8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 74279 - timestamp: 1757421564828 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fastmatch-1.1_6-r44h54b55ab_1.conda - sha256: 311cc45e386017ae5cc03c664949727da7d18fb61a18a9e104b88e1219f32847 - md5: a54f9705b1cfd806c58c48d22b46d50b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only - license_family: GPL2 - size: 50187 - timestamp: 1757500158344 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-filelock-1.0.3-r44h54b55ab_2.conda - sha256: 7bf1c09b71554b0bc4a1ddaeea0c24790c36983048ca06807b4510b2aa6be5d0 - md5: 7c6896398f42a9657f0ef5d4b65da270 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 33925 - timestamp: 1757575999387 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-findpython-1.0.9-r44hc72bb7e_1.conda - sha256: 5afdfec3bf40fd7ba3cf07d323a9e929b216de95e2f6a675879bb4fbb1c41297 - md5: 46a15cfd4e9d63ec86421b7df8bfd4d6 - depends: - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 31048 - timestamp: 1757998590696 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-fontawesome-0.5.3-r44hc72bb7e_1.conda - sha256: efa7167cc694c30895c687c2288b83a77834cffc42782ae0c452dc3f5ca16461 - md5: 1f426d1938c22f0f59407b25026ccdc3 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-htmltools >=0.5.1.1 - r-rlang >=0.4.10 license: MIT license_family: MIT - size: 1339066 - timestamp: 1757461226059 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-forcats-1.0.1-r44hc72bb7e_0.conda - sha256: bf480eada922a019476a5702f4d9b94f092fab3fca6b2af96c9345ee1d727d0f - md5: 57a59cda29c0451334f90e9ffaf63635 + size: 1335664 + timestamp: 1757461248044 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-forcats-1.0.1-r45hc72bb7e_0.conda + sha256: c7ef68e66598fc1e22e49bce9a9d309334517d334bd5846f4a90cfe3f49eb33b + md5: 193070c66f09692b1ebf065bcbc06f49 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-ellipsis - r-glue @@ -7496,65 +10177,53 @@ packages: - r-withr license: MIT license_family: MIT - size: 424528 - timestamp: 1758793460052 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-foreach-1.5.2-r44hc72bb7e_4.conda - sha256: 125ba846cceaf85ff9a50ac41cb89d78fd1680dc4dde84812667c7f26eec2ff8 - md5: 0740e45e44a5a36ef5c453249820bd94 + size: 424119 + timestamp: 1758793455858 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-foreach-1.5.2-r45hc72bb7e_4.conda + sha256: c95d1e61946bf81128be213dea7a07b5196c6e13caf9c6452c38145da8d2dfb1 + md5: 5abe392c8f8c5b954ebdc5fe46fcc709 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-codetools - r-iterators license: Apache-2.0 license_family: APACHE - size: 140625 - timestamp: 1757490405216 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-formatr-1.14-r44hc72bb7e_3.conda - sha256: cb07de1571306945eb26226073f6962c54ea654957e674c77e99fe66fa00c56e - md5: 7dec5b78870748c0c968564b67db9d00 + size: 140909 + timestamp: 1757490449004 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-formatr-1.14-r45hc72bb7e_3.conda + sha256: ee8508877b364958c38453cb33bf351717bb623a56bdb98014b8f84e834e36e2 + md5: 3dad22a8c852252cd10f7a0cb79885f3 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL - size: 166282 - timestamp: 1757545741110 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-fs-1.6.6-r44h3697838_1.conda - sha256: f6c432fdd417fec422984b3e833040ec16ceb00136fc3cfe539ccf27a2a71fe8 - md5: 5e88ccbc8cd62b4f388b9bcb83624861 + size: 165682 + timestamp: 1757545740442 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.logger-1.4.9-r45hc72bb7e_0.conda + sha256: 1f0e1b60c1841f0374f23b92fa2d03891ade77113bd4f3fc5f92b88d645ccaf5 + md5: 3e6624f557885c40a1ea48442734f7e3 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 511571 - timestamp: 1757422386782 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.logger-1.4.3-r44hc72bb7e_1007.conda - sha256: de8119ea863c14b58d087177ec924bff39e606eef49707171d342655bb45014d - md5: 64e131c6fd19df6fa19c31fff5f0725e - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-futile.options - r-lambda.r >=1.1.0 license: LGPL-3.0-only license_family: LGPL - size: 106324 - timestamp: 1757634111319 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.options-1.0.1-r44hc72bb7e_1006.conda - sha256: d560fa200628c6a1df32c077f77224abe6a98a2b1e250b7f6cfe1d301b90b47b - md5: 569ec6607e422c9ad9f622eed1bc55fb + size: 122673 + timestamp: 1767006171757 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-futile.options-1.0.1-r45hc72bb7e_1006.conda + sha256: c8dbede2db667c3ae5a83920f1f33365a96d1c36e61d3c04d81b8bc27b16356e + md5: 081a9311f5a9731b80162c71212d3203 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL-3.0-only license_family: LGPL - size: 29552 - timestamp: 1757607816590 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gargle-1.6.0-r44h785f33e_1.conda - sha256: d6d7b47c1c1dddc70808b5d5e5e2a3490b9725bbf24d61d24d3d59c262acff66 - md5: 46c673c57aa0f8f3e210c11a478ce33c + size: 29449 + timestamp: 1757607812621 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gargle-1.6.1-r45h785f33e_0.conda + sha256: 4280b646f855b6e02ed8e0075433cda2096294ae6892da71ac54eae9dfd68af2 + md5: 297c849e7aa150103cccff44987a78b9 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.0.0 - r-fs >=1.3.1 - r-glue >=1.3.0 @@ -7568,39 +10237,22 @@ packages: - r-withr license: MIT license_family: MIT - size: 578608 - timestamp: 1758414065943 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-generics-0.1.4-r44hc72bb7e_1.conda - sha256: 82a8f7ee79ff61f2378dab81b81ecbc7745b01f9be5df78f6f0e073a53f507af - md5: a593d8a24e2d841863085e8c5b50b9fa + size: 724140 + timestamp: 1769689631667 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-generics-0.1.4-r45hc72bb7e_1.conda + sha256: 88a5cf4bac0a553943996bc930b1ea28f2635c262c1b2c5a42b026b69f227f02 + md5: f19c9493b80f63a41fa017ec3b27bc2e depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 89321 - timestamp: 1757455977099 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gert-2.2.0-r44h5e22a44_0.conda - sha256: ccd332bee74fde28e8f29091cec744fe59a035cf33ed485b408453b2b372c2a1 - md5: b0256ef488fd5ac263306ddd5c9bb853 + size: 88225 + timestamp: 1757455977192 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ggplot2-4.0.3-r45h785f33e_0.conda + sha256: 3a91d5334b7d99bc247386eaf0d331e119852e381e769e266f70df20eab22689 + md5: 866fbbf3f356140922d618f26f2b889c depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgit2 >=1.9.1,<1.10.0a0 - - r-askpass - - r-base >=4.4,<4.5.0a0 - - r-credentials >=1.2.1 - - r-openssl >=2.0.3 - - r-rstudioapi >=0.11 - - r-zip >=2.1.0 - license: MIT - license_family: MIT - size: 264357 - timestamp: 1764180109086 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ggplot2-4.0.1-r44h785f33e_0.conda - sha256: 8ed4fb8da03bab428faabb28c3162ba993b14ecda7b97de70f2695cdfa0dada5 - md5: d8dae97d3a0c3136218789c5d10a71f4 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-glue - r-gtable >=0.3.6 @@ -7613,13 +10265,13 @@ packages: - r-withr >=2.5.0 license: MIT license_family: MIT - size: 7814775 - timestamp: 1763113271364 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gh-1.5.0-r44hc72bb7e_1.conda - sha256: f335fc08d3f0d564aaa3b3b982b1e9caaa8612084718781e2cf224fb1c5790ad - md5: d777f839ae3fa67f909f73d09c979596 + size: 7812326 + timestamp: 1776860393567 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gh-1.6.1-r45hc72bb7e_0.conda + sha256: 089cad81a2987bc755f83e7fb5db1b25feb31e2fa2162013a3f6238411cbb10a + md5: c26e14a9021dfadd58a31980087838a0 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.0.1 - r-gitcreds - r-httr2 @@ -7628,33 +10280,22 @@ packages: - r-rlang >=1.0.0 license: MIT license_family: MIT - size: 129235 - timestamp: 1758411392262 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gitcreds-0.1.2-r44hc72bb7e_4.conda - sha256: c8746622ab43d705d6136c18806d61abed3fc432828d3a10a4b8d2d6aa20c599 - md5: 108c0fd368c4cc97f4db9d211cf4f61a + size: 177316 + timestamp: 1784558719764 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gitcreds-0.1.2-r45hc72bb7e_4.conda + sha256: 8a2619d16e1148cd712446f47c39e53aa09708071f9fc46e9b8dd31a28fbf0ad + md5: 8864884cea757c51580b45be5c362068 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 96756 - timestamp: 1757482293279 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-glue-1.8.0-r44h54b55ab_1.conda - sha256: 2ca92b5f3de0ed821f065fa85c86b4c41275373a9884b81b6799ee1613a0cec2 - md5: 8c0119ef7862a900727cd6845ee1511c + size: 96405 + timestamp: 1757482244466 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googledrive-2.1.2-r45hc72bb7e_1.conda + sha256: e8430c55adf0b4126673c142b0e785ff10e037a293a8ffe8964e9a9797d5a3d0 + md5: 93b80086476d2653a3998e4fd174bad9 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 165602 - timestamp: 1757421255719 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googledrive-2.1.2-r44hc72bb7e_1.conda - sha256: 4bc9f5f8b07e3657a6ff0f92d67667484f954b90b802926d7378345e1d668887 - md5: 7973919529f7668fc545c39202832c8b - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.0.0 - r-gargle >=1.6.0 - r-glue >=1.4.2 @@ -7671,13 +10312,13 @@ packages: - r-withr license: MIT license_family: MIT - size: 1234398 - timestamp: 1758449278742 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googlesheets4-1.1.2-r44h785f33e_1.conda - sha256: 6aa0bac72b9843709938b2fd43abdfc6a3e4879fabee404d93bf2041b751a26f - md5: 844b415f089066c066986190677f554b + size: 1233702 + timestamp: 1758449343569 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-googlesheets4-1.1.2-r45h785f33e_1.conda + sha256: bd4789b792e6ede77683b6bcc3f2e0c0d2fc61a68d1cb1982b1c9750529a8f9a + md5: 1651a20047fa624b53f168b08396aa57 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cellranger - r-cli >=3.0.0 - r-curl @@ -7694,92 +10335,58 @@ packages: - r-vctrs >=0.2.3 license: MIT license_family: MIT - size: 524627 - timestamp: 1758457266256 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gplots-3.2.0-r44hc72bb7e_1.conda - sha256: 6c48cac0172d181a71e3c2e40853204cd2642410f26c1457c7a1655c562378e8 - md5: 67c97f6e2ffae37f5e7b1fde0ede1395 + size: 523663 + timestamp: 1758457308165 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gplots-3.3.0-r45hc72bb7e_0.conda + sha256: 034a8324e1eb8c8de2d04210362008396e66baf3edbc24f318f71c82951f3f4f + md5: ccc91c7d4a33a27b7a7b86f40d2846c5 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-catools - r-gtools - r-kernsmooth license: GPL-2.0-only license_family: GPL2 - size: 499926 - timestamp: 1757504966893 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gridextra-2.3-r44hc72bb7e_1007.conda - sha256: 7e26244d122507ea2ef60fb2ac8eef3bb8a133055af63e4200a73fd11c1369d0 - md5: 6203b49d9dc8ea0619a391314759c91b + size: 3840956 + timestamp: 1764489175759 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gridextra-2.3.1-r45hc72bb7e_0.conda + sha256: e82d7e308a7e6d3eb90d9ea33d1f56d24bd69804995db2dacd5b20b7a20c34e4 + md5: aad2c473bf6f930833d0dc881811cf62 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-gtable license: GPL-2.0-or-later license_family: GPL3 - size: 1050499 - timestamp: 1757484947406 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gtable-0.3.6-r44hc72bb7e_1.conda - sha256: e7621253555552d6c29103a8e21c0396712b5de09012263e882bfa0b1e59c812 - md5: 1f5b8f9f0cdb53b843c4e2481e22c8c0 + size: 529159 + timestamp: 1782547830828 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-gtable-0.3.6-r45hc72bb7e_1.conda + sha256: fcd2601af8213f39af6f720e22c8f858b3451f8e3d93cbc9e6aedb2d6f88483e + md5: f686123cfba49e6299fae7e029a40266 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-glue - r-lifecycle - r-rlang license: MIT license_family: MIT - size: 228683 - timestamp: 1757463528706 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-gtools-3.9.5-r44h54b55ab_2.conda - sha256: 86e0010bb6cf91b1c1c124e63d82271e9a835025a3c4592cd6648b40a0a58448 - md5: 3dc669378e9c37d26cb2616ff9d67243 + size: 228864 + timestamp: 1757463478042 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-highr-0.12-r45hc72bb7e_0.conda + sha256: e676112aac0dbfe123fcb3108cce376782211a096c898a3af46fdf32a37e12e9 + md5: 0b5902d6af02a23bda1794d46090db42 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only - license_family: GPL2 - size: 372711 - timestamp: 1757480817023 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-haven-2.5.5-r44h6d565e7_1.conda - sha256: 6f0b2111552ca0f64c7d204d3dfc391e296e67d1e601fa3b34bf16c7d1561663 - md5: f7f18c6c2cfe78556e38fa7e8ef65d7b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-cli >=3.0.0 - - r-cpp11 - - r-forcats >=0.2.0 - - r-hms - - r-lifecycle - - r-readr >=0.1.0 - - r-rlang >=0.4.0 - - r-tibble - - r-tidyselect - - r-vctrs >=0.3.0 - license: MIT - license_family: MIT - size: 385319 - timestamp: 1757525036341 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-highr-0.11-r44hc72bb7e_2.conda - sha256: fade9dd156a8045aa2cd0577fdad67ade4eda4df24b38b60e689693793b591c4 - md5: 1d27ac83e555dcd74a3f51961bccd5e8 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-xfun >=0.18 license: GPL-2.0-or-later license_family: GPL - size: 56962 - timestamp: 1757447790352 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hms-1.1.4-r44hc72bb7e_0.conda - sha256: 5a016b1533a9dc39c66f61209b0a70979289f18cbeace0377b3dfdb63c69465f - md5: 6bb21cd6a482d5c9bb068368a018e750 + size: 57308 + timestamp: 1772794436225 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hms-1.1.4-r45hc72bb7e_0.conda + sha256: be67527b52f98832ab2871d0182fb76499538ca7eb333506084620b7489ce6a0 + md5: 4677c1ad37a9452e27e27d9ed1b8ae90 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-ellipsis - r-lifecycle - r-pkgconfig @@ -7787,30 +10394,13 @@ packages: - r-vctrs >=0.2.1 license: MIT license_family: MIT - size: 112923 - timestamp: 1760687917284 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-htmltools-0.5.8.1-r44h3697838_2.conda - sha256: 81bfeec56e3df8c759c3daa092314eded2c52dc1fbabdf3f429298e1d32bfed1 - md5: 635b9956a4eebdefccb8f2e75b5dfc92 + size: 112799 + timestamp: 1760687922566 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-htmlwidgets-1.6.4-r45h785f33e_4.conda + sha256: 4c3998ce4b4882429e52eed5c6c53d59056814d8fbc34a41ba79b990fdec1441 + md5: 6f767715f90e7caf17af72959bfcb11e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-base64enc - - r-digest - - r-ellipsis - - r-fastmap >=1.1.0 - - r-rlang >=0.4.10 - license: GPL-2.0-or-later - license_family: GPL3 - size: 367249 - timestamp: 1757453532390 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-htmlwidgets-1.6.4-r44h785f33e_4.conda - sha256: a3c4ef0557b5cd2a99cc7a077f058b03ecd3a04d4ecb772ad23415dd0f764a09 - md5: 6f6e7b8b29a134580d4260a33a97b4af - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-htmltools >=0.5.7 - r-jsonlite >=0.9.16 - r-knitr >=1.8 @@ -7818,31 +10408,13 @@ packages: - r-yaml license: MIT license_family: MIT - size: 426464 - timestamp: 1757552859822 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-httpuv-1.6.16-r44h6d565e7_1.conda - sha256: d28467ddd5ab1f46917886dd4b4eea6d7ebd984e2afd11f3e320d094aa7f699b - md5: e6c9757d18f84d809a8ad16e7dbba64c + size: 426023 + timestamp: 1757552859817 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr-1.4.8-r45hc72bb7e_0.conda + sha256: 4adb565d2b3365108d7efb926c2acdc68c11ef2ad32ed03d1108a3005cf8cdd8 + md5: 259658089c383f2915b167da3e7890aa depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - libuv >=1.51.0,<2.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-later >=0.8.0 - - r-promises - - r-r6 - - r-rcpp >=1.0.7 - license: GPL-2.0-or-later - license_family: GPL3 - size: 551613 - timestamp: 1757477635182 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr-1.4.7-r44hc72bb7e_2.conda - sha256: 5ee37625cc31e589414b8c69d618b2143d87b0ef7632867b758c86e2e7f52262 - md5: cad0b6a9f01e28d56bd5f456112f780d - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-curl >=0.9.1 - r-jsonlite - r-mime @@ -7850,13 +10422,13 @@ packages: - r-r6 license: MIT license_family: MIT - size: 486507 - timestamp: 1758405214312 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr2-1.2.1-r44hc72bb7e_1.conda - sha256: 364615086cf2b5c56a9373344d0883ea6bdf5ef353b5337239d38eee2da20661 - md5: 98acf52b1dfb1164d63a5f700b7b1230 + size: 474019 + timestamp: 1771005817336 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-httr2-1.3.0-r45hc72bb7e_0.conda + sha256: dcc78f60308390c6549e25308fb2437421e8fcaeeb45378b6fbe3a49e3d3cd0b + md5: b240e3c0e61de35f1f43729f4ea2888e depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.0.0 - r-curl >=5.1.0 - r-glue @@ -7870,241 +10442,115 @@ packages: - r-withr license: MIT license_family: MIT - size: 778683 - timestamp: 1758405116717 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hwriter-1.3.2.1-r44hc72bb7e_4.conda - sha256: 4f2e783f85ea1af3a30ef2b028873b0c8835d3b188d1a7cab809ab7f4aa2abb9 - md5: 8c335e4b6376a7fc2214f679248fefa1 + size: 935264 + timestamp: 1784022303810 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-hwriter-1.3.2.1-r45hc72bb7e_4.conda + sha256: b36ba322e5acf113cc77a64ab5b12a5026d9a3f7e9a7e197a071b75d46d015d3 + md5: 2d3276c39b84a4fb5e5f32cab46421e4 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL-2.1-only license_family: LGPL - size: 124225 - timestamp: 1758269018229 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ids-1.0.1-r44hc72bb7e_5.conda - sha256: d99db73e785fd842519325572cc7bc888fcb3edb6cced2463ee1ff29d9375d16 - md5: 97776ff1ab24b9c717f554c59e6a834a + size: 124316 + timestamp: 1758269059620 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ids-1.0.1-r45hc72bb7e_5.conda + sha256: b14b2cd3ecea0f63c22401a8cdf47171f323ad5859885569a5e8a0922a1c06ea + md5: 94596a1c79c2650346cc208ac5131664 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-openssl - r-uuid license: MIT license_family: MIT - size: 130138 - timestamp: 1758407699755 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-igraph-2.1.4-r44hadbbdbc_1.conda - sha256: fee28fc1c6ea874567a9b32635260fb9ebd86be1577163051f782460cbcff85f - md5: 70b528cd2a002c0f169980cec5ece732 + size: 129889 + timestamp: 1758407698336 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ini-0.3.1-r45hc72bb7e_1007.conda + sha256: 72ee2282467c148463ba8e8a8af4b5a6fdccd98e38b0820f442af187fcabbb13 + md5: e680ce2dae5ccc37ed94fc0696e6f10d depends: - - __glibc >=2.17,<3.0.a0 - - glpk >=5.0,<6.0a0 - - gmp >=6.3.0,<7.0a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - liblapack >=3.9.0,<4.0a0 - - liblzma >=5.8.1,<6.0a0 - - libstdcxx >=14 - - libxml2 >=2.13.8,<2.14.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-cli - - r-cpp11 >=0.5.0 - - r-lifecycle - - r-magrittr - - r-matrix - - r-pkgconfig >=2.0.0 - - r-rlang - - r-vctrs - license: GPL-2.0-or-later - license_family: GPL3 - size: 5149303 - timestamp: 1758712176795 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-ini-0.3.1-r44hc72bb7e_1007.conda - sha256: 92966144b62900f7dfeed776e1c90ae41f8da7b9c08bf3358758d54f3005877b - md5: 264bb3ce980241f17a1b4875e8945896 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-3.0-only license_family: GPL3 - size: 33543 - timestamp: 1757482002536 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-inline-0.3.21-r44hc72bb7e_1.conda - sha256: add6c7334f1b6237959dd3f005e7497db852ade98c8c8d736ebee43da2fb3590 - md5: 45852ac60d22ea9af166fff517d74d13 + size: 33444 + timestamp: 1757482041715 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-inline-0.3.21-r45hc72bb7e_1.conda + sha256: 5aa9d059bce52d2371db2af4916fa49cf3c0862b3e02949a6ca755ec1ce81960 + md5: 3fc415f77a40dbaea349d1ec887af2d2 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL-2.0-or-later license_family: LGPL - size: 139619 - timestamp: 1757514255671 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-isoband-0.2.7-r44h3697838_4.conda - sha256: dabbb6eb4cf067349ff7e696a89ab898fe1571b25120fd2e9cf778fae0ac4b26 - md5: e10cbac3946128930d5da63b32e4baa4 + size: 140019 + timestamp: 1757514153775 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-iterators-1.0.14-r45hc72bb7e_4.conda + sha256: c90d0faa668d2753db9da9458ca085891a3030c6537f5675fe0c1a1b5af2103c + md5: 7746a41a4cb97cec59db2d5a2cac0701 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 1626389 - timestamp: 1757441391901 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-iterators-1.0.14-r44hc72bb7e_4.conda - sha256: a02d27a592863a3bf3229696a8bef2dae2caa862a901f820d994ee4675b8bc88 - md5: 28b5c21aae2a093ffbf601f40e7cfc0e - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: Apache-2.0 license_family: APACHE - size: 350472 - timestamp: 1757459827397 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-jquerylib-0.1.4-r44hc72bb7e_4.conda - sha256: 95989e7eea19dd3a0c729585a20555388537dc033df120bb7baac26601232f75 - md5: 24ba3d3b0b5d5c19fc549cca0b226388 + size: 350171 + timestamp: 1757459846270 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-jquerylib-0.1.4-r45hc72bb7e_4.conda + sha256: 3b98f72bb32d4758854805b664b4404602a583da32c9b96026536f5676f41812 + md5: 49a9ed6ed01f4ae6067ead552795bfce depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-htmltools license: MIT license_family: MIT - size: 306791 - timestamp: 1757459450146 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-jsonlite-2.0.0-r44h54b55ab_1.conda - sha256: faff2faef7e73c5fd02fea6bbe8aa9e444fabf7f56e8d932c7babc51ee76a290 - md5: 26de9e385370e6bf7d0ca13a3e630d7f + size: 307113 + timestamp: 1757459485295 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-knitr-1.51-r45hc72bb7e_0.conda + sha256: e2184f1cb58aedacd94d1dbe6e8b5dfa3508151f454e80f6bd49486bdb90625c + md5: 35b31b96aa7bc052ad6347322a1481f1 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 639260 - timestamp: 1757419504603 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-kernsmooth-2.23_26-r44ha0a88a1_1.conda - sha256: 71e7c91b230748646fdcae0587a94bc8ea3a5e659e950a0adff17bf6a6007cd3 - md5: 9737719ec08adb623be7358f45221be2 - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: Unlimited - license_family: Other - size: 101678 - timestamp: 1757457740465 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-knitr-1.50-r44hc72bb7e_1.conda - sha256: 564ad47756e083d0c7893d5c742ffd83f9334afea11398f72f90ee78637b1714 - md5: 3841100c8b6f9beb6291b3498ff3b835 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-evaluate >=0.15 - r-highr >=0.11 - - r-xfun >=0.51 + - r-xfun >=0.52 - r-yaml >=2.1.19 license: GPL-2.0-or-later license_family: GPL - size: 1035098 - timestamp: 1757457681904 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-labeling-0.4.3-r44hc72bb7e_2.conda - sha256: e2fe5839dce12c1e7fffdfb83387ae58c93417acb520cd258e8460cc7da533db - md5: 891625b27729556fcac5cb5a3040b10f + size: 988526 + timestamp: 1766309267127 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-labeling-0.4.3-r45hc72bb7e_2.conda + sha256: 42a06b7c346d6e4550dca1024bbf89e3c22962d568cfe4e8b8be824dea326110 + md5: a41490fdf607381035aa0304c21407c9 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 70089 - timestamp: 1757456017204 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lambda.r-1.2.4-r44hc72bb7e_5.conda - sha256: 625092566077b110479496f13d610eb7dd128950c5da37b53706f18b6aab39b6 - md5: 52dff70fa7503cd2fff2cdbd48e21b6f + size: 70182 + timestamp: 1757456007088 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lambda.r-1.2.4-r45hc72bb7e_5.conda + sha256: 2699bd2cccf2bcf95b91913c00c8cc0354bcd422fabd47484c35510380fb51b2 + md5: 0861be0be982bc68a0ec46255331fb63 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-formatr license: LGPL-3.0-only license_family: LGPL - size: 121245 - timestamp: 1757608579337 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-languageserver-0.3.16-r44h54b55ab_2.conda - sha256: fc7645900f7243a76ced80d316f6a3bf49e7091152056e568474b7df751d6a58 - md5: 2ab49819a50fae51046c7a89afdbb33f + size: 121049 + timestamp: 1757608658278 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lifecycle-1.0.5-r45hc72bb7e_0.conda + sha256: b7a4d8d98a96d17d18c80fb7e1c8e6cb09b9bd2542e74d91a7f483afccb30ee6 + md5: 5f8369dfbdff08878e58bf15529fca3a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-callr >=3.0.0 - - r-collections >=0.3.0 - - r-desc >=1.2.0 - - r-fs >=1.3.1 - - r-jsonlite >=1.6 - - r-lintr >=2.0.0 - - r-r6 >=2.4.1 - - r-repr >=1.1.0 - - r-roxygen2 >=7.0.0 - - r-stringi >=1.1.7 - - r-styler >=1.2.0 - - r-xml2 >=1.2.2 - - r-xmlparsedata >=1.0.3 - license: MIT - license_family: MIT - size: 732454 - timestamp: 1757577903671 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-later-1.4.4-r44h3697838_1.conda - sha256: 365a11309284d34174c7ea5c28663d95bda37769ef5463bbf76c59c93d425418 - md5: 4ab3b1e5f07a5913447e1644cf0898bd - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-rcpp >=0.12.9 - - r-rlang - license: MIT - license_family: MIT - size: 153980 - timestamp: 1757441142020 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lattice-0.22_7-r44h54b55ab_1.conda - sha256: f5b32cef2955fd9b5b9b105d62b64bdfdc67ecc231042a2e4b433795570ac045 - md5: a4778b8f282dfa692f0bc55afbc5e31b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 1383358 - timestamp: 1757424594684 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lazyeval-0.2.2-r44h54b55ab_6.conda - sha256: 13af0c878a35ee8b337505a6e30198c168d081720dbe4f2d41bd358936447c13 - md5: b4a13a6b0e20b94566b42884a4b423db - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-3.0-only - license_family: GPL3 - size: 161026 - timestamp: 1757422163603 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lifecycle-1.0.4-r44hc72bb7e_2.conda - sha256: 795a933f29cd2910c9100b0a26e67538f6d981de6eec2fdb30f2060d9eb555c9 - md5: e41e892cef6cad8fb15c6e7af9a19fa0 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.4.0 - r-glue - r-rlang >=1.0.6 license: MIT license_family: GPL3 - size: 124347 - timestamp: 1757452045387 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lintr-3.2.0-r44hc72bb7e_1.conda - sha256: 2b283581db7167e9f1fc3c8d600e5bd9c1593e8ddb879b9f0a046b13e452d18f - md5: e0bed290853df85fd250aa971f99370a + size: 132636 + timestamp: 1767865665455 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-lintr-3.4.0-r45hc72bb7e_0.conda + sha256: 0859669e9fe0b3ad0f9842908dcb2ef39f7193bb72a9ae41bca6241913cccfeb + md5: 834688d8abbb1881effcc23c5a3e1c6e depends: - r-backports - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-codetools - r-crayon - r-cyclocomp @@ -8117,170 +10563,47 @@ packages: - r-xmlparsedata >=1.0.5 license: MIT license_family: MIT - size: 1356871 - timestamp: 1757562142869 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-locfit-1.5_9.12-r44h54b55ab_1.conda - sha256: d0828d0e8e14244b5eac6c2783ffac8f00a1359ac990725e28660d536cbcf6ae - md5: d3c0181f1b8366f20a09c8dc6c33a0bd + size: 1410458 + timestamp: 1784188941830 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-loo-2.10.1-r45hc72bb7e_0.conda + sha256: fd11d5518d4db185cb161c38e4be88bd4685db211d59ecafb0ed63339e237f1a + md5: 9b165d433c8549cf35785aeeff1a7c81 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-lattice - license: GPL-2.0-or-later - license_family: GPL - size: 563274 - timestamp: 1757585366385 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-loo-2.8.0-r44hc72bb7e_1.conda - sha256: a5fe8836984d095a0d1cdd27c6ec7e4c8d02490f0d43a59e6f2d7a089601809c - md5: 66a9e0b3bb78e47e5133ae3b57049a02 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-checkmate - r-matrixstats >=0.52 - r-posterior >=1.5.0 license: GPL-3.0-or-later license_family: GPL3 - size: 1782656 - timestamp: 1757548044680 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-lubridate-1.9.4-r44h54b55ab_1.conda - sha256: 58a1ee92c746caa5ce431e5b99ea1bad31d2a18cfa7df104855dc2207c9c53c3 - md5: 51f61a093a8a2f55715740ca3df3e64b + size: 1774769 + timestamp: 1784966556613 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-memoise-2.0.1-r45hc72bb7e_4.conda + sha256: 91b0eedec5cf5de195b442b97eda508f22fdedbdbc487f74e3868d3e95380fdd + md5: 2b04206ff6ea5a92e8e36bdaa5feb3cc depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-generics - - r-timechange >=0.1.1 - license: GPL-2.0-or-later - license_family: GPL2 - size: 984868 - timestamp: 1757500181448 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-magrittr-2.0.4-r44h54b55ab_0.conda - sha256: 7ef6fde1e3be22eba5886aec1c7fc24ea0b0dfe67c3ab0e5d7d32c9a033acebf - md5: d2bddfccf4e15346931d49a61dc9d1ce - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 212139 - timestamp: 1757677983678 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-maps-3.4.3-r44h54b55ab_1.conda - sha256: 620809c542f21376619aadf562e570aaeb8ca0c85d343405faac810d9239ce8a - md5: b55ea7d2dc0cf355e2ca830bcd6f14df - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only - license_family: GPL2 - size: 2378626 - timestamp: 1757483748706 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mass-7.3_65-r44h54b55ab_0.conda - sha256: e5c577bae5089291a47d8eb6aa4de64ef912308003a5fd1df07d0dac02ad210b - md5: d93000477c93c6beffcd5fe181f3e921 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 1142928 - timestamp: 1757428450643 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrix-1.7_4-r44h0e4624f_1.conda - sha256: 50f3e456ed33a0d6c61800458f4ac010e2ffe7a8850689549cd4f5909d62f738 - md5: bdb8960fd8da7fe82ea3c729ffe29937 - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - - r-lattice - license: GPL-2.0-or-later - license_family: GPL3 - size: 4263998 - timestamp: 1757441226105 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-matrixstats-1.5.0-r44h54b55ab_1.conda - sha256: 6ccf1752c744f0a735d8975b4e9b7405ad8746a85b7e059adca1059108490316 - md5: b88ecfe0219a5dbba488de312160f982 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: Artistic-2.0 - license_family: OTHER - size: 485637 - timestamp: 1757442403989 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-memoise-2.0.1-r44hc72bb7e_4.conda - sha256: 67f584820d51e2a121bc7113365733b9d00dee2f270113cb212d1ecfd0e7b038 - md5: eea36c929b57cf85e2a263ccdf265094 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cachem - r-rlang >=0.4.10 license: MIT license_family: MIT - size: 57725 - timestamp: 1757456205848 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mgcv-1.9_4-r44h0e4624f_0.conda - sha256: 99937b49abea6a327a259b7542e0bafd44bee95e8952ec20a0066badc01afa6c - md5: aefbc031d18739a5b091eaa598b6e59b + size: 57750 + timestamp: 1757456335587 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-miniui-0.1.2-r45hc72bb7e_1.conda + sha256: 0e63708e94f3848e7212db1bd8e0b7f4b72084d2d96a523a63ddb3c3102135a8 + md5: 4940389ec03eea86358108ec4bb222a0 depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - liblapack >=3.9.0,<4.0a0 - - r-base >=4.4,<4.5.0a0 - - r-matrix - - r-nlme >=3.1_64 - license: GPL-2.0-or-later - license_family: GPL2 - size: 3645604 - timestamp: 1762539580860 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mime-0.13-r44h54b55ab_1.conda - sha256: 42f450eed2f6b97ff219c8e97885ee982101392f2a5a888e0469d771f74afe6c - md5: d8865c99150c4b51a50292a3c5bc52dd - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL - size: 64976 - timestamp: 1757441391748 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-miniui-0.1.2-r44hc72bb7e_1.conda - sha256: e790e72325c0a34ff9481e08b03ae191a70377622c57559c696edf17d8f802fb - md5: ee0d79bc89d3f74dd1388167d4bc1701 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-htmltools >=0.3 - r-shiny >=0.13 license: GPL-3.0-only license_family: GPL3 - size: 55426 - timestamp: 1757517041047 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-mnormt-2.1.1-r44hbcb9c34_2.conda - sha256: 6c356469bf2818862ae20b1322ec7157ed78f853779f4aa17e2677e2d66ff517 - md5: 15adf4db2642cda13c8282f01f341f54 + size: 55283 + timestamp: 1757517043723 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-modelr-0.1.11-r45hc72bb7e_3.conda + sha256: 5e96da0a188a767992ce65e202817d32358e438e6e4e27c9ff023717bc401323 + md5: ccf256de65292fe168b77dc766e0825b depends: - - libgcc-ng >=12 - - libgfortran-ng - - libgfortran5 >=12.3.0 - - r-base >=4.4,<4.5.0a0 - - r-tmvnsim >=1.0_2 - license: GPL-2.0-or-later - license_family: GPL3 - size: 199251 - timestamp: 1719801360983 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-modelr-0.1.11-r44hc72bb7e_3.conda - sha256: 6629887cab6c95d0e47286e416679f22ba83cba4d50f760ac5130bf20b362200 - md5: 24fd2637122778fd80cbf88104ce1150 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-broom - r-dplyr - r-magrittr @@ -8290,110 +10613,81 @@ packages: - r-tidyr >=0.8.0 license: GPL-3 license_family: GPL3 - size: 221137 - timestamp: 1757531792899 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-munsell-0.5.1-r44hc72bb7e_2.conda - sha256: dc7e6deee2782e64e061976cb895f40e95105bd99b297af83ab4a7c33b17fff0 - md5: 79407650271d42d8aadfe756f89521c7 + size: 221251 + timestamp: 1757531745180 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-munsell-0.5.1-r45hc72bb7e_2.conda + sha256: 97d463c2146c483992a25fe497755e9cf714f95ca611a93d8adbb41c068e9e74 + md5: c78bd534986cde8fc0cb08cc9a1a2cc6 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-colorspace license: MIT license_family: MIT - size: 247057 - timestamp: 1757455963570 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-nlme-3.1_168-r44heaba542_1.conda - sha256: 92c691b95f39c5fd79fc4e3cffa33495e832bca7a599f9406dbbb7a59d5cd54d - md5: 1d695b83f5865a7398a808739afc6725 + size: 247241 + timestamp: 1757455926748 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-numderiv-2016.8_1.1-r45hc72bb7e_7.conda + sha256: ccfca3e2ec6b95cbea1d937e4749946b61c7cf5e6620e5217baea136c85d733e + md5: 4458f15e0f1edb2009e76322f666d0ec depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - - r-lattice - license: GPL-2.0-or-later - license_family: GPL3 - size: 2353144 - timestamp: 1757441176456 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-numderiv-2016.8_1.1-r44hc72bb7e_7.conda - sha256: 6634fed10b95f5cad06b6b2a2827f41782a70ca57d8a54671a8b5a36f9a726ec - md5: 123c352894dab867d542ca0de4dc2cb9 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-only license_family: GPL2 - size: 129599 - timestamp: 1757460030284 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-openssl-2.3.4-r44h50f7d53_0.conda - sha256: cb59b197800e6980784b1854eb14a715f70c6ed1f616119a70b9c4fe18e8c770 - md5: ebcdf3884fb953a60e2159df4913bfcb + size: 128918 + timestamp: 1757459948489 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-optimparallel-1.0_2-r45hc72bb7e_4.conda + sha256: 922359c7513a9a860c0e9a9772b597d97748d612a11b046011495ee9c7b14222 + md5: d4fe40e3cec9952523e82ad9f1006d1d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - openssl >=3.5.3,<4.0a0 - - r-askpass - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 691865 - timestamp: 1759238508219 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-optimparallel-1.0_2-r44hc72bb7e_4.conda - sha256: b4055af7efa114e1075b58cdc9375990cfe6c570e4db5ed6e4dcb288bbb5ec21 - md5: fa592cf7fc3ea2b90f6f51fcb5d9c195 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL2 - size: 214270 - timestamp: 1757706012550 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-otel-0.2.0-r44hc72bb7e_1.conda - sha256: 827a5d32cb852ecee400507b2071cfaaec90f462bf3e3d97096490a059403346 - md5: e32e1e3d515ee4340ab9ef3b57b93cf4 + size: 214152 + timestamp: 1757705986837 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-otel-0.2.0-r45hc72bb7e_1.conda + sha256: f5de9737f59e1965db2de11c90cf1fdd426db322a7205c935a3e55150287b02f + md5: 560abd550c097e0d0af2e201b335f53d depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 286352 - timestamp: 1761150894562 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-parallelly-1.46.0-r44h54b55ab_0.conda - sha256: bd1e1a6fe1117e7e68ac5e255c661372f8860c6c47c1495b3348b502e7dab14c - md5: d2cacd824b495d594f3961cdde38cc4c + size: 286342 + timestamp: 1761151056217 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pak-0.11.1-r45hc72bb7e_0.conda + sha256: bb833671167bfb4358ee202a6c04eba49167056940a7339d2cce3073643b7f55 + md5: 7514ab7d1b90eefd76a9c4dd0a2a3cc7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 614476 - timestamp: 1765541797694 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-phangorn-2.12.1-r44hf1899b2_3.conda - sha256: 4c7b861781ac9516c5f609f3de4bcd931688244c2a6dacd57ea9176487c80f79 - md5: c6abdc8c64545b2411e48166d5b76e3a - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libstdcxx >=14 - - r-ape >=5.6 - - r-base >=4.4,<4.5.0a0 - - r-digest - - r-fastmatch - - r-generics - - r-igraph >=1.0 - - r-matrix - - r-quadprog - - r-rcpp - license: GPL-2.0-or-later + - r-assertthat + - r-base >=4.5,<4.6.0a0 + - r-base64enc + - r-callr >=3.0.0.9002 + - r-cli >=1.0.0 + - r-cliapp >=0.0.0.9002 + - r-crayon >=1.3.4 + - r-curl >=3.2 + - r-desc >=1.2.0 + - r-filelock >=1.0.2 + - r-glue >=1.3.0 + - r-jsonlite + - r-lpsolve + - r-pkgbuild >=1.0.2 + - r-pkgcache >=1.0.3 + - r-prettyunits + - r-processx >=3.2.1 + - r-ps >=1.3.0 + - r-r6 + - r-rematch2 + - r-rprojroot >=1.3.2 + - r-tibble + license: GPL-3.0-only license_family: GPL3 - size: 2630063 - timestamp: 1758800801542 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-phytools-2.5_2-r44hc72bb7e_1.conda - sha256: bbe7018a2f352530c22a186f6114c2c6cfe09892eccd908fd87af57ec7c028df - md5: 84f23c98380f0f0e26cc2a218580d388 + size: 6403072 + timestamp: 1784756015114 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-phytools-2.5_2-r45hc72bb7e_1.conda + sha256: fd163003c1ae768a94c19727ecba12df8c24cf217fb985cb344c9847dcde2aaa + md5: 10d1510a9441fd039f5ae603ef4ad20a depends: - r-ape >=5.7 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-clustergeneration - r-coda - r-combinat @@ -8411,13 +10705,13 @@ packages: - r-scatterplot3d license: GPL-2.0-or-later license_family: GPL2 - size: 2868951 - timestamp: 1758816360872 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pillar-1.11.1-r44hc72bb7e_0.conda - sha256: 10739851530bc98feff7bf68acd2285dfddc7a8587b33c51a495f014744a3f33 - md5: 89635525b35ad6b443343237b65526ae + size: 2868799 + timestamp: 1758816404917 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pillar-1.11.1-r45hc72bb7e_0.conda + sha256: b3f281041ecff2d4a9f40073ad5e7ec6fa7e0c841068ce85c550bcce0ff8938d + md5: 807ef77a70fc5156f830d6c683d07a29 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-crayon >=1.3.4 - r-ellipsis @@ -8428,13 +10722,13 @@ packages: - r-vctrs >=0.2.0 license: GPL-3.0-only license_family: GPL3 - size: 629814 - timestamp: 1758149812405 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgbuild-1.4.8-r44hc72bb7e_1.conda - sha256: 9fdfee8ede6ca0dc94e8f11eeaf7808570a050fbf59de96fb83e09f3133bebd2 - md5: 842576a213f96e7abacdc1a5afc42dc8 + size: 629867 + timestamp: 1758149763203 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgbuild-1.4.8-r45hc72bb7e_1.conda + sha256: 3d1b97a5616663fabcb165968e2d1ad3732d316a0d38be259ca84533986a0093 + md5: daea93b32bab57062ab586c9b6e3896e depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-callr >=3.2.0 - r-cli - r-crayon @@ -8445,22 +10739,40 @@ packages: - r-withr >=2.1.2 license: GPL-3.0-only license_family: GPL3 - size: 221541 - timestamp: 1757496269823 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgconfig-2.0.3-r44hc72bb7e_5.conda - sha256: 6845c972210ee39fed0db7326685067cd213fc8d1136e0a2060063f3921ee494 - md5: bdc0f46c7111e1d4f7eb7133374b47b7 + size: 221277 + timestamp: 1757496221000 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgcache-2.2.4-r45hc72bb7e_1.conda + sha256: 7cd5e76b7e4dfbd40aeb0a3bc1b8171dbf045571476c53b0c2d4e02e9d87496f + md5: c2f0a882d15573cda41289201873077c depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 + - r-callr >=2.0.4.9000 + - r-cli >=3.2.0 + - r-curl >=3.2 + - r-filelock + - r-jsonlite + - r-prettyunits + - r-processx >=3.3.0.9001 + - r-r6 + - r-rappdirs license: MIT license_family: MIT - size: 27374 - timestamp: 1757447594870 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgdown-2.2.0-r44hc72bb7e_0.conda - sha256: a21fdcdb9b0374bb6031d1284d02a0781b3181ae4885bf43675667a145fbffd2 - md5: cbf95acbd79f34cada035113b917ec86 + size: 921394 + timestamp: 1758416361320 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgconfig-2.0.3-r45hc72bb7e_5.conda + sha256: fda425435a533e86da5f0fc89cf45c9f889a4e6f1e2ed536ca23662a8461602c + md5: 40a5fdd06c7e7880758a021cf2df6c12 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 + license: MIT + license_family: MIT + size: 27236 + timestamp: 1757447537447 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgdown-2.2.1-r45hc72bb7e_0.conda + sha256: 9f608c856c35dc241141744311541b1bbd2a7d760ff37762c470e2d4cf14ba11 + md5: 132e89bb110b7e3b0d20fbfdfcf6a01f + depends: + - r-base >=4.5,<4.6.0a0 - r-bslib >=0.5.1 - r-callr >=3.7.3 - r-cli >=3.6.1 @@ -8482,13 +10794,13 @@ packages: - r-yaml license: MIT license_family: MIT - size: 905859 - timestamp: 1762414182135 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgload-1.4.1-r44hc72bb7e_0.conda - sha256: ad911229df18867141da929a35f6dede2f5afe86f9dcd80f39d188a5d515b3ee - md5: cf81bb0e096c62c076f43e4b6a08221c + size: 909825 + timestamp: 1783477325369 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-pkgload-1.5.3-r45hc72bb7e_0.conda + sha256: 4b06f639e351305cd5ea983549d5d28ee574a042100584728e1404a7334ac3fe + md5: 143ea745dd6f15743d93e8e4f739ba1e depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.3.0 - r-desc - r-fs @@ -8501,49 +10813,23 @@ packages: - r-withr >=2.4.3 license: GPL-3.0-only license_family: GPL3 - size: 241155 - timestamp: 1758654256202 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-plogr-0.2.0-r44hc72bb7e_1007.conda - sha256: 62e7c9a6ff30cc8a58cc567a3e5caf9183bd085dc1fd4f54150f2c37602e34c8 - md5: db26d93fadddeded9e92aace6229ba6b + size: 243868 + timestamp: 1781541389838 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-plogr-0.2.0-r45hc72bb7e_1007.conda + sha256: 00067f0c0d4c47a729b70ed231092fa536a00858e3f14e807ae1435c6571bea0 + md5: 672d670161cf4f59dd89cc73aa3e2634 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 23011 - timestamp: 1757524759618 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-plyr-1.8.9-r44h3697838_3.conda - sha256: f0b9e9d94a136501a12fa75dc02d5dc86c7d2cfd559bedc9fde78d17cd6d54a4 - md5: d2d7f7c69444244c1c32e577061fd07b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-rcpp >=0.11.0 - license: MIT - license_family: MIT - size: 787332 - timestamp: 1757441822091 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-png-0.1_8-r44h6b2d295_3.conda - sha256: 093e83831777365cc1f2b8976090f569b9ab5d351c7c3adf4dd0b0f1a61b7e33 - md5: 0be41efd46641a98cb1a3ae062ebaadc - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libpng >=1.6.50,<1.7.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only OR GPL-3.0-only - license_family: GPL3 - size: 61134 - timestamp: 1757489834137 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-posterior-1.6.1-r44hc72bb7e_1.conda - sha256: 05d13f4e2d3e63f43cf73a2fa3f8fd464a7096f350002d2dfe732ff53be4e747 - md5: 22f8408e6d053703b1aeda29ef3e8201 + size: 23070 + timestamp: 1757524831115 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-posterior-1.7.0-r45hc72bb7e_0.conda + sha256: a17c7b699f8ceec13c4bef2c9ae9cbf52dc6b3b7316781190e8f1e66f08ff889 + md5: 546f6194dcef063ac94a0cd94fd70a78 depends: - r-abind - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-checkmate - r-distributional - r-matrixstats @@ -8554,75 +10840,57 @@ packages: - r-vctrs license: BSD-3-Clause license_family: BSD - size: 1013692 - timestamp: 1757534127643 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-praise-1.0.0-r44hc72bb7e_1009.conda - sha256: ab412aae97116199eca6ca377bef26aed160e835a9920a4764e160bd25b02233 - md5: 3be32de189a039db4fc08888bd95c2b8 + size: 997918 + timestamp: 1775053233988 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-praise-1.0.0-r45hc72bb7e_1009.conda + sha256: 2f4b33c16d01df7d3a65cbb7a75989a2e3a1e068a354430da225d01d50870732 + md5: d9f7dfa06871712aaf768674dea06a0b depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 25896 - timestamp: 1757447349076 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettyunits-1.2.0-r44hc72bb7e_2.conda - sha256: cbee3643f2e5b45e52921f5a6246f572cadf5dcf540d352bbc0ff4ad0a96aa4f - md5: d0ddc1e17050afcb5f13ecdc1f4aba92 + size: 25995 + timestamp: 1757447352187 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettycode-1.1.0-r45hc72bb7e_5.conda + sha256: fdac4ff464bf1fd8dfd33cff7f76143ca120296d9ea59d8c0b0a001d5d5b7b16 + md5: a8d5f73a68f4d4171c40cfbb3c195477 + depends: + - r-base >=4.5,<4.6.0a0 + - r-crayon + - r-withr + license: MIT + license_family: MIT + size: 251464 + timestamp: 1757801114578 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-prettyunits-1.2.0-r45hc72bb7e_2.conda + sha256: 0306580de6e867b9060595f5eedde4dbf531ee89c16dd3738dde995b30f3fe14 + md5: 07465728b1fd99d28b286156dac895a3 depends: - r-assertthat - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-magrittr license: MIT license_family: MIT - size: 161041 - timestamp: 1757463122545 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-processx-3.8.6-r44h54b55ab_1.conda - sha256: adac3d04630ddbe7e3896dad7c921e628291845ea862839e67d0583108bfd802 - md5: 1d5b82b45034841580deb4e0faabc585 + size: 161043 + timestamp: 1757463130831 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-progress-1.2.3-r45hc72bb7e_2.conda + sha256: 7dc34860af66a0305601d70714269d8e24766bc9780a43683c1b7989970a61a3 + md5: 619b691b0965c6894eb99d3851857df7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-ps >=1.2.0 - - r-r6 - license: MIT - license_family: MIT - size: 340153 - timestamp: 1757460034899 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-profvis-0.4.0-r44h54b55ab_1.conda - sha256: 9dba8142fbbcec66203cc883d9504542fe71a7d226d7a66de9b212b9102eeb85 - md5: 6dfa35e198d2db0370f3ba6819ea5745 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-htmlwidgets >=0.3.2 - - r-purrr - - r-rlang >=0.4.9 - - r-stringr - - r-vctrs - license: GPL-3.0-only - license_family: GPL3 - size: 229816 - timestamp: 1757585446968 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-progress-1.2.3-r44hc72bb7e_2.conda - sha256: 23cf5fe12d5344af6dcc74d89504dee70b2534c62dee48b03515e44c27465c45 - md5: a6a93fa6ae11444ea50d897f35db7e5d - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-crayon - r-hms - r-prettyunits - r-r6 license: MIT license_family: MIT - size: 96089 - timestamp: 1757484966329 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-promises-1.5.0-r44hc72bb7e_1.conda - sha256: a1fad42c49ef0a7cf0744dfd860f8e9536124710b3522d39f0c08614c09c26cf - md5: 65078b0412ccfb1deab6873494f96d42 + size: 96260 + timestamp: 1757484957523 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-promises-1.5.0-r45hc72bb7e_1.conda + sha256: 684dba5d20aae8da37868d603b662014e1944f5568e5f737e42d9d485892a26e + md5: b2c1b6ef8f12894fd2694b285fe8989a depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-fastmap >=1.1.0 - r-later - r-lifecycle @@ -8632,149 +10900,65 @@ packages: - r-rlang license: MIT license_family: MIT - size: 1597085 - timestamp: 1762426235911 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ps-1.9.1-r44h54b55ab_1.conda - sha256: db7845901d09f0ef0124b8220153ea5b005610710a2897214ab130b3bf158342 - md5: 5560766b6a9358409fcd958a3e74bc88 + size: 1597704 + timestamp: 1762426228446 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.cache-0.17.0-r45hc72bb7e_1.conda + sha256: 07f54007ce71d864b97221b32963e697c41cabf6a38a93e940423818af5e8b36 + md5: 400cedaf94ac8d7a2ba92ec1dd1905f9 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: BSD-3-Clause - license_family: BSD - size: 407972 - timestamp: 1757421317406 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-purrr-1.2.0-r44h54b55ab_0.conda - sha256: b293d31a211cf05e98e47314bc964bdf7ea81f1a535c682a72daa9e1fb419ddb - md5: 1324935a2dd98149de3638bf288f1843 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-cli >=3.4 - - r-lifecycle >=1.0.3 - - r-magrittr >=1.5 - - r-rlang >=0.4.10 - - r-vctrs >=0.5 - license: MIT - license_family: MIT - size: 547664 - timestamp: 1762265185488 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quadprog-1.5_8-r44ha0a88a1_7.conda - sha256: 8e212a3db53ca0c06e05afef7d13e2ec50d172e5ab71e724949b9d7bc79d696e - md5: 8c7c2b5421c37596fd61dcd6d906257c - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 48653 - timestamp: 1757458190140 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-quickjsr-1.8.1-r44h3697838_0.conda - sha256: 0e40d276c83dcef968fe7691214f8e818ef719d8ef6784ac01227a98c2d38ca4 - md5: 531cdc1587bc655c130d3c8d34509ef5 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 538583 - timestamp: 1758375535975 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.cache-0.17.0-r44hc72bb7e_1.conda - sha256: c4afb96d1aabc0b8919fe82c0027ea2c161d2e5b3c2d317702f46826bf84bf39 - md5: 7929ed036c43b12ef5ad41d7ffb0709e - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-digest >=0.6.13 - r-r.methodss3 >=1.7.1 - r-r.oo >=1.23.0 - r-r.utils >=2.8.0 license: LGPL-2.1-or-later license_family: LGPL - size: 128628 - timestamp: 1757498827222 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.methodss3-1.8.2-r44hc72bb7e_4.conda - sha256: 01d6e465149cba1ed9aff04bea9c89c355fb6f0e6ba9c83e2f7dd8a8e98795b8 - md5: 146b1ea9d642719c5abb6403844c98eb + size: 128291 + timestamp: 1757498815158 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.methodss3-1.8.2-r45hc72bb7e_4.conda + sha256: e37dd18b15526d87a949a380b941660bb5e323a5c8b9e05435554c73f27bd94f + md5: 491826d3aaedc8f5e71aec5ddd24df26 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: LGPL-2.1-or-later license_family: LGPL - size: 99522 - timestamp: 1757447828703 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.oo-1.27.1-r44hc72bb7e_1.conda - sha256: ace9a06b9a1784914c71316ab92d8ad3e097bd943f2f4b045c99cad9f92e69f2 - md5: c1b2572ba74dd738c5dd6e363ec84392 + size: 98887 + timestamp: 1757447830151 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.oo-1.27.1-r45hc72bb7e_1.conda + sha256: e9874a6edc3af280493d2a5a331e6721f8ad26df221a4b22d4df8c65267cd4be + md5: 39bd43593006907bbea339b24a904ade depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-r.methodss3 >=1.7.1 license: LGPL-2.1-or-later license_family: LGPL - size: 995636 - timestamp: 1757455955521 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.utils-2.13.0-r44hc72bb7e_1.conda - sha256: 2cad4b1b67eec0ee360db33d45c5268a84c6866500a13c2349bb18d9aa01dfba - md5: 9f0e2df8970696fe83a51560e903a013 + size: 995845 + timestamp: 1757455958627 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r.utils-2.13.0-r45hc72bb7e_1.conda + sha256: 8907a11d1f208a5ae44efd57c2cea0fa5e0e22ae4427c9c0d830570f60fa4b56 + md5: 3e01265486a11af09548f143dd5c20f8 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-r.methodss3 >=1.8.0 - r-r.oo >=1.23.0 license: LGPL-2.1-or-later license_family: LGPL - size: 1428300 - timestamp: 1757484792658 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r6-2.6.1-r44hc72bb7e_1.conda - sha256: 6cd12790c46f54c67dba4a08961c69cc82f025f2ba7a30f8fae3940d81def8bd - md5: a6809636e421b99a22d374a752c1a2d6 + size: 1429164 + timestamp: 1757484837409 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-r6-2.6.1-r45hc72bb7e_1.conda + sha256: bd92e91332eba5f0c689583e80adec85ef272c4e0d0b36ee17cb7c11b5693cf2 + md5: 750802806d7d640c286ed8491bb395dc depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 94729 - timestamp: 1757447588692 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-ragg-1.5.0-r44h9f1dc4d_1.conda - sha256: 9c57e4e15a82d314ce391c5463e73e118292147a980dacd801c7e4b52c8ba8e1 - md5: ab5f54efb727eb810de80edda9799895 + size: 95073 + timestamp: 1757447661037 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcmdcheck-1.4.0-r45h785f33e_4.conda + sha256: 2511fd3049244f26c9bfee1f58823c6e9f200eded58fa893c928700b05271e9a + md5: 46cd08beb113bab9a16bc2a35ca9ea89 depends: - - __glibc >=2.17,<3.0.a0 - - libfreetype >=2.14.0 - - libfreetype6 >=2.14.0 - - libgcc >=14 - - libjpeg-turbo >=3.1.0,<4.0a0 - - libpng >=1.6.50,<1.7.0a0 - - libstdcxx >=14 - - libtiff >=4.7.0,<4.8.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-systemfonts >=1.0.3 - - r-textshaping >=0.3.0 - license: MIT - license_family: MIT - size: 591737 - timestamp: 1757532810414 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rappdirs-0.3.3-r44h54b55ab_4.conda - sha256: 81f521fc64831a2444f821f63fd984c57cb6f0fdb97eeb8e29c446b1ca5d763e - md5: 35a2221656a051a8fe4bcfeedda813f2 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 53720 - timestamp: 1757441487351 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcmdcheck-1.4.0-r44h785f33e_4.conda - sha256: 5b71d6653e46d4f455e65d91f9a2b89dbd34be672490e614e5be8490f96715ec - md5: 5da521ad174d2921aeceac5a51774035 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-callr >=3.1.1.9000 - r-cli >=3.0.0 - r-curl @@ -8789,178 +10973,64 @@ packages: - r-xopen license: MIT license_family: MIT - size: 179296 - timestamp: 1758407837797 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcolorbrewer-1.1_3-r44h785f33e_4.conda - sha256: 7fe0b7282c290b8267d093cdfb4ae093d4a5fdf65f97fdac1d6db998bb96bc32 - md5: bbaae25579d5cea71278441c0b61fde3 + size: 179210 + timestamp: 1758407851979 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rcolorbrewer-1.1_3-r45h785f33e_4.conda + sha256: ddd4e63616ee475bdf9dc63a0b16a89017237121e927d83fbdee07d5a5ccc890 + md5: d8fa238420cb6de47d463b7345a761eb depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: Apache-2.0 license_family: APACHE - size: 67302 - timestamp: 1757452497965 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpp-1.1.0-r44h3697838_1.conda - sha256: 9e0414ff18dc62d10769c034f535559736a0b3bd9b7c09f73b4078d3e2d6ee4a - md5: d463481439ac0563a053a1fafd8ce28b + size: 68005 + timestamp: 1757452462302 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch-2.0.0-r45hc72bb7e_2.conda + sha256: ecf7bba5cf082f77c7552a38ea6287e6eeb48cd9c3db878d4e67a3c3a8a9dcfb + md5: 7bf1ee9aab1557eb26fc1cff2d03532a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 2077075 - timestamp: 1757427784298 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcpparmadillo-15.0.2_2-r44h3704496_0.conda - sha256: 0f8b8db65399e7c94c6d001cae5342947a094b79bebda84da7a9fe483ef8df34 - md5: f226ec583ab05c0b5f54c0296b78862c - depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-rcpp >=0.11.0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 1071176 - timestamp: 1758277402161 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppeigen-0.3.4.0.2-r44h3704496_1.conda - sha256: 82d1f91325a04e27ad9251d1c11b76f6594efc17be65ee2ebb0a70aff938ebde - md5: 52a1830d3f7f5673e1b60dd0879f8f32 - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libgcc >=14 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-matrix >=1.1_0 - - r-rcpp >=0.11.0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 1496550 - timestamp: 1757496080506 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcppparallel-5.1.11_1-r44hbd9b9cf_2.conda - sha256: cf13c218f4421b29b6cc62121bc9d949fff90e719fc7e413ce19b423ff40cc00 - md5: 2ad23fbaa794dbae9d6150243fcbb60f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - tbb >=2021.13.0 - - tbb-devel - license: GPL-3.0-or-later - license_family: GPL3 - size: 346686 - timestamp: 1759226967384 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rcurl-1.98_1.17-r44hb79926e_1.conda - sha256: 6c982b031b5c36f941f5f64cfa1ff9009bad98fab13f969fae1579b28e33c5d5 - md5: 9bd68ccae4884d9544d6902be3dfa3d5 - depends: - - __glibc >=2.17,<3.0.a0 - - libcurl >=8.14.1,<9.0a0 - - libgcc >=14 - - liblzma >=5.8.1,<6.0a0 - - libxml2 >=2.13.8,<2.14.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-bitops - license: BSD-3-Clause - license_family: BSD - size: 834897 - timestamp: 1757494172816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readr-2.1.5-r44h3697838_2.conda - sha256: 18084fac48cac972598bb931a80d008e57dd2bd11ef7b4772aad6857f8760cb3 - md5: 91787b1aa532729d6a80a1f2c1273041 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cli - - r-clipr - - r-cpp11 - - r-crayon - - r-hms >=0.4.1 - - r-lifecycle >=0.2.0 - - r-r6 - - r-rlang - - r-tibble - - r-tzdb >=0.1.1 - - r-vroom >=1.5.4 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 845529 - timestamp: 1757517614115 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-readxl-1.4.5-r44h10e25cc_1.conda - sha256: 22b6799c3f56cb49d92a4f8324176768fca4fea7b84642a5fd4a5d059d85c549 - md5: a24384a62f0a25710dc17d232bfe05bc + size: 25691 + timestamp: 1757488103455 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch2-2.1.2-r45hc72bb7e_5.conda + sha256: 20ec2130c80ac4b9f5488ea5b1d207b932e99b8a41beae62a58a3fcb98480025 + md5: 9190c3379d369e61841fe1bad6dc91e2 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libiconv >=1.18,<2.0a0 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cellranger - - r-cpp11 >=0.4.0 - - r-progress - - r-tibble >=2.0.1 - license: MIT - license_family: MIT - size: 371441 - timestamp: 1757525755711 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch-2.0.0-r44hc72bb7e_2.conda - sha256: 651e5cfc5a8116899fd8ce87594601b7a75df82eb790e20cc4af526687c2a1db - md5: 9f6f463b456d1f8c99308fc1022f900a - depends: - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 25895 - timestamp: 1757488149590 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rematch2-2.1.2-r44hc72bb7e_5.conda - sha256: dbce30e4ef2ffae2bb3cff19ca247cac23a863e7c7db7ca407d6c25552e56944 - md5: 9c13ea9c0d41379ad6deee9e0c3932e9 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-tibble license: MIT license_family: MIT - size: 56015 - timestamp: 1757496162089 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-remotes-2.5.0-r44hc72bb7e_2.conda - sha256: 1f4d85feeeab79048cde675287b65e74ee56f0f1df3e9ed537649a735634e28d - md5: af39b8f71e6979bd00e9ef71e40bed1e + size: 56155 + timestamp: 1757496154915 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-remotes-2.5.0-r45hc72bb7e_2.conda + sha256: d0ffd9ce29b45dc3cbf3a49359feddc884cf404236c89dc0a9f0b704e542a406 + md5: 2587026beb4e8e8dc9aa0f39ad3f197e depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL3 - size: 436897 - timestamp: 1757451587405 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-repr-1.1.7-r44h785f33e_2.conda - sha256: d3042031f593eef9d930f96358fac052969605c261cfebe4921b2510cabeb6a5 - md5: 5d70ec0db6038ea5a9cb54d9fd66fb2f + size: 437047 + timestamp: 1757451645190 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-repr-1.1.7-r45h785f33e_2.conda + sha256: d8229a064695b7a0c36c70b148a76628f180693161bd35a77a9692481794ff37 + md5: 0442a7f2ecc741e142466a7edb5a606f depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-base64enc - r-htmltools - r-jsonlite - r-pillar >=1.4.0 license: GPL-3.0-only license_family: GPL3 - size: 147720 - timestamp: 1757481827811 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-reprex-2.1.1-r44hc72bb7e_2.conda - sha256: d6aeaa84694fb052ddd71d3bb1a00a95dbc6a4bb6b48ee7d7b52ff9a2fc198bf - md5: e24bcec7d3b3b07baa20f27bbf36a02b + size: 147271 + timestamp: 1757481783597 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-reprex-2.1.1-r45hc72bb7e_2.conda + sha256: d155a7f5b0afb37cb39bad0f156538a9b3d968d656f39ed1cf384d5c3e63aea6 + md5: 8606c6d25de127be0d1d7fa943f828e6 depends: - pandoc >=2.0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-callr >=3.6.0 - r-cli >=3.2.0 - r-clipr >=0.4.0 @@ -8974,80 +11044,26 @@ packages: - r-withr >=2.3.0 license: MIT license_family: MIT - size: 502143 - timestamp: 1757575283183 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-reshape2-1.4.5-r44h3697838_0.conda - sha256: b907ee3a5e04da8d424f9b273e3d024418227d08940bd2de158ccf82a83ba758 - md5: 089218ddb8b04cabbd53d7e6f02a785b + size: 502266 + timestamp: 1757575280578 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rex-1.2.2-r45hc72bb7e_0.conda + sha256: 645df2da4f945926e7fb98b7c0827caf37d390bbc48590636f28398bddbd1d2d + md5: ac173f9080a1b44112fe709319625541 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-plyr >=1.8.1 - - r-rcpp - - r-stringr - license: MIT - license_family: MIT - size: 128214 - timestamp: 1762975641310 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/r-restfulr-0.0.16-r44h5ef9028_0.tar.bz2 - sha256: ded27a112169cfaee4c5fb82b8ae9a7f702308be5e6049eb72bfd676c966b0be - md5: 5a366eab5e0c57f1660798e6b1f601d5 - depends: - - bioconductor-s4vectors >=0.13.15 - - bioconductor-s4vectors >=0.44.0,<0.45.0a0 - - libgcc >=13 - - r-base >=4.4,<4.5.0a0 - - r-rcurl - - r-rjson - - r-xml - - r-yaml - license: Artistic-2.0 - license_family: OTHER - size: 448692 - timestamp: 1751055738496 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rex-1.2.1-r44hc72bb7e_4.conda - sha256: 9259ed67be5c7c8d5c800e8ef17e4389ba9e1b5f8427690229ea1f29a7b07383 - md5: a16b5e3814b9705071938a149d710b74 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-lazyeval - r-magrittr + - r-withr license: MIT license_family: MIT - size: 125570 - timestamp: 1757451630787 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rjson-0.2.23-r44h3697838_1.conda - sha256: 4bb2b5a567e8523c0a6caf664b7b88ea7cb03591e106bcafbf201f69f2d15ccf - md5: 76fc8d84787c65659696bc6aa1b495e6 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only - license_family: GPL2 - size: 118914 - timestamp: 1757542200757 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rlang-1.1.6-r44h3697838_1.conda - sha256: fb0713478ade48e0c15103485968b2974563d3b2dd4895f0be4c7970f65c61d9 - md5: dc3e0d136136d2bd2e7f7e1ad53cc408 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-3.0-only - license_family: GPL3 - size: 1569324 - timestamp: 1757420889183 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rmarkdown-2.30-r44hc72bb7e_0.conda - sha256: 6aef124899807471fdc9244fbb8e8da8da4a49ffcb6391f8d064658038ffbb06 - md5: 5ca425ff851063103eb4eb029ac3485f + size: 125461 + timestamp: 1774815471389 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rmarkdown-2.31-r45hc72bb7e_0.conda + sha256: b3735a4e75eca023b24678251da041854b94a8b96588d81b605928d6ecf74f11 + md5: 25b9dbf0ff990b8b3111774878e3bb07 depends: - pandoc >=1.14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-bslib >=0.2.5.1 - r-evaluate >=0.13 - r-fontawesome >=0.5.0 @@ -9060,108 +11076,42 @@ packages: - r-yaml >=2.1.19 license: GPL-3.0-only license_family: GPL3 - size: 2086844 - timestamp: 1759149973237 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-roxygen2-7.3.3-r44h3697838_1.conda - sha256: 4f1159b7e3be889ab0a436c8c8d10864dd6f49f0583df5d1cd9b483f18f11ec4 - md5: abe1c315d85b430bf9e632ff87e924d9 + size: 2085382 + timestamp: 1774555006202 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rprojroot-2.1.1-r45hc72bb7e_1.conda + sha256: 9e359973b9433ffaef7a65a1f3483723048427aee4a3208512863c4c70c409a4 + md5: e1b7c51411ad3dd2a95aea6d466b12f7 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-brew - - r-commonmark - - r-cpp11 - - r-desc >=1.2.0 - - r-digest - - r-knitr - - r-pkgload >=1.0.2 - - r-purrr >=0.3.3 - - r-r6 >=2.1.2 - - r-rlang - - r-stringi - - r-stringr >=1.0.0 - - r-xml2 - license: MIT - license_family: GPL3 - size: 705732 - timestamp: 1757563761505 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rprojroot-2.1.1-r44hc72bb7e_1.conda - sha256: 23db8cfaf9c46b48fe8969c716887972f2d243e60268cca6999fdf1402b89f87 - md5: 51b5479ff88c1260e80ec9195189be13 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 116982 - timestamp: 1757447577256 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rsqlite-2.4.4-r44h3697838_0.conda - sha256: 1d5fe48e1c3f2ad822061d424558f15fdf5c186c12e146c35c1394f7177530b0 - md5: ea11b6032bad82e5f27fc295a209f0e9 + size: 117773 + timestamp: 1757447613700 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rstudioapi-0.19.0-r45hc72bb7e_0.conda + sha256: 896aeea3aa679a9dbd0277d10ef8dcfd011e45a1717129180a9877c1fd828f2a + md5: 5f1b6b899fa3204ab77403e75b9df5fd depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-bit64 - - r-blob >=1.2.0 - - r-cpp11 - - r-dbi >=1.1.0 - - r-memoise - - r-pkgconfig - - r-plogr >=0.2.0 - license: LGPL-2.1-or-later - license_family: LGPL - size: 1310391 - timestamp: 1762773311174 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-rstan-2.32.7-r44h3697838_0.conda - sha256: fb43fa6442e2e25c44dd9cbfa20b955b0cf81311ba3811d69eab2d6638ed273c - md5: a24abb052bdb58ecbb6f4833346433f2 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-ggplot2 >=3.3.5 - - r-gridextra >=2.3 - - r-inline >=0.3.19 - - r-loo >=2.4.1 - - r-pkgbuild >=1.2.0 - - r-quickjsr - - r-rcpp >=1.0.7 - - r-rcppeigen >=0.3.4.0.0 - - r-rcppparallel >=5.1.4 - - r-stanheaders >=2.32.0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 2389528 - timestamp: 1753958500920 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rstudioapi-0.17.1-r44hc72bb7e_1.conda - sha256: 680512a8a0f6756596269ce388f4c13aa9c63ddb7031692a905460bb6da38546 - md5: a0a0be6415cb5f1eb693c06b8804202f - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 318219 - timestamp: 1757460047965 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rversions-3.0.0-r44hc72bb7e_0.conda - sha256: 2a992c4e66904053dda99f56144cc675bee383223cc9d75cef25115370fa63d6 - md5: 0d8372fccb5ca284a2d3707d2b9392e6 + size: 357140 + timestamp: 1781250782889 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rversions-3.0.0-r45hc72bb7e_0.conda + sha256: ce6e20e0836735760c76ea66393c3f5d3447834cc8b2c064247a1ca238821d30 + md5: 3154fa3ece90604a48de42393bd6f7b0 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-curl - r-xml2 >=1.0.0 license: MIT license_family: MIT - size: 145164 - timestamp: 1760025528414 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rvest-1.0.5-r44hc72bb7e_1.conda - sha256: 526d48d789ead27e8d3db1cea63499b85ff5ab60652236cac93a83b86788ca27 - md5: 4e10d6e0cab403bd6b19f34e3180e124 + size: 145145 + timestamp: 1760025497442 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-rvest-1.0.5-r45hc72bb7e_1.conda + sha256: 02f66831210485f690a1a1f79dd70f5ba457a3390196d2766ceb0420fac06bc5 + md5: 9f8ec6838bd3fc01ff7f230ca1f924c9 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-glue - r-httr >=0.5 @@ -9174,42 +11124,13 @@ packages: - r-xml2 >=1.3 license: MIT license_family: MIT - size: 305335 - timestamp: 1758412932984 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-s7-0.2.0-r44h54b55ab_1.conda - sha256: f0a63122ed35e94194b7c871ab90eb02c5a1feb23b1aad71528a018e6b3a4d44 - md5: 966f2cf726c21c34ad8532c1d9272a55 + size: 305178 + timestamp: 1758413050327 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scales-1.4.0-r45hc72bb7e_1.conda + sha256: 260c384e952e5bd4d2c2de77b9e09b24ff1c1f680acd917c4657ab8c9e4e9a2f + md5: 8bc81cc6fd130cef963bc9e082726a14 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 310886 - timestamp: 1757526985173 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sass-0.4.10-r44h3697838_1.conda - sha256: 5aa378f547b9d77810f2c466a6a2715809e78af700e078d04ad839eb1f2f6e39 - md5: 523ee1e398b97b5369e9f457c6fabf45 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-digest - - r-fs - - r-htmltools - - r-r6 - - r-rappdirs - - r-rlang - license: MIT - license_family: MIT - size: 2316643 - timestamp: 1757464686244 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scales-1.4.0-r44hc72bb7e_1.conda - sha256: 4e28620ef9c4777bb165f87404466652baac788ccf40904d148ebd27430baa4f - md5: d5a3c79508fd7f6be657f69119265398 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-farver >=2.0.0 - r-labeling - r-lifecycle @@ -9219,44 +11140,43 @@ packages: - r-viridislite license: MIT license_family: MIT - size: 780906 - timestamp: 1757487429584 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scatterplot3d-0.3_44-r44h785f33e_3.conda - sha256: 73a52d62bcd636ef44fa598651e1bea2c208d9bea6694f6276451df1fad69af0 - md5: c3ca8d230fac69637219eb7b54922ae5 + size: 777793 + timestamp: 1757487539496 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-scatterplot3d-0.3_45-r45h785f33e_0.conda + sha256: bcde368cbf5a2c83b9c1fb8b3ba0722787af759f68d08bac6a82e966adbf999f + md5: ba820689c02638c807f83e6ab5c53142 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-only license_family: GPL2 - size: 361260 - timestamp: 1757508060588 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-selectr-0.4_2-r44hc72bb7e_5.conda - sha256: 3078d92daa08c2de51979278adcd6677c92cc761576f1ee0fd8cb7b4a1a01194 - md5: 7afd352c040a5a5062277adf3d1773ac + size: 370745 + timestamp: 1771995271935 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-selectr-0.6_0-r45hc72bb7e_0.conda + sha256: c991e38185c2e8055f4ff31d915bec46b64336fcee299bc91482b4053becdf28 + md5: 1e4dfbda9f1e0fa6b7d06d051b414966 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-r6 - - r-stringr license: BSD-3-Clause license_family: BSD - size: 422926 - timestamp: 1757496800044 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-sessioninfo-1.2.3-r44hc72bb7e_1.conda - sha256: 8d5af5e9db919709931128cc03df52eb420393a2f83414bac21955045224a9bc - md5: f0b99a3fe330a0b89cfd67e690ce8f1f + size: 494918 + timestamp: 1782544473770 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-sessioninfo-1.2.4-r45hc72bb7e_0.conda + sha256: 099c3806e6995cde020a5dbf2e4b03c5981e14eef83d892e3592755939018e76 + md5: be02ed4e441b3dbe719bd8c7e248fcfd depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-withr license: GPL-2.0-only license_family: GPL2 - size: 210461 - timestamp: 1757548030427 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-shiny-1.12.1-r44h785f33e_0.conda - sha256: 8313d5579bb9ce01e23c35f30dac081decf15c9aae3ca69d09912aea81c4fded - md5: 22c9f76fb9fd5f7a3b465e8649c3eb09 + size: 210965 + timestamp: 1780600515667 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-shiny-1.14.0-r45h785f33e_0.conda + sha256: ef0042ae1c3926ef9bee6c21cf761d7cf441eae61dceca7df143f3b9dc4c6f04 + md5: 2fb0e1ea59dd281487be303b1b7c6607 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-bslib >=0.6.0 - r-cachem >=1.1.0 - r-commonmark >=1.7 @@ -9278,89 +11198,22 @@ packages: - r-xtable license: GPL-3.0-only license_family: GPL3 - size: 3764392 - timestamp: 1765275212670 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sm-2.2_6.0-r44heaba542_2.conda - sha256: 6d0bf11b3a276cb4af5d12c25085bbbf66976fefd14175600722db61449102b3 - md5: ee95019837c35b186b930f397b0122f4 + size: 3789417 + timestamp: 1782070586086 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-snow-0.4_4-r45hc72bb7e_4.conda + sha256: 8055e7f6f78e72580c826f1aebe2f2853124fe1360cd803cc1e311a85c31f4bb + md5: 911762b49f2659a1b3d6789a27674c72 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 816813 - timestamp: 1757805115696 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-snow-0.4_4-r44hc72bb7e_4.conda - sha256: eac54b6b8dc5470710d289298214679bc2b93cc1041c8e9660c54dd8f30ba8e6 - md5: 8ac3bc039d3753f112dd0a3b969efc32 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL - size: 116633 - timestamp: 1757568498963 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sourcetools-0.1.7_1-r44h3697838_3.conda - sha256: d84cba04a2f8bd49137c391daaea3bc47dae8456e96580f88d881e6f9a93107a - md5: c68dfb84445fecab3ef321b7ce21bc79 + size: 116288 + timestamp: 1757568541144 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-stringr-1.6.0-r45h785f33e_0.conda + sha256: dea2a7676dd03ed93fa0ec961883c5075c361c8522659a1bc1e6b5c16525cb24 + md5: 8db438d8aa370726ee1ce8bf458f2e6d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 54290 - timestamp: 1757441652363 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stanheaders-2.32.10-r44ha36cffa_2.conda - sha256: af1f26066258f22242d6d3854396d55e10a93c692476c8a1683bca0560d8b447 - md5: 01866afed48bc5ae9d2bb9c32c15e38e - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-rcppeigen >=0.3.4.0.0 - - r-rcppparallel >=5.1.4 - license: BSD-3-Clause - license_family: BSD - size: 1539422 - timestamp: 1759235109702 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-statmod-1.5.1-r44hb1d0f04_0.conda - sha256: 3f49c89bd3ed8773e2dd2c8b5ab71127149d5239884a4f2b466fb46e93bfb08b - md5: 9f4312492e7a626b219c438b0e5ed709 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 321254 - timestamp: 1760005102520 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-stringi-1.8.7-r44h2dae267_1.conda - sha256: b813af09921f55ecbcb801eda95a1fd4b6906464f4106423106debe4e51e8da2 - md5: 7a4d6615664ef975115ba883a4846a63 - depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - license: FOSS - license_family: OTHER - size: 940213 - timestamp: 1757417790324 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-stringr-1.6.0-r44h785f33e_0.conda - sha256: 257a890269425bc338ee660fba694d28e9cc48e7bea9e6f1af9334123d97965c - md5: 4186ef1048a6a5e5f55c359eb442093f - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-glue >=1.6.1 - r-lifecycle >=1.0.3 @@ -9370,14 +11223,14 @@ packages: - r-vctrs license: MIT license_family: MIT - size: 318920 - timestamp: 1762269717092 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-styler-1.11.0-r44hc72bb7e_0.conda - sha256: da8c06c9d1d73414323ca836311507325ec6cdad2b1a9c68dc22ec61663edad5 - md5: 6598c21500ebd827212c4380d95bb365 + size: 319328 + timestamp: 1762269757617 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-styler-1.11.0-r45hc72bb7e_0.conda + sha256: 16d53f5fbafdba89624e5d4860120a538ee94ac4651d89d40e97eae02240603e + md5: e11d9f5eddc3c37ec8c6ddfe68ba8e1d depends: - r-backports >=1.1.0 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=1.1.0 - r-magrittr >=2.0.0 - r-purrr >=0.2.3 @@ -9390,155 +11243,13 @@ packages: - r-xfun >=0.1 license: MIT license_family: MIT - size: 809138 - timestamp: 1760338512577 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-survival-3.8_3-r44h54b55ab_1.conda - sha256: 2df0e6ae3936c9b3b7a7fe856a9ef657246c87c5b4ed68aa9703557b661bc821 - md5: 9caffbc2b318c14a97d04f2477b16568 + size: 807625 + timestamp: 1760338508835 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyselect-1.2.1-r45hc72bb7e_2.conda + sha256: fca09d6b9940f1e1cda0425a0f55716bba202d6f55d6bd25fedec391006c7dc7 + md5: 15aa0f323385403fe182e46a1d095e1b depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-matrix - license: LGPL-2.0-or-later - license_family: LGPL - size: 8275876 - timestamp: 1757461467290 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-sys-3.4.3-r44h54b55ab_1.conda - sha256: fb66890ea18fb2cc36ed1349cda0d5da831cdb186344ee7a781adc18ad29ffe1 - md5: 52483832668bfe9a097ce5c438751fee - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 50068 - timestamp: 1757441775859 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-systemfonts-1.3.1-r44h74f4acd_0.conda - sha256: a486bfefb2c34c35939fd2858d427de16ad62dc69545d05405a22b4b30ccef17 - md5: 9dd85dd986c86856fe2b880705fef832 - depends: - - __glibc >=2.17,<3.0.a0 - - libfreetype >=2.14.1 - - libfreetype6 >=2.14.1 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-base64enc - - r-cpp11 >=0.2.1 - - r-jsonlite - - r-lifecycle - license: MIT - license_family: MIT - size: 708059 - timestamp: 1759353223456 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tensora-0.36.2.1-r44h54b55ab_2.conda - sha256: a2699fe85d5206700753213c9e2870932ecfb332913515434f241b20c00af7a0 - md5: e200aed87bdbeeb5deada9424dacdcd3 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-or-later - license_family: GPL3 - size: 239439 - timestamp: 1757512562925 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-testthat-3.3.1-r44h3697838_0.conda - sha256: c155b38bbb61e8f7e388e5fd74e12b672d6de8cd4f79851d69049da24f80b134 - md5: 6ed6587555a1e9c40b6e1aa80eeb848d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-brio >=1.1.3 - - r-callr >=3.7.3 - - r-cli >=3.6.1 - - r-desc >=1.4.2 - - r-digest >=0.6.33 - - r-evaluate >=1.0.1 - - r-jsonlite >=1.8.7 - - r-lifecycle >=1.0.3 - - r-magrittr >=2.0.3 - - r-pkgload >=1.3.2.1 - - r-praise >=1.0.0 - - r-processx >=3.8.2 - - r-ps >=1.7.5 - - r-r6 >=2.5.1 - - r-rlang >=1.1.1 - - r-waldo >=0.6.0 - - r-withr >=3.0.2 - license: MIT - license_family: MIT - size: 1815640 - timestamp: 1764088794456 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-textshaping-1.0.4-r44h74f4acd_0.conda - sha256: 6af878e7ca8bd127a34cf99cb6c777493d1bcc08c52e056ea5e71b06858b94ab - md5: daafb92653bf443e199e79293f772e5f - depends: - - __glibc >=2.17,<3.0.a0 - - fribidi >=1.0.16,<2.0a0 - - harfbuzz >=12.1.0 - - libfreetype >=2.14.1 - - libfreetype6 >=2.14.1 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cpp11 >=0.2.1 - - r-lifecycle - - r-stringi - - r-systemfonts >=1.3.0 - license: MIT - license_family: MIT - size: 187772 - timestamp: 1760176887348 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tibble-3.3.0-r44h54b55ab_1.conda - sha256: 1904f7f80e90ebde1bc138906c9dc15660cd72b65cc0a5986ee5d3d3a728f562 - md5: 0066c02fd1b53ab8020a3899d469f62f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-fansi >=0.4.0 - - r-lifecycle >=1.0.0 - - r-magrittr - - r-pillar >=1.8.1 - - r-pkgconfig - - r-rlang >=1.0.2 - - r-vctrs >=0.4.2 - license: MIT - license_family: MIT - size: 619014 - timestamp: 1757483188828 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tidyr-1.3.1-r44h3697838_2.conda - sha256: 4d1bc9a47e3cf1790ed2af3587c22b3b021b4b84da9d7b7896cf3286a712b96a - md5: df33e66a25d160cc01aa3d3dd357fbfb - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cli >=3.4.1 - - r-dplyr >=1.0.10 - - r-glue - - r-lifecycle >=1.0.3 - - r-magrittr - - r-purrr >=1.0.1 - - r-rlang >=1.0.4 - - r-stringr >=1.5.0 - - r-tibble >=2.1.1 - - r-tidyselect >=1.2.0 - - r-vctrs >=0.5.2 - license: MIT - license_family: MIT - size: 1127563 - timestamp: 1757505592576 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyselect-1.2.1-r44hc72bb7e_2.conda - sha256: 11958a4c8f9e414aa6d7a9d5fc1161423258fce9ab9a19f23f8957dc83688470 - md5: d51e16d0d45d1f5a21f74a9562ffd37d - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli >=3.3.0 - r-glue >=1.3.0 - r-lifecycle >=1.0.3 @@ -9547,13 +11258,13 @@ packages: - r-withr license: MIT license_family: MIT - size: 219708 - timestamp: 1757475755088 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyverse-2.0.0-r44h785f33e_3.conda - sha256: ca71b4873adcbe850c9931f5ce34ca0aa688b9d722d7bb1dbb5bf5c3147131b1 - md5: 6dd18be090bd4e5fc166e049e0e67871 + size: 220192 + timestamp: 1757475791328 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tidyverse-2.0.0-r45h785f33e_3.conda + sha256: 72940eeb3124b11708443e55f76379453b4973e6bd2b004f50cbd529f0ee504e + md5: 6a2cafa0926645b487c39e1c397ec813 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-broom >=1.0.3 - r-cli >=3.6.0 - r-conflicted >=1.2.0 @@ -9586,74 +11297,37 @@ packages: - r-xml2 >=1.3.3 license: MIT license_family: MIT - size: 426594 - timestamp: 1758467296446 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-timechange-0.3.0-r44h3697838_2.conda - sha256: 36302fafe88aac4ad676cbee6bd6924b2d534aa18ea62904f29ad14239e58601 - md5: c4ebce9e9efd230e39590177e4707ffd + size: 427253 + timestamp: 1758467348888 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tinytex-0.60-r45hc72bb7e_0.conda + sha256: 1fad4d08756ca2d7db04cfaf88e9df797da95a5f7f4b8aabc165eee36faddafc + md5: 5ee226c1449c66d1cd2399d942faa04d depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cpp11 >=0.2.7 - license: GPL-3.0-only AND Apache-2.0 - license_family: GPL3 - size: 194780 - timestamp: 1757491240245 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-tinytex-0.57-r44hc72bb7e_1.conda - sha256: 73566e3a6ba4681ec50f157f890ba0c1782ea97851ab310eddc6fd7d156ec460 - md5: 8b64c8bc21ac59c74646dbeb24301ab6 - depends: - - r-base >=4.4,<4.5.0a0 - - r-xfun >=0.5 + - r-base >=4.5,<4.6.0a0 + - r-xfun >=0.48 license: MIT license_family: MIT - size: 153241 - timestamp: 1757456334205 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tmvnsim-1.0_2-r44heaba542_7.conda - sha256: cceedc0bcb0f3f31e8716243d3a2d54eb782455fd0754ab21636881a49b81402 - md5: 7e45224bed698db7a9b4c093f4a36c4a + size: 158240 + timestamp: 1782203211628 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-urlchecker-2.0.0-r45hc72bb7e_0.conda + sha256: 0a19d2358ccb2e74e37ac7e8c52d56155d28097df05d8246c5ebca8246636c09 + md5: fee94fe2c66082d058b42addd661163e depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - r-base >=4.4,<4.5.0a0 - license: GPL-2.0-only - license_family: GPL2 - size: 34522 - timestamp: 1757491922032 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-tzdb-0.5.0-r44h3697838_2.conda - sha256: 4640ae24c27ce009406b392c739d9ef6015ed6243fa3f6b8b466ccc47cf9ad9f - md5: 22de54c4ce316337baf45289e63ab601 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cpp11 >=0.5.2 - license: MIT - license_family: MIT - size: 554579 - timestamp: 1757489995373 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-urlchecker-1.0.1-r44hc72bb7e_4.conda - sha256: 387f16b5cd2a43008b960540a062a4f640beb6330bda558fcc8ee3a4c65440b2 - md5: 758d7f34c4ee93da99b03493760aae48 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-curl + - r-gitcreds + - r-rlang >=1.1.0 - r-xml2 license: GPL-3.0-only license_family: GPL3 - size: 52354 - timestamp: 1758409122934 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-usethis-3.2.1-r44hc72bb7e_1.conda - sha256: 1182f2621d960e48c425ef9531be71217db3ef308040752050ad89ccde248fbf - md5: c12c8d608c5d8300418923e35724ebc8 + size: 96352 + timestamp: 1783585110166 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-usethis-3.2.1-r45hc72bb7e_1.conda + sha256: 3c8dc056e071d002dfde20f14cd8b1bad4b210f6e7e2d26cfc5eaf8f1342b1b2 + md5: dcbfbae5c448a2e54f37457f16075468 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-clipr >=0.3.0 - r-crayon @@ -9676,97 +11350,33 @@ packages: - r-yaml license: MIT license_family: MIT - size: 916613 - timestamp: 1758433321593 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-utf8-1.2.6-r44h54b55ab_1.conda - sha256: 8baeb9d46c17ce6578155af0f2dce665267eb8a16fa263659ad33e5005c3ed3f - md5: c7bce6987e0f5aaf9bdf5296dd3693c4 + size: 915479 + timestamp: 1758433263601 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-vioplot-0.5.1-r45hc72bb7e_1.conda + sha256: bd1f3ebadeebab1cfcc6b71230acc2763327a9c8b6eb547f2aa5acb150453e28 + md5: 9e6b4dd4b93be0008d932ed8ecf84f44 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: Apache-2.0 - license_family: APACHE - size: 147724 - timestamp: 1757424747047 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-uuid-1.2_1-r44h54b55ab_1.conda - sha256: 61289d9f8c36c94bc82bb880bf1aa39d8eb7d5bf67a16677947b34e8df58a7e1 - md5: 7cd30b76e660299de48282b6041431c2 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 56491 - timestamp: 1757439879408 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vctrs-0.6.5-r44h3697838_2.conda - sha256: 3c6522448a44c373a6082fe09737fcd54803044eb533b2b49e8d508eaaa9626a - md5: e93d96165f866807b682452f3c31b1ea - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-cli >=3.4.0 - - r-glue - - r-lifecycle >=1.0.3 - - r-rlang >=1.0.6 - license: MIT - license_family: MIT - size: 1266235 - timestamp: 1757458092486 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-vioplot-0.5.1-r44hc72bb7e_1.conda - sha256: 02ab320c0acce8233a53242d86e0a7b5eca144dcf43f836fb2dd335628dedee2 - md5: fa2cdde0af4a471beca54f4f6e01a17a - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-sm - r-zoo license: BSD-3-Clause license_family: BSD - size: 359496 - timestamp: 1757963268229 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-viridislite-0.4.2-r44hc72bb7e_3.conda - sha256: 58dcf8f808735a78fdd488ea92471c85245f4ccf81d28903f5fcc4a7c0a63fb9 - md5: f7988a8606e974bba5a4d933236a6f2f + size: 359445 + timestamp: 1757963225900 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-viridislite-0.4.3-r45hc72bb7e_0.conda + sha256: b9ec9606562f0f6bdefc237bbc6163eb1cb022f9d699c80771bc84af0ae37269 + md5: bcadc0a3726e2191e51449f67fa5e0a9 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 1304808 - timestamp: 1757455822836 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-vroom-1.6.6-r44h3697838_0.conda - sha256: 0a9ee50ec2b212b0d9938495b15cfd354d52a64b3204a4f8a9ec176b358aaf63 - md5: 0f28463c6576cbfd53432dd19959ecba + size: 1305542 + timestamp: 1770191459321 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-waldo-0.6.2-r45hc72bb7e_1.conda + sha256: 57eb80cb919524dde77b4c19f257ac9b327aba900e28298d990fa622f30b6f09 + md5: 86406bcc46061e27fe7ec24f73eb6676 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 - - r-bit64 - - r-cli - - r-cpp11 >=0.2.0 - - r-crayon - - r-glue - - r-hms - - r-lifecycle - - r-progress >=1.2.1 - - r-rlang >=0.4.2 - - r-tibble >=2.0.0 - - r-tidyselect - - r-tzdb >=0.1.1 - - r-vctrs >=0.2.0 - - r-withr - license: MIT - license_family: MIT - size: 887431 - timestamp: 1758291277053 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-waldo-0.6.2-r44hc72bb7e_1.conda - sha256: 1df50e9e24eebacb023a3ce10ad8dbc2e72f4ececef481173b8b3af64486b98d - md5: af452397f5133a113606b71049cc2f78 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-cli - r-diffobj >=0.3.4 - r-fansi @@ -9776,213 +11386,73 @@ packages: - r-tibble license: MIT license_family: MIT - size: 144342 - timestamp: 1757501600562 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-whisker-0.4.1-r44hc72bb7e_3.conda - sha256: 62f9d8bac98740183d1613605e8652b67ed9eae896481996f327b63a6e644831 - md5: edd5604d0bc3692b35ee0eb73283499f + size: 144204 + timestamp: 1757501656298 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-whisker-0.4.1-r45hc72bb7e_3.conda + sha256: f61bc764a85693d28dfc9dba60bc13acd89c3fd8fe85aa212530a3558bfecec0 + md5: 5cd861608ecbeab0574d59a7754deba7 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-3.0-only license_family: GPL3 - size: 82818 - timestamp: 1757468218832 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-withr-3.0.2-r44hc72bb7e_1.conda - sha256: dda58385230d6969a184022bbd3d692007d696c3b4491f70ecaa94ee0c5e7dac - md5: 0fdd8ccde2641093c651e2b6a25d85e1 + size: 83008 + timestamp: 1757468282426 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-withr-3.0.3-r45hc72bb7e_0.conda + sha256: 56f318c90bfc74f01339c83f0e1d0817c1b762ea46cd9e527fec9dcf244c5900 + md5: 388d25e67f93a5fec2aebe56d6a0a1d9 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL-2.0-or-later license_family: GPL2 - size: 235008 - timestamp: 1757447310876 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xfun-0.54-r44h3697838_0.conda - sha256: 98cff801a52bb250c2511cc83d62a336bf3dafe167e1fb31c0b864b9ae5f159c - md5: 9e8703f87d8888d6ef9c9154561d842c + size: 235287 + timestamp: 1781856624720 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xmlparsedata-1.0.5-r45hc72bb7e_4.conda + sha256: 9f57360c5ead5ed2c425643d83976f0769bff821b7237625493a3e55050aaa97 + md5: 399cae3eda1b9bfa1140d2ad6aa0816a depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: MIT license_family: MIT - size: 584762 - timestamp: 1761852477666 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml-3.99_0.17-r44h7c9d5c0_3.conda - sha256: 6e950d297818938f0d0f61ccdb60c2d0f99e733ecbd3e8005d65edad123f91df - md5: 1fb2d58ef329162ad0592bc2eedf4c3e + size: 28840 + timestamp: 1757451925197 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xopen-1.0.1-r45hc72bb7e_2.conda + sha256: af8aecc4a3fe0bf7936ca178a3280ac5dcdcfe385c8337b9a29630cb96aa9bda + md5: c2a6b820f0a9d1ed0cf0e134933d0f84 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - liblzma >=5.8.1,<6.0a0 - - libxml2 >=2.13.8,<2.14.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - license: BSD-2-Clause - license_family: BSD - size: 1770911 - timestamp: 1757617358051 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-xml2-1.4.0-r44hc6fd541_1.conda - sha256: f391b6989d7f2939b2060cef78e04785a6a15b855413029d18ab0f3cfb08b99f - md5: 0e2dac513c802712a6d01dc52e54df07 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - liblzma >=5.8.1,<6.0a0 - - libstdcxx >=14 - - libxml2 >=2.13.8,<2.14.0a0 - - libzlib >=1.3.1,<2.0a0 - - r-base >=4.4,<4.5.0a0 - - r-cli - - r-rlang >=1.1.0 - license: GPL-2.0-or-later - license_family: GPL2 - size: 354483 - timestamp: 1757555189504 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xmlparsedata-1.0.5-r44hc72bb7e_4.conda - sha256: e1cfd008864bfa8635c0cd26ebe301b57041acfaaa060b58ca1cdc55b1d3e9a9 - md5: 4a0ed3cdc553f7e97003d7b5abfd45b4 - depends: - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: MIT - size: 28848 - timestamp: 1757451920883 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xopen-1.0.1-r44hc72bb7e_2.conda - sha256: b0ceffeda93d9be2cf342d17e95efe7db725738ac65d6ff3db5b7b30e76e9b06 - md5: ef40111fafaa159e49c0058ccd4484c8 - depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 - r-processx license: MIT license_family: MIT - size: 33449 - timestamp: 1757570911160 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xtable-1.8_4-r44hc72bb7e_7.conda - sha256: b3db7745d076860ca48170a27a4f65448c20fa2af1ead391f531337b06f79d7d - md5: cd78e7159529d6e37c3945e6aad05c2c + size: 33290 + timestamp: 1757570912406 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/r-xtable-1.8_8-r45hc72bb7e_0.conda + sha256: 972923364cfd616ccf38768477c435677cfe1ea18a72016f90344ea920e4fea5 + md5: e18fda0821f0fdc1c34276c5e0acdc92 depends: - - r-base >=4.4,<4.5.0a0 + - r-base >=4.5,<4.6.0a0 license: GPL (>= 2) license_family: GPL3 - size: 703893 - timestamp: 1757456431084 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-yaml-2.3.10-r44h54b55ab_1.conda - sha256: 6c326208d1337b75d6d8c54034d755f4a3c117d3776fb8b9743b33f1574af47d - md5: cee55143ddb0399c9beb063f0a0b7de1 + size: 744345 + timestamp: 1771859982217 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/requests-2.34.2-pyhcf101f3_0.conda + sha256: 1715246b19c9f85ee022933b4845f2fc14ac9184981b7b7d9b728bec8e9588da + md5: 4a85203c1d80c1059086ae860836ffb9 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: BSD-3-Clause - license_family: BSD - size: 120229 - timestamp: 1757421960299 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zip-2.3.3-r44h54b55ab_1.conda - sha256: 4ab80520dedd0043b132df9b2cdbf8d3a789902e389bccaa10d0a3f9b16585c4 - md5: 24fa0d0ad4b69d842e6ff62356c81128 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - license: MIT - license_family: CC - size: 156936 - timestamp: 1757447522903 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/r-zoo-1.8_14-r44h54b55ab_1.conda - sha256: bdd95f2f0070220dbeee0ca9dfbd36de8c232d60121e0b61f04314baccb7c90a - md5: e7a91f0b5a26b7d61ed86423ca9d3d49 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - r-base >=4.4,<4.5.0a0 - - r-lattice >=0.20_27 - license: GPL-2.0-or-later - license_family: GPL3 - size: 1019051 - timestamp: 1757457839052 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/rav1e-0.7.1-h8fae777_3.conda - sha256: 6e5e704c1c21f820d760e56082b276deaf2b53cf9b751772761c3088a365f6f4 - md5: 2c42649888aac645608191ffdc80d13a - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - constrains: - - __glibc >=2.17 - license: BSD-2-Clause - license_family: BSD - size: 5176669 - timestamp: 1746622023242 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-8.2.13-h7b50bb2_3.tar.bz2 - sha256: 2a974acb73d07dc7e142c997101f14ce865ea4b8f8fb203849002848c37171b9 - md5: 48880314905ab03663a8fb4d97c835ff - depends: - - libgcc >=13 - license: GPL - size: 3227304 - timestamp: 1734060260551 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/raxml-ng-1.2.2-h6747034_2.tar.bz2 - sha256: c59ac13eb664675b08957ced119250e5d9ba08bd4cc3923d84c4fe428d49311b - md5: 4cd32a341c3a8fd75114ba4f2da541b7 - depends: - - gmp >=6.3.0,<7.0a0 - - libgcc >=13 - - libstdcxx >=13 - - openmpi >=4.1.6,<5.0a0 - license: AGPL-3 - license_family: AGPL - size: 1665756 - timestamp: 1744728242938 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/readline-8.2-h8c095d6_2.conda - sha256: 2d6d0c026902561ed77cd646b5021aef2d4db22e57a5b0178dfc669231e06d2c - md5: 283b96675859b20a825f8fa30f311446 - depends: - - libgcc >=13 - - ncurses >=6.5,<7.0a0 - license: GPL-3.0-only - license_family: GPL - size: 282480 - timestamp: 1740379431762 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-14.2.5.post0-hb9d3cd8_0.conda - sha256: a1973f41a6b956f1305f9aaefdf14b2f35a8c9615cfe5f143f1784ed9aa6bf47 - md5: 69fbc0a9e42eb5fe6733d2d60d818822 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 34194 - timestamp: 1731925834928 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/reproc-cpp-14.2.5.post0-h5888daf_0.conda - sha256: 568485837b905b1ea7bdb6e6496d914b83db57feda57f6050d5a694977478691 - md5: 828302fca535f9cfeb598d5f7c204323 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - reproc 14.2.5.post0 hb9d3cd8_0 - license: MIT - license_family: MIT - size: 25665 - timestamp: 1731925852714 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/requests-2.32.5-pyhd8ed1ab_0.conda - sha256: 8dc54e94721e9ab545d7234aa5192b74102263d3e704e6d0c8aa7008f2da2a7b - md5: db0c6b99149880c8ba515cf4abe93ee4 - depends: - - certifi >=2017.4.17 + - python >=3.10 + - certifi >=2023.5.7 - charset-normalizer >=2,<4 - idna >=2.5,<4 - - python >=3.9 - - urllib3 >=1.21.1,<3 + - urllib3 >=1.26,<3 + - python constrains: - - chardet >=3.0.2,<6 + - chardet >=3.0.2,<8 license: Apache-2.0 license_family: APACHE - size: 59263 - timestamp: 1755614348400 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/rich-14.2.0-pyhcf101f3_0.conda - sha256: edfb44d0b6468a8dfced728534c755101f06f1a9870a7ad329ec51389f16b086 - md5: a247579d8a59931091b16a1e932bbed6 + size: 68709 + timestamp: 1778851103479 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/rich-15.0.0-pyhcf101f3_0.conda + sha256: 3d6ba2c0fcdac3196ba2f0615b4104e532525ffa1335b50a2878be5ff488814a + md5: 0242025a3c804966bf71aa04eee82f66 depends: - markdown-it-py >=2.2.0 - pygments >=2.13.0,<3.0.0 @@ -9991,181 +11461,27 @@ packages: - python license: MIT license_family: MIT - size: 200840 - timestamp: 1760026188268 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml-0.18.16-py311h49ec1c0_0.conda - sha256: 3ad29409ab3742a4cab9e42fc936a2678249c97bbe014905d215afab3aaf13bb - md5: 945689ec8e69e9f254eceef82c9f932f + size: 208577 + timestamp: 1775991661559 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-80.10.2-pyh332efcf_0.conda + sha256: f5fcb7854d2b7639a5b1aca41dd0f2d5a69a60bbc313e7f192e2dc385ca52f86 + md5: 7b446fcbb6779ee479debb4fd7453e6c depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - ruamel.yaml.clib >=0.1.2 + - python >=3.10 license: MIT license_family: MIT - size: 276028 - timestamp: 1761160704044 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/ruamel.yaml.clib-0.2.14-py311h49ec1c0_0.conda - sha256: c17b1dc975839a35efc434d3391b8aaa1977a541641d8729c883d5106fb64b97 - md5: 4942e6597e5fc980020b648353c711d4 + size: 678888 + timestamp: 1769601206751 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-83.0.0-pyh332efcf_0.conda + sha256: 48a9f96016505debadfc67f06de7ac548decbc38d327409b24b0432ef6f16335 + md5: 6bf6acbab2499830180ec88c3aff2fa4 depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 + - python >=3.10 license: MIT license_family: MIT - size: 141908 - timestamp: 1760564334661 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/salmon-1.10.3-haf24da9_3.tar.bz2 - sha256: 8b09bc39fd7df1bb325484c69e755b1dac1ef3ddb7ea156dfe5ba60c37949755 - md5: b48fb17ab6ae217737dd84ef4df2f416 - depends: - - boost-cpp - - bzip2 >=1.0.8,<2.0a0 - - icu - - libgcc >=13 - - libjemalloc >=5.3.0 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - tbb >=2022.0.0 - license: GPL-3.0-or-later - license_family: GPL3 - size: 6298616 - timestamp: 1733976993298 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/samtools-1.22.1-h96c455f_0.tar.bz2 - sha256: 5850a463a6ccf6a6f94944944d9fa1a49a86942a4365d2aaa035b89ea56ea908 - md5: 7088984cee084e606b2826b1fc3b5906 - depends: - - htslib >=1.22.1,<1.23.0a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - license: MIT - size: 499281 - timestamp: 1752528204243 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scikit-learn-1.7.2-py311hc3e1efb_0.conda - sha256: c10973e92f71d6a1277a29d3abffefc9ed4b27854b1e3144e505844d7e0a3fe7 - md5: 3f5b4f552d1ef2a5fdc2a4e25db2ee9a - depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - - joblib >=1.2.0 - - libgcc >=14 - - libstdcxx >=14 - - numpy >=1.22.0 - - numpy >=1.23,<3 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - scipy >=1.8.0 - - threadpoolctl >=3.1.0 - license: BSD-3-Clause - license_family: BSD - size: 9785405 - timestamp: 1757406401803 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/scipy-1.16.3-py311h1e13796_0.conda - sha256: 3027e8d71a7b7e6b0d14af8f9729ee3923421ff5ee6557f7c7a943786985e524 - md5: 64a45020cd5a51f02fea17ad4dc76535 - depends: - - __glibc >=2.17,<3.0.a0 - - libblas >=3.9.0,<4.0a0 - - libcblas >=3.9.0,<4.0a0 - - libgcc >=14 - - libgfortran - - libgfortran5 >=14.3.0 - - liblapack >=3.9.0,<4.0a0 - - libstdcxx >=14 - - numpy <2.6 - - numpy >=1.23,<3 - - numpy >=1.25.2 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: BSD-3-Clause - license_family: BSD - size: 17213197 - timestamp: 1761691072055 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sed-4.9-h6688a6e_0.conda - sha256: ee826aa0c6157d4a947722b1205964482ff8e88136bd3161864f8cefdca85b5b - md5: 171afc5f7ca0408bbccbcb69ade85f92 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: GPL-3.0-only - license_family: GPL - size: 228948 - timestamp: 1746562045847 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sepp-4.5.6-py311haab0aaa_1.conda - sha256: 535733caba2be4e8606189e6b3d1f8d0bedc098d1112f48c4f708437e732ca3c - md5: 974306d6a04301f85cd8832204512be5 - depends: - - dendropy >=5.0.8,<6.0a0 - - hmmer >=3.4,<3.5.0a0 - - libgcc >=13 - - pasta - - pplacer >=1.1.alpha17 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: GPL-3.0-or-later - license_family: GPL3 - size: 1781777 - timestamp: 1755700799279 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/seqkit-2.10.1-he881be0_0.conda - sha256: 1092b10c33272f04a7b9ab074c417d116c80f57ca19ce918969825b8b5205812 - md5: 7aa968b0961e96eb81ad6bfb78711996 - license: MIT - license_family: MIT - size: 12323830 - timestamp: 1755592064787 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/seqmagick-0.8.6-pyhdfd78af_0.tar.bz2 - sha256: 142ff8f89f681c5eeb9429129830d33cf3f8af368109ea9cfb3de5bcced6c3a6 - md5: 48bf0962ccaa5778ed48b50749f4b85d - depends: - - biopython >=1.78 - - pygtrie - - python >3 - license: GNU General Public License (GPL) - license_family: GPL - size: 56328 - timestamp: 1678577572949 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/setuptools-80.9.0-pyhff2d567_0.conda - sha256: 972560fcf9657058e3e1f97186cc94389144b46dbdf58c807ce62e83f977e863 - md5: 4de79c071274a53dcaf2a8c749d1499e - depends: - - python >=3.9 - license: MIT - license_family: MIT - size: 748788 - timestamp: 1748804951958 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/simdjson-4.0.7-hb700be7_0.conda - sha256: 5e29efa1927929885e00909c0386b160d13100a73e031432c42e74df2151f775 - md5: cc9c262a71dd584aa5a3a22fc963255c - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - license: Apache-2.0 - license_family: APACHE - size: 267708 - timestamp: 1759262988515 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sip-6.10.0-py311h1ddb823_1.conda - sha256: dd954857c0766c2343c416c5087d6bfaca3f4967981339d87fa57b002a77d798 - md5: 8012258dbc1728a96a7a72a2b3daf2ad - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - packaging - - ply - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - - setuptools - - tomli - license: BSD-2-Clause - license_family: BSD - size: 691048 - timestamp: 1759438063197 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda + size: 642081 + timestamp: 1783619174976 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/six-1.17.0-pyhe01879c_1.conda sha256: 458227f759d5e3fcec5d9b7acce54e10c9e1f4f4b7ec978f3bfd54ce4ee9853d md5: 3339e3b65d58accf4ca4fb8748ab16b3 depends: @@ -10175,18 +11491,7 @@ packages: license_family: MIT size: 18455 timestamp: 1753199211006 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sleef-3.9.0-ha0421bc_0.conda - sha256: 57afc2ab5bdb24cf979964018dddbc5dfaee130b415e6863765e45aed2175ee4 - md5: e8a0b4f5e82ecacffaa5e805020473cb - depends: - - __glibc >=2.17,<3.0.a0 - - _openmp_mutex >=4.5 - - libgcc >=14 - - libstdcxx >=14 - license: BSL-1.0 - size: 1951720 - timestamp: 1756274576844 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sniffio-1.3.1-pyhd8ed1ab_2.conda sha256: dce518f45e24cd03f401cb0616917773159a210c19d601c5f2d4e0e5879d30ad md5: 03fe290994c5e4ec17293cfb6bdce520 depends: @@ -10195,149 +11500,31 @@ packages: license_family: Apache size: 15698 timestamp: 1762941572482 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/sqlite-3.51.0-heff268d_0.conda - sha256: 5cece58ca7353705ea47bbe44088baee70d2dfa8bdf2bbcd211698f60ab5e7cd - md5: 5422f0e1b59d2aa29329d5b3e36d57e5 - depends: - - __glibc >=2.17,<3.0.a0 - - icu >=75.1,<76.0a0 - - libgcc >=14 - - libsqlite 3.51.0 hee844dc_0 - - libzlib >=1.3.1,<2.0a0 - - ncurses >=6.5,<7.0a0 - - readline >=8.2,<9.0a0 - license: blessing - size: 182985 - timestamp: 1762299697693 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/sra-tools-3.2.1-h4304569_1.tar.bz2 - sha256: 607b43e8f5b0c9e0e7228bbe19d3d50a6dc54d4b072b0ed508081fe468604264 - md5: e25d29bf7be97231d3d01fedeb7e01c0 - depends: - - ca-certificates - - curl - - libgcc - - libgcc-ng >=12 - - libstdcxx - - libstdcxx-ng >=12 - - ncbi-vdb >=3.2.1 - - ncbi-vdb >=3.2.1,<4.0a0 - - ossuuid - - perl - - perl-uri - - perl-xml-libxml - license: Public Domain - size: 64003013 - timestamp: 1750275321138 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/suitesparse-7.10.1-h5b2951e_7100101.conda - sha256: 7c1c5bd2ba8385202ac3cb4c9c7f9bb87a2e677e977afd72c910314c014b28be - md5: e927e0f248a498050443dab8bb1203a9 - depends: - - libsuitesparseconfig ==7.10.1 h901830b_7100101 - - libamd ==3.3.3 h456b2da_7100101 - - libbtf ==2.3.2 hf02c80a_7100101 - - libcamd ==3.3.3 hf02c80a_7100101 - - libccolamd ==3.3.4 hf02c80a_7100101 - - libcolamd ==3.3.4 hf02c80a_7100101 - - libcholmod ==5.3.1 h9cf07ce_7100101 - - libcxsparse ==4.4.1 hf02c80a_7100101 - - libldl ==3.3.2 hf02c80a_7100101 - - libklu ==2.3.5 h95ff59c_7100101 - - libumfpack ==6.3.5 h873dde6_7100101 - - libparu ==1.0.0 hc6afc67_7100101 - - librbio ==4.3.4 hf02c80a_7100101 - - libspex ==3.2.3 h9226d62_7100101 - - libspqr ==4.3.4 h23b7119_7100101 - license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 - size: 12135 - timestamp: 1741963824816 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/svt-av1-3.1.2-hecca717_0.conda - sha256: 34e2e9c505cd25dba0a9311eb332381b15147cf599d972322a7c197aedfc8ce2 - md5: 9859766c658e78fec9afa4a54891d920 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - license: BSD-2-Clause - license_family: BSD - size: 2741200 - timestamp: 1756086702093 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_105.conda - sha256: 09d3b6ac51d437bc996ad006d9f749ca5c645c1900a854a6c8f193cbd13f03a8 - md5: 8c09fac3785696e1c477156192d64b91 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_106.conda + sha256: 1c8057e6875eba958aa8b3c1a072dc9a75d013f209c26fd8125a5ebd3abbec0c + md5: 32d866e43b25275f61566b9391ccb7b5 depends: - __unix - cpython - gmpy2 >=2.0.8 - - mpmath >=0.19 - - python >=3.9 + - mpmath >=1.1.0,<1.5 + - python >=3.10 license: BSD-3-Clause license_family: BSD - size: 4616621 - timestamp: 1745946173026 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sysroot_linux-64-2.28-h4ee821c_8.conda - sha256: 0053c17ffbd9f8af1a7f864995d70121c292e317804120be4667f37c92805426 - md5: 1bad93f0aa428d618875ef3a588a889e + size: 4661767 + timestamp: 1771952371059 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/sysroot_linux-64-2.28-h4ee821c_9.conda + sha256: c47299fe37aebb0fcf674b3be588e67e4afb86225be4b0d452c7eb75c086b851 + md5: 13dc3adbc692664cd3beabd216434749 depends: - __glibc >=2.28 - - kernel-headers_linux-64 4.18.0 he073ed8_8 + - kernel-headers_linux-64 4.18.0 he073ed8_9 - tzdata license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later license_family: GPL - size: 24210909 - timestamp: 1752669140965 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tar-1.35-h3b78370_0.conda - sha256: eab162cadb948c91c14f18b6f30a7c270d682e820c4f2fdb0030c9fc99b3fa49 - md5: 8e037804a92c84cb901bdd83a8e5ff46 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libiconv >=1.18,<2.0a0 - license: GPL-3.0-or-later - license_family: GPL - size: 778622 - timestamp: 1753467956747 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-2022.3.0-h8d10470_1.conda - sha256: 2e3238234ae094d5a5f7c559410ea8875351b6bac0d9d0e576bf64b732b8029e - md5: e3259be3341da4bc06c5b7a78c8bf1bd - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libhwloc >=2.12.1,<2.12.2.0a0 - - libstdcxx >=14 - license: Apache-2.0 - size: 181262 - timestamp: 1762509955687 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tbb-devel-2022.3.0-h74b38a2_1.conda - sha256: 3c1bf7722f5c82459d3580c8e14eed19b08a83188d1c17aad9cb1e34d5f57339 - md5: 11d050030e91674285a5daa2e17b1126 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - - tbb 2022.3.0 h8d10470_1 - size: 1115083 - timestamp: 1762509972811 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/td2-1.0.6-pyhdfd78af_0.tar.bz2 - sha256: e361bb3ba0ed7d1f9a4d8423058763c50e00c2e964d19a6491e09e903345987d - md5: b3a676270ab795aad86bdceb859f4128 - depends: - - numpy >=1.24.4,<2 - - pandas >=2.0.3 - - psauron >=1.0.5 - - psutil - - python >=3.9,<3.13 - - pytorch >=2.1.2 - - scipy >=1.10.1 - - setuptools <81 - - torchaudio >=2.1.2 - - torchvision >=0.16.2 - - tqdm >=4.66.1 - - typing_extensions >=4.9.0 - license: MIT - license_family: MIT - size: 45099 - timestamp: 1749493915044 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda + size: 24008591 + timestamp: 1765578833462 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/threadpoolctl-3.6.0-pyhecae5ae_0.conda sha256: 6016672e0e72c4cf23c0cf7b1986283bd86a9c17e8d319212d78d8e9ae42fdfd md5: 9d64911b31d57ca443e9f1e36b04385f depends: @@ -10346,7 +11533,7 @@ packages: license_family: BSD size: 23869 timestamp: 1741878358548 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tinycss2-1.5.1-pyhcf101f3_0.conda +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tinycss2-1.5.1-pyhcf101f3_0.conda sha256: 7c803480dbfb8b536b9bf6287fa2aa0a4f970f8c09075694174eb4550a4524cd md5: c0d0b883e97906f7524e2aac94be0e0d depends: @@ -10357,333 +11544,107 @@ packages: license_family: BSD size: 30571 timestamp: 1764621508086 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda - sha256: 1544760538a40bcd8ace2b1d8ebe3eb5807ac268641f8acdc18c69c5ebfeaf64 - md5: 86bc20552bf46075e3d92b67f089172d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - constrains: - - xorg-libx11 >=1.8.12,<2.0a0 - license: TCL - license_family: BSD - size: 3284905 - timestamp: 1763054914403 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tktable-2.10-h8d826fa_7.conda - sha256: dd5d8aa7f434acbe4ef5a54f5f2c221650f6c25a4c5ad62c46b36267e1b8fb9b - md5: 3ac51142c19ba95ae0fadefa333c9afb - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - tk >=8.6.13,<8.7.0a0 - license: TCL - size: 92307 - timestamp: 1750266495866 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_2.conda - sha256: 5fe40fb250890a1f81be8c5ad0ba94b41ad614ce51e19098110f635dd9400f82 - md5: 00d80af3a7bf27729484e786a68aafff - depends: - - python >=3.10 - license: MIT - license_family: MIT - size: 22702 - timestamp: 1763034696970 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-2.3.0-pyhcf101f3_0.conda - sha256: cb77c660b646c00a48ef942a9e1721ee46e90230c7c570cdeb5a893b5cce9bff - md5: d2732eb636c264dc9aa4cbee404b1a53 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/toml-0.10.2-pyhcf101f3_3.conda + sha256: fd30e43699cb22ab32ff3134d3acf12d6010b5bbaa63293c37076b50009b91f8 + md5: d0fc809fa4c4d85e959ce4ab6e1de800 depends: - python >=3.10 - python license: MIT license_family: MIT - size: 20973 - timestamp: 1760014679845 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomlkit-0.13.3-pyha770c72_0.conda - sha256: f8d3b49c084831a20923f66826f30ecfc55a4cd951e544b7213c692887343222 - md5: 146402bf0f11cbeb8f781fa4309a95d3 + size: 24017 + timestamp: 1764486833072 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-2.4.1-pyhcf101f3_0.conda + sha256: 91cafdb64268e43e0e10d30bd1bef5af392e69f00edd34dfaf909f69ab2da6bd + md5: b5325cf06a000c5b14970462ff5e4d58 + depends: + - python >=3.10 + - python + license: MIT + license_family: MIT + size: 21561 + timestamp: 1774492402955 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomli-w-1.2.0-pyhd8ed1ab_0.conda + sha256: 304834f2438017921d69f05b3f5a6394b42dc89a90a6128a46acbf8160d377f6 + md5: 32e37e8fe9ef45c637ee38ad51377769 depends: - python >=3.9 license: MIT license_family: MIT - size: 38777 - timestamp: 1749127286558 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchaudio-2.7.0-cpu_py311h1666e02_0.conda - sha256: eabf0989faf51ba30eabeb9256d9f4ef48d0af5a84b88d0baafe2c8fdb941ef6 - md5: 32ac754bca22e7a23d18cb3792b2112b - depends: - - python - - numpy - - kaldi - - pytorch * cpu* - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libgcc >=13 - - libzlib >=1.3.1,<2.0a0 - - pytorch >=2.6.0,<2.7.0a0 - - libtorch >=2.6.0,<2.7.0a0 - - kaldi >=5.5.1112,<5.5.1113.0a0 - - python_abi 3.11.* *_cp311 - - liblzma >=5.8.1,<6.0a0 - - bzip2 >=1.0.8,<2.0a0 - constrains: - - llvmlite >=0.44 - license: BSD-2-Clause - license_family: BSD - size: 4689009 - timestamp: 1745964368346 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-0.21.0-cpu_py311_hfa9c634_1.conda - sha256: a5971392370b8f7755118e72bd40ec3bdc026ea59b8237d848842a4414170ab7 - md5: af5a1b1a68a53f27bc3c87ab7c582e6d - depends: - - python - - pytorch * cpu* - - pillow >=5.3.0,!=8.3.0,!=8.3.1 - - numpy >=1.23.5 - - torchvision-extra-decoders - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libgcc >=13 - - libpng >=1.6.47,<1.7.0a0 - - libwebp-base >=1.5.0,<2.0a0 - - pytorch >=2.6.0,<2.7.0a0 - - libtorch >=2.6.0,<2.7.0a0 - - libjpeg-turbo >=3.0.0,<4.0a0 - - giflib >=5.2.2,<5.3.0a0 - - python_abi 3.11.* *_cp311 - license: BSD-3-Clause - license_family: BSD - size: 1457950 - timestamp: 1742619225483 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/torchvision-extra-decoders-0.0.2-py311h896098c_2.conda - sha256: 424417d1fa2c0b1c5eaf218b71b398522cc9082f2df2bb8f88921731c1bc45e7 - md5: aaebf7b5393e30ed452de175834ff032 - depends: - - python - - libstdcxx >=13 - - libgcc >=13 - - __glibc >=2.17,<3.0.a0 - - libheif >=1.19.5,<1.20.0a0 - - python_abi 3.11.* *_cp311 - - pytorch >=2.6.0,<2.7.0a0 - - libtorch >=2.6.0,<2.7.0a0 - - libavif16 >=1.1.1,<2.0a0 - - libtorch >=2.6.0,<2.7.0a0 - license: LGPL-2.1-only - size: 65750 - timestamp: 1739805887089 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/tornado-6.5.2-py311h49ec1c0_2.conda - sha256: 1913516458f92df2a0b415426dce27cc14922415787f4b672a707b233631b1e0 - md5: 8d7a63fc9653ed0bdc253a51d9a5c371 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: Apache - size: 869926 - timestamp: 1762506861961 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tqdm-4.67.1-pyhd8ed1ab_1.conda - sha256: 11e2c85468ae9902d24a27137b6b39b4a78099806e551d390e394a8c34b48e40 - md5: 9efbfdc37242619130ea42b1cc4ed861 - depends: - - colorama - - python >=3.9 - license: MPL-2.0 or MIT - size: 89498 - timestamp: 1735661472632 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/transdecoder-5.7.1-pl5321hdfd78af_2.tar.bz2 - sha256: 80f46255e1f872a345f51fd2442a4d981ec6eed484f81e2867e2f9a5548ba101 - md5: f3135d679414069bd2798a5d9ae1faf2 - depends: - - bioconductor-seqlogo - - perl >=5.32.1,<6.0a0 *_perl5 - - perl-db_file - - perl-uri - - r-ggplot2 - license: Broad Institute - size: 16021529 - timestamp: 1752704180167 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/treeshrink-1.3.9-pyhdfd78af_1.tar.bz2 - sha256: 444f80b6c856a7e59b11494295ec79fdbd980bd23ee634247af7952be4b5282a - md5: e1829c427c743378a0ecf0e7b78e8af8 - depends: - - python >=3.6 - - r-base - - r-bms >=0.3.5 - license: GPL-3.0-or-later - license_family: GPL3 - size: 1222053 - timestamp: 1749260070469 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trimal-1.5.0-h9948957_2.tar.bz2 - sha256: 05fe24e8a05b8303021d6e7451c7c10cfc063942bc96c59d2ed34f343ef0a234 - md5: a4324d1477de960945ab29f954158947 - depends: - - libgcc >=13 - - libstdcxx >=13 - license: GPL-3.0-or-later - license_family: GPL3 - size: 216543 - timestamp: 1733954902060 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/noarch/trimmomatic-0.40-hdfd78af_0.conda - sha256: fa652766f0f73d66b5133df05f6bd3cd1f6f06a39b80bb31f05291ed365d4067 - md5: dcdb3088b9fe9cebff3fd59f2e9ac995 - depends: - - openjdk - - python - license: GPL-3.0-or-later - license_family: GPL3 - size: 197708 - timestamp: 1756377660036 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/trinity-2.15.2-pl5321h077b44d_6.conda - sha256: 165b1040a9a590e1b53d401f656780503a7be87b20dd2b81d3ca7de2de1e0800 - md5: ef395d9988ade2ab9f18def04119ce16 - depends: - - _openmp_mutex >=4.5 - - bioconductor-ctc - - bioconductor-dexseq - - bioconductor-edger - - bioconductor-go.db - - bioconductor-goseq - - bioconductor-qvalue - - bowtie2 >=2.3.0 - - coreutils - - htslib >=1.22.1,<1.23.0a0 - - kallisto - - kmer-jellyfish >=2.3 - - libgcc >=13 - - libgomp - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - - numpy - - openjdk >=17 - - perl >=5.32.1,<5.33.0a0 *_perl5 - - perl-db_file - - python >=3.7 - - r-ape - - r-argparse - - r-base - - r-cluster - - r-fastcluster - - r-gplots - - r-phangorn - - r-sm - - r-tidyverse - - r-vioplot - - salmon - - samtools >=1.14 - - trimmomatic >=0.39 - license: BSD-3-Clause - license_family: BSD - size: 10769197 - timestamp: 1758076050214 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/truststore-0.10.3-pyhe01879c_0.conda - sha256: df334b8978edc4f42e7056764db1a26f1e4c6e6a29d5e2ca426ed5b2f09d24a0 - md5: 15afca3bec34c3ecbeb2028f81a51772 + size: 12680 + timestamp: 1736962345843 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tomlkit-0.15.1-pyhcf101f3_0.conda + sha256: 5cf833b4d199688b7652fb322ecc134de9555e9444d9249750de9a153421ad0a + md5: e4942e2de7436ff28be7f5645cf3c8d6 depends: - python >=3.10 - python license: MIT license_family: MIT - size: 23801 - timestamp: 1753886790616 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing-extensions-4.15.0-h396c80c_0.conda - sha256: 7c2df5721c742c2a47b2c8f960e718c930031663ac1174da67c1ed5999f7938c - md5: edd329d7d3a4ab45dcf905899a7a6115 + size: 49054 + timestamp: 1784287707171 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tqdm-4.70.0-pyh8f84b5b_0.conda + sha256: a4d9e9da15b13f1ab047e7db412e2ed564bc615832e80213cf129b973c3abf4a + md5: 00953c3b729e03b0ae21f49fdf3441bb depends: - - typing_extensions ==4.15.0 pyhcf101f3_0 + - python >=3.10 + - __unix + - python + constrains: + - envwrap >=0.2 + - ipywidgets >=6.0 + license: MPL-2.0 and MIT + size: 98184 + timestamp: 1785172528905 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/truststore-0.10.4-pyhcf101f3_0.conda + sha256: eece5be81588c39a855a0b70da84e0febb878a6d91dd27d6d21370ce9e5c5a46 + md5: c2db35b004913ec69bcac64fb0783de0 + depends: + - python >=3.10,<4 + - python + license: MIT + license_family: MIT + size: 24279 + timestamp: 1766494826559 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing-extensions-4.16.0-h69aa097_0.conda + sha256: b141933ece3518f6d7b75dfb59451e2f26b405a44c18e2518a83e9a02e09315c + md5: c680b5747e8c4c8f23dca0bb7042a8fc + depends: + - typing_extensions ==4.16.0 pyhcf101f3_0 license: PSF-2.0 license_family: PSF - size: 91383 - timestamp: 1756220668932 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing_extensions-4.15.0-pyhcf101f3_0.conda - sha256: 032271135bca55aeb156cee361c81350c6f3fb203f57d024d7e5a1fc9ef18731 - md5: 0caa1af407ecff61170c9437a808404d + size: 94080 + timestamp: 1783002732887 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/typing_extensions-4.16.0-pyhcf101f3_0.conda + sha256: 2d888f90af0686044882c74193ec80a90ec1943145d94a7b1b048958acda1848 + md5: c70ad746c22219b9700931707482992c depends: - python >=3.10 - python license: PSF-2.0 license_family: PSF - size: 51692 - timestamp: 1756220668932 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tzdata-2025b-h78e105d_0.conda - sha256: 5aaa366385d716557e365f0a4e9c3fca43ba196872abbbe3d56bb610d131e192 - md5: 4222072737ccff51314b5ece9c7d6f5a + size: 52631 + timestamp: 1783002732887 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/tzdata-2026c-h151e31d_0.conda + sha256: b928c30ddcb0e3f544c6eade8352737e6e610e263276b90232db6a578ef899d8 + md5: fcb489df604d100968b737f2cb6076c6 license: LicenseRef-Public-Domain - size: 122968 - timestamp: 1742727099393 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-fatotwobit-482-hdc0a859_0.tar.bz2 - sha256: 49a3812350d8bcde5993e1620e36921e7419fb98db8b160e186fff16a4bfdaf9 - md5: bfac086f1764d2aedfb35540a9009cdf + size: 118849 + timestamp: 1784250406640 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/urllib3-2.7.0-pyhd8ed1ab_0.conda + sha256: feff959a816f7988a0893201aa9727bbb7ee1e9cec2c4f0428269b489eb93fb4 + md5: cbb88288f74dbe6ada1c6c7d0a97223e depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.8.1,<6.0a0 - - libopenssl-static - - libpng >=1.6.49,<1.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-connector-c >=6.1.11,<6.1.12.0a0 - license: Varies; see https://genome.ucsc.edu/license - size: 383232 - timestamp: 1750330214400 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/linux-64/ucsc-twobitinfo-482-hdc0a859_0.tar.bz2 - sha256: 113321fb70d6cd6b75c04dbd0925cb7a2f4aabfd138d0206af82f899412a1bb6 - md5: 91466585cc720548e4e4c105686fecb8 - depends: - - bzip2 >=1.0.8,<2.0a0 - - libgcc >=13 - - liblzma >=5.8.1,<6.0a0 - - libopenssl-static - - libpng >=1.6.49,<1.7.0a0 - - libuuid >=2.38.1,<3.0a0 - - libzlib >=1.3.1,<2.0a0 - - mysql-connector-c >=6.1.11,<6.1.12.0a0 - license: Varies; see https://genome.ucsc.edu/license - size: 378240 - timestamp: 1750330740699 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/unicodedata2-17.0.0-py311h49ec1c0_1.conda - sha256: d3c0e3ca6eb49095159d8c78970a279a30b98863eff5c3eeb037296d2e1d1670 - md5: 5e6d4026784e83c0a51c86ec428e8cc8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - python >=3.11,<3.12.0a0 - - python_abi 3.11.* *_cp311 - license: Apache-2.0 - license_family: Apache - size: 408540 - timestamp: 1763054987009 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/urllib3-2.5.0-pyhd8ed1ab_0.conda - sha256: 4fb9789154bd666ca74e428d973df81087a697dbb987775bc3198d2215f240f8 - md5: 436c165519e140cb08d246a4472a9d6a - depends: - - brotli-python >=1.0.9 + - backports.zstd >=1.0.0 + - brotli-python >=1.2.0 - h2 >=4,<5 - pysocks >=1.5.6,<2.0,!=1.5.7 - - python >=3.9 - - zstandard >=0.18.0 + - python >=3.10 license: MIT license_family: MIT - size: 101735 - timestamp: 1750271478254 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wayland-1.24.0-hd6090a7_1.conda - sha256: 3aa04ae8e9521d9b56b562376d944c3e52b69f9d2a0667f77b8953464822e125 - md5: 035da2e4f5770f036ff704fa17aace24 - depends: - - __glibc >=2.17,<3.0.a0 - - libexpat >=2.7.1,<3.0a0 - - libffi >=3.5.2,<3.6.0a0 - - libgcc >=14 - - libstdcxx >=14 - license: MIT - license_family: MIT - size: 329779 - timestamp: 1761174273487 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda + size: 103560 + timestamp: 1778188657149 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/webencodings-0.5.1-pyhd8ed1ab_3.conda sha256: 19ff205e138bb056a46f9e3839935a2e60bd1cf01c8241a5e172a422fed4f9c6 md5: 2841eb5bfc75ce15e9a0054b98dcd64d depends: @@ -10692,474 +11653,47 @@ packages: license_family: BSD size: 15496 timestamp: 1733236131358 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/wget-1.21.4-hda4d442_0.conda - sha256: 70df4ac8cca488618458af4705706551cef7e402bac9c2c41dd17148f60cbd1f - md5: 361e96b664eac64a33c20dfd11affbff +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/wheel-0.47.0-pyhd8ed1ab_0.conda + sha256: 9e156ffaefb8463437144326ada4b85d1de17961b9997ac5f1cbbaf747bd8bed + md5: d0e3b2f0030cf4fca58bde71d246e94c depends: - - libgcc-ng >=12 - - libidn2 >=2,<3.0a0 - - libunistring >=0,<1.0a0 - - libzlib >=1.2.13,<2.0.0a0 - - openssl >=3.2.1,<4.0a0 - - zlib - license: GPL-3.0-or-later - license_family: GPL - size: 770380 - timestamp: 1710770110704 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/wheel-0.45.1-pyhd8ed1ab_1.conda - sha256: 1b34021e815ff89a4d902d879c3bd2040bc1bd6169b32e9427497fa05c55f1ce - md5: 75cb7132eb58d97896e173ef12ac9986 - depends: - - python >=3.9 + - packaging >=24.0 + - python >=3.10 license: MIT license_family: MIT - size: 62931 - timestamp: 1733130309598 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/x265-3.5-h924138e_3.tar.bz2 - sha256: 76c7405bcf2af639971150f342550484efac18219c0203c5ee2e38b8956fe2a0 - md5: e7f6ed84d4623d52ee581325c1587a6b - depends: - - libgcc-ng >=10.3.0 - - libstdcxx-ng >=10.3.0 - license: GPL-2.0-or-later - license_family: GPL - size: 3357188 - timestamp: 1646609687141 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-0.4.1-h4f16b4b_2.conda - sha256: ad8cab7e07e2af268449c2ce855cbb51f43f4664936eff679b1f3862e6e4b01d - md5: fdc27cb255a7a2cc73b7919a968b48f0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT - size: 20772 - timestamp: 1750436796633 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-cursor-0.1.5-hb9d3cd8_0.conda - sha256: c7b35db96f6e32a9e5346f97adc968ef2f33948e3d7084295baebc0e33abdd5b - md5: eb44b3b6deb1cab08d72cb61686fe64c - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.13 - - libxcb >=1.16,<2.0.0a0 - - xcb-util-image >=0.4.0,<0.5.0a0 - - xcb-util-renderutil >=0.3.10,<0.4.0a0 - license: MIT - license_family: MIT - size: 20296 - timestamp: 1726125844850 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-image-0.4.0-hb711507_2.conda - sha256: 94b12ff8b30260d9de4fd7a28cca12e028e572cbc504fd42aa2646ec4a5bded7 - md5: a0901183f08b6c7107aab109733a3c91 - depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - - xcb-util >=0.4.1,<0.5.0a0 - license: MIT - license_family: MIT - size: 24551 - timestamp: 1718880534789 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-keysyms-0.4.1-hb711507_0.conda - sha256: 546e3ee01e95a4c884b6401284bb22da449a2f4daf508d038fdfa0712fe4cc69 - md5: ad748ccca349aec3e91743e08b5e2b50 - depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 14314 - timestamp: 1718846569232 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-renderutil-0.3.10-hb711507_0.conda - sha256: 2d401dadc43855971ce008344a4b5bd804aca9487d8ebd83328592217daca3df - md5: 0e0cbe0564d03a99afd5fd7b362feecd - depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 16978 - timestamp: 1718848865819 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xcb-util-wm-0.4.2-hb711507_0.conda - sha256: 31d44f297ad87a1e6510895740325a635dd204556aa7e079194a0034cdd7e66a - md5: 608e0ef8256b81d04456e8d211eee3e8 - depends: - - libgcc-ng >=12 - - libxcb >=1.16,<2.0.0a0 - license: MIT - license_family: MIT - size: 51689 - timestamp: 1718844051451 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xkeyboard-config-2.46-hb03c661_0.conda - sha256: aa03b49f402959751ccc6e21932d69db96a65a67343765672f7862332aa32834 - md5: 71ae752a748962161b4740eaff510258 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - xorg-libx11 >=1.8.12,<2.0a0 - license: MIT - license_family: MIT - size: 396975 - timestamp: 1759543819846 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xmltodict-1.0.2-pyhcf101f3_0.conda - sha256: 5001a8b0a26810f5b8e20a05bca8cd458b0f6dcfbe00bf648aec017b1fd341f1 - md5: e91301ac8b2ad640df6165db24914332 + size: 33491 + timestamp: 1776878563806 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xmltodict-1.0.4-pyhcf101f3_0.conda + sha256: 7588e77a5d3885145e693d8b98493952f6efac8f3fabb1c218cd0cbd1a739fad + md5: 0f02dbcae61967ced21fea829a8ee927 depends: - python >=3.10 - python license: MIT license_family: MIT - size: 20026 - timestamp: 1758191083015 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libice-1.1.2-hb9d3cd8_0.conda - sha256: c12396aabb21244c212e488bbdc4abcdef0b7404b15761d9329f5a4a39113c4b - md5: fb901ff28063514abb6046c9ec2c4a45 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 58628 - timestamp: 1734227592886 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libsm-1.2.6-he73a12e_0.conda - sha256: 277841c43a39f738927145930ff963c5ce4c4dacf66637a3d95d802a64173250 - md5: 1c74ff8c35dcadf952a16f752ca5aa49 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libuuid >=2.38.1,<3.0a0 - - xorg-libice >=1.1.2,<2.0a0 - license: MIT - license_family: MIT - size: 27590 - timestamp: 1741896361728 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libx11-1.8.12-h4f16b4b_0.conda - sha256: 51909270b1a6c5474ed3978628b341b4d4472cd22610e5f22b506855a5e20f67 - md5: db038ce880f100acc74dba10302b5630 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libxcb >=1.17.0,<2.0a0 - license: MIT - license_family: MIT - size: 835896 - timestamp: 1741901112627 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxau-1.0.12-hb03c661_1.conda - sha256: 6bc6ab7a90a5d8ac94c7e300cc10beb0500eeba4b99822768ca2f2ef356f731b - md5: b2895afaf55bf96a8c8282a2e47a5de0 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - license: MIT - license_family: MIT - size: 15321 - timestamp: 1762976464266 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcomposite-0.4.6-hb9d3cd8_2.conda - sha256: 753f73e990c33366a91fd42cc17a3d19bb9444b9ca5ff983605fa9e953baf57f - md5: d3c295b50f092ab525ffe3c2aa4b7413 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT - size: 13603 - timestamp: 1727884600744 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxcursor-1.2.3-hb9d3cd8_0.conda - sha256: 832f538ade441b1eee863c8c91af9e69b356cd3e9e1350fff4fe36cc573fc91a - md5: 2ccd714aa2242315acaf0a67faea780b - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: MIT - license_family: MIT - size: 32533 - timestamp: 1730908305254 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdamage-1.1.6-hb9d3cd8_0.conda - sha256: 43b9772fd6582bf401846642c4635c47a9b0e36ca08116b3ec3df36ab96e0ec0 - md5: b5fcc7172d22516e1f965490e65e33a4 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT - size: 13217 - timestamp: 1727891438799 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxdmcp-1.1.5-hb03c661_1.conda - sha256: 25d255fb2eef929d21ff660a0c687d38a6d2ccfbcbf0cc6aa738b12af6e9d142 - md5: 1dafce8548e38671bea82e3f5c6ce22f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - license: MIT - license_family: MIT - size: 20591 - timestamp: 1762976546182 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxext-1.3.6-hb9d3cd8_0.conda - sha256: da5dc921c017c05f38a38bd75245017463104457b63a1ce633ed41f214159c14 - md5: febbab7d15033c913d53c7a2c102309d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - license: MIT - license_family: MIT - size: 50060 - timestamp: 1727752228921 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxfixes-6.0.2-hb03c661_0.conda - sha256: 83c4c99d60b8784a611351220452a0a85b080668188dce5dfa394b723d7b64f4 - md5: ba231da7fccf9ea1e768caf5c7099b84 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - xorg-libx11 >=1.8.12,<2.0a0 - license: MIT - license_family: MIT - size: 20071 - timestamp: 1759282564045 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxi-1.8.2-hb9d3cd8_0.conda - sha256: 1a724b47d98d7880f26da40e45f01728e7638e6ec69f35a3e11f92acd05f9e7a - md5: 17dcc85db3c7886650b8908b183d6876 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxfixes >=6.0.1,<7.0a0 - license: MIT - license_family: MIT - size: 47179 - timestamp: 1727799254088 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrandr-1.5.4-hb9d3cd8_0.conda - sha256: ac0f037e0791a620a69980914a77cb6bb40308e26db11698029d6708f5aa8e0d - md5: 2de7f99d6581a4a7adbff607b5c278ca - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxrender >=0.9.11,<0.10.0a0 - license: MIT - license_family: MIT - size: 29599 - timestamp: 1727794874300 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxrender-0.9.12-hb9d3cd8_0.conda - sha256: 044c7b3153c224c6cedd4484dd91b389d2d7fd9c776ad0f4a34f099b3389f4a1 - md5: 96d57aba173e878a2089d5638016dc5e - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - license: MIT - license_family: MIT - size: 33005 - timestamp: 1734229037766 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxshmfence-1.3.3-hb9d3cd8_0.conda - sha256: c0830fe9fa78d609cd9021f797307e7e0715ef5122be3f784765dad1b4d8a193 - md5: 9a809ce9f65460195777f2f2116bae02 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 12302 - timestamp: 1734168591429 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxt-1.3.1-hb9d3cd8_0.conda - sha256: a8afba4a55b7b530eb5c8ad89737d60d60bc151a03fbef7a2182461256953f0e - md5: 279b0de5f6ba95457190a1c459a64e31 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libice >=1.1.1,<2.0a0 - - xorg-libsm >=1.2.4,<2.0a0 - - xorg-libx11 >=1.8.10,<2.0a0 - license: MIT - license_family: MIT - size: 379686 - timestamp: 1731860547604 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxtst-1.2.5-hb9d3cd8_3.conda - sha256: 752fdaac5d58ed863bbf685bb6f98092fe1a488ea8ebb7ed7b606ccfce08637a - md5: 7bbe9a0cc0df0ac5f5a8ad6d6a11af2f - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - - xorg-libxi >=1.7.10,<2.0a0 - license: MIT - license_family: MIT - size: 32808 - timestamp: 1727964811275 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-libxxf86vm-1.1.6-hb9d3cd8_0.conda - sha256: 8a4e2ee642f884e6b78c20c0892b85dd9b2a6e64a6044e903297e616be6ca35b - md5: 5efa5fa6243a622445fdfd72aee15efa - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - xorg-libx11 >=1.8.10,<2.0a0 - - xorg-libxext >=1.3.6,<2.0a0 - license: MIT - license_family: MIT - size: 17819 - timestamp: 1734214575628 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xorg-xextproto-7.3.0-hb9d3cd8_1004.conda - sha256: f302a3f6284ee9ad3b39e45251d7ed15167896564dc33e006077a896fd3458a6 - md5: bc4cd53a083b6720d61a1519a1900878 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 30549 - timestamp: 1726846235301 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xvfbwrapper-0.2.15-pyhd8ed1ab_0.conda - sha256: a57fc898d14f45865eb15df4500cb805227c5844a17b7eb6b96762059c6ffe08 - md5: 39b56f47421a370e854e525a32cba1f6 + size: 20673 + timestamp: 1771770296472 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/xvfbwrapper-0.2.29-pyhd8ed1ab_0.conda + sha256: 10f121a3a12e98f275433614537ca16618b5146da45a54adfe82ae27ff516f47 + md5: 345500841d5de466dbe121259cf384ba depends: - python >=3.10 license: MIT license_family: MIT - size: 12343 - timestamp: 1761054608318 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda - sha256: 802725371682ea06053971db5b4fb7fbbcaee9cb1804ec688f55e51d74660617 - md5: 68eae977d7d1196d32b636a026dc015d - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - liblzma 5.8.1 hb9d3cd8_2 - - liblzma-devel 5.8.1 hb9d3cd8_2 - - xz-gpl-tools 5.8.1 hbcc6ac9_2 - - xz-tools 5.8.1 hb9d3cd8_2 - license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later - size: 23987 - timestamp: 1749230104359 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda - sha256: 840838dca829ec53f1160f3fca6dbfc43f2388b85f15d3e867e69109b168b87b - md5: bf627c16aa26231720af037a2709ab09 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - liblzma 5.8.1 hb9d3cd8_2 - constrains: - - xz 5.8.1.* - license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later - size: 33911 - timestamp: 1749230090353 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda - sha256: 58034f3fca491075c14e61568ad8b25de00cb3ae479de3e69be6d7ee5d3ace28 - md5: 1bad2995c8f1c8075c6c331bf96e46fb - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - liblzma 5.8.1 hb9d3cd8_2 - constrains: - - xz 5.8.1.* - license: 0BSD AND LGPL-2.1-or-later - size: 96433 - timestamp: 1749230076687 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-0.2.5-h280c20c_3.conda - sha256: 6d9ea2f731e284e9316d95fa61869fe7bbba33df7929f82693c121022810f4ad - md5: a77f85f77be52ff59391544bfe73390a - depends: - - libgcc >=14 - - __glibc >=2.17,<3.0.a0 - license: MIT - license_family: MIT - size: 85189 - timestamp: 1753484064210 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/yaml-cpp-0.8.0-h3f2d84a_0.conda - sha256: 4b0b713a4308864a59d5f0b66ac61b7960151c8022511cdc914c0c0458375eca - md5: 92b90f5f7a322e74468bb4909c7354b5 - depends: - - libstdcxx >=13 - - libgcc >=13 - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - license: MIT - license_family: MIT - size: 223526 - timestamp: 1745307989800 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/yq-3.4.3-pyhe01879c_2.conda - sha256: 9ce1018322a813d27d26f3e834d99c5b0098f55755249478c27cf575d1ecbf91 - md5: 18cefe7c50c1228da474ea0e95a8e646 + size: 14274 + timestamp: 1784966258893 +- conda: https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/yq-4.1.2-pyhcf101f3_1.conda + sha256: 440698e0564c9a17690e0fb4e6b4593fd1763c3f24e6af453b89ffbe4c4c2043 + md5: e870d742f01656105a37ed6524f711fb depends: - tomlkit >=0.11.6 - argcomplete >=1.8.1 - - jq - - python >=3.9 + - python >=3.10 - pyyaml >=5.3.1 - - setuptools - - toml >=0.10.0 - xmltodict >=0.11.0 + - jq >=1.8 - python license: Apache-2.0 license_family: APACHE - size: 29196 - timestamp: 1749219684767 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-1.3.1-hb9d3cd8_2.conda - sha256: 5d7c0e5f0005f74112a34a7425179f4eb6e73c92f5d109e6af4ddeca407c92ab - md5: c9f075ab2f33b3bbee9e62d4ad0a6cd8 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libzlib 1.3.1 hb9d3cd8_2 - license: Zlib - license_family: Other - size: 92286 - timestamp: 1727963153079 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zlib-ng-2.2.5-hde8ca8f_0.conda - sha256: 3a8e7798deafd0722b6b5da50c36b7f361a80b30165d600f7760d569a162ff95 - md5: 1920c3502e7f6688d650ab81cd3775fd - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=14 - - libstdcxx >=14 - license: Zlib - license_family: Other - size: 110843 - timestamp: 1754587144298 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstandard-0.25.0-py311haee01d2_1.conda - sha256: d534a6518c2d8eccfa6579d75f665261484f0f2f7377b50402446a9433d46234 - md5: ca45bfd4871af957aaa5035593d5efd2 - depends: - - python - - cffi >=1.11 - - zstd >=1.5.7,<1.5.8.0a0 - - libgcc >=14 - - __glibc >=2.17,<3.0.a0 - - zstd >=1.5.7,<1.6.0a0 - - python_abi 3.11.* *_cp311 - license: BSD-3-Clause - size: 466893 - timestamp: 1762512695614 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda - sha256: 68f0206ca6e98fea941e5717cec780ed2873ffabc0e1ed34428c061e2c6268c7 - md5: 4a13eeac0b5c8e5b8ab496e6c4ddd829 - depends: - - __glibc >=2.17,<3.0.a0 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 601375 - timestamp: 1764777111296 -- conda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/linux-64/zstd-1.5.7-hb8e6e7a_2.conda - sha256: a4166e3d8ff4e35932510aaff7aa90772f84b4d07e9f6f83c614cba7ceefe0eb - md5: 6432cb5d4ac0046c3ac0a8a0f95842f9 - depends: - - __glibc >=2.17,<3.0.a0 - - libgcc >=13 - - libstdcxx >=13 - - libzlib >=1.3.1,<2.0a0 - license: BSD-3-Clause - license_family: BSD - size: 567578 - timestamp: 1742433379869 + size: 33373 + timestamp: 1784296404889 diff --git a/pixi.toml b/pixi.toml index 3862cf9..0111c33 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,9 +1,9 @@ [workspace] authors = ["IvisTang "] channels = [ - "https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/", - "https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/", - "conda-forge", + "https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/", + "https://mirrors4.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/", + "conda-forge", "bioconda" ] name = "biyelunwen" @@ -61,6 +61,15 @@ r-processx = ">=3.8.6,<4" beagle-lib = ">=4.0.1,<5" beast = ">=10.5.0,<11" +[feature.genome.dependencies] +gffread = ">=0.12.9,<0.13" +orthofinder = ">=3.1.5,<4" +seqkit = ">=2.13.0,<3" +tmux = ">=3.7b_,<4" +numpy = "<2" + + [environments] -default = ["base"] +base = ["base"] beast = ["beast"] +default = ["genome"]