- recipe singlem
At heart, SingleM is a tool for profiling shotgun metagenomes. It was originally designed to determine the relative abundance of bacterial and archaeal taxa in a sample. As of version 0.19.0, it can also be used to profile dsDNA phages (see Lyrebird). It shows good accuracy in estimating the relative abundances of community members, and has a particular strength in dealing with novel lineages. The method it uses also makes it suitable for some related tasks, such as assessing eukaryotic contamination, finding bias in genome recovery, and lineage-targeted MAG recovery. It can also be used as the basis for choosing metagenomes which, when coassembled, maximise the recovery of novel MAGs (see Bin Chicken).
- Homepage:
- Documentation:
- License:
GPL3 / GPL-3.0-or-later
- Recipe:
- package singlem¶
-
- Versions:
0.20.3-2,0.20.3-1,0.20.3-0,0.20.2-1,0.20.2-0,0.19.0-0,0.18.3-0,0.18.2-0,0.18.1-1,0.20.3-2,0.20.3-1,0.20.3-0,0.20.2-1,0.20.2-0,0.19.0-0,0.18.3-0,0.18.2-0,0.18.1-1,0.18.1-0,0.18.0-0,0.17.0-0,0.16.0-0,0.15.1-0,0.15.0-0,0.14.0-0,0.13.2-2,0.13.2-1,0.13.2-0- Depends:
on biopython
1.86.*on bird_tool_utils_python
0.6.*on cd-hit
4.8.*on diamond
>=2.1.21on expressbetadiversity
1.0.*on extern
0.4.*on fastalite
0.4.*on fasttree
2.2.*on galah
0.4.*on graftm
0.15.*on hmmer
3.2.*on jinja2
3.1.*on krona
2.8.*on mafft
7.*on mfqe
0.5.*on ncbi-ngs-sdk
3.0.*on orfm
>=0.7.1on pandas
2.3.*on polars
1.35.*on pplacer
1.1.*on prodigal
2.6.*on pyarrow
22.0.*on pyranges
0.1.*on python
3.12.*on seqmagick
0.8.*on smafa
0.8.*on sqlalchemy
2.0.*on sqlite
3.51.*on sqlparse
0.5.*on squarify
0.4.*on sra-tools
3.2.*on tqdm
4.67.*on zenodo_backpack
0.4.*
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install singlem
to add into an existing workspace instead, run:
pixi add singlem
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install singlem
Alternatively, to install into a new environment, run:
conda create -n envname singlem
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/singlem:<tag>
(see singlem/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/singlem/README.html)