What's Changed Make atlas handle large gene catalogs using parquet and pyfastx (Fix #515) parquet files can be opened in python with import pandas as pd coverage = pd.read_parquet("working_dir/Genecatalog/counts/median_coverage.parquet") coverage.set_index("GeneNr", inplace=True) and in R it should be something like: arrow::read_parquet("working_dir/Genecatalog/counts/median_coverage.parquet") Full Changelog: https://github.com/metagenome-atlas/atlas/compare/v2.10.0...v2.11.
New Features GTDB version 207 Low memory taxonomic annotation Minor changes Fix Typos by @roshni-...
Added extened docstrings GENCODE support (GENCODE gene annotations with UCSC genomes) only contains...
Added you can now tune the cache expiration time in the config create a config with genomepy config...
What's Changed Make atlas handle large gene catalogs using parquet and pyfastx parquet files can b...
Due to an bug, the genecatalog was created based on all gene not only the representatives in v.2.11 ...
This is a major update of metagenome-atlas. It was developed for the 3-day course in Finnland, that'...
What's Changed GTDB-tk requires rule extract_gtdb to run first by @Waschina in https://github.com/m...
What's Changed Start an atlas project from public data in SRA Docs Make atlas ready for python 3.10...
What's Changed Update README.md by @MMedzin in https://github.com/MMedzin/clustering-genomic-data/p...
New Taxonomy Workflow (new feature and breaking change) We introduce a new taxonomy workflow for ass...
What's Changed Bug Fixes Fix code comment in ASE adapter by @Andrew-S-Rosen in https://github.com/...
Changelog: New API on the fly install of conda environments and databases Updated docs Metagenomic ...
minor bug fix: modifying when gtotree terminates due to an input genome shorter than 100,000 bps to ...
Add ability to resize gene name labels, using the GeneNameSize style item. MAPlot: fix a number of ...
Abstract—We introduce a parallel algorithmic architecture for metagenomic sequence assembly, termed ...
New Features GTDB version 207 Low memory taxonomic annotation Minor changes Fix Typos by @roshni-...
Added extened docstrings GENCODE support (GENCODE gene annotations with UCSC genomes) only contains...
Added you can now tune the cache expiration time in the config create a config with genomepy config...
What's Changed Make atlas handle large gene catalogs using parquet and pyfastx parquet files can b...
Due to an bug, the genecatalog was created based on all gene not only the representatives in v.2.11 ...
This is a major update of metagenome-atlas. It was developed for the 3-day course in Finnland, that'...
What's Changed GTDB-tk requires rule extract_gtdb to run first by @Waschina in https://github.com/m...
What's Changed Start an atlas project from public data in SRA Docs Make atlas ready for python 3.10...
What's Changed Update README.md by @MMedzin in https://github.com/MMedzin/clustering-genomic-data/p...
New Taxonomy Workflow (new feature and breaking change) We introduce a new taxonomy workflow for ass...
What's Changed Bug Fixes Fix code comment in ASE adapter by @Andrew-S-Rosen in https://github.com/...
Changelog: New API on the fly install of conda environments and databases Updated docs Metagenomic ...
minor bug fix: modifying when gtotree terminates due to an input genome shorter than 100,000 bps to ...
Add ability to resize gene name labels, using the GeneNameSize style item. MAPlot: fix a number of ...
Abstract—We introduce a parallel algorithmic architecture for metagenomic sequence assembly, termed ...
New Features GTDB version 207 Low memory taxonomic annotation Minor changes Fix Typos by @roshni-...
Added extened docstrings GENCODE support (GENCODE gene annotations with UCSC genomes) only contains...
Added you can now tune the cache expiration time in the config create a config with genomepy config...