Ibis (Australian bin chicken) - targeted recovery of low abundance genomes through intelligent coassembly
Project description
Ibis
Ibis (bin chicken) - targeted recovery of low abundance genomes through intelligent coassembly.
Installation options
Install from pip
Install latest release via pip.
pip install ibis-genome
Install from source
Create conda env from ibis.yml
and install from source.
git clone https://github.com/AroneyS/ibis.git
cd ibis
conda env create -f ibis.yml
conda activate ibis
pip install -e .
Ibis coassemble
Snakemake pipeline to discover coassembly sample clusters based on co-occurrence of single-copy marker genes, excluding those genes present in reference genomes (e.g. previously recovered genomes). Creates graph with samples as nodes and the number of overlapping sequences provided by SingleM. The taxa of the considered sequences can be filtered to target a specific taxon (e.g. the phylum Planctomycetota). The graph is clustered using the Girvan-Newman algorithm to provide sample groupings. Aviary assemble/recover commands are generated based on proposed coassemblies. Optionally, reads can be mapped to the matched bins with only unmapped reads being assembled.
# Example: cluster reads into proposed coassemblies based on unbinned sequences
ibis coassemble --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --genomes genome_1.fna ...
# Example: cluster reads into proposed coassemblies based on unbinned sequences and coassemble only unbinned reads
ibis coassemble --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --genomes genome_1.fna ... --assemble-unmapped
# Example: cluster reads into proposed coassemblies based on unbinned sequences from a specific taxa
ibis coassemble --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --genomes genome_1.fna ... --taxa-of-interest "p__Planctomycetota"
# Example: find relevant samples for differential coverage binning (no coassembly)
ibis coassemble --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --single-assembly
Ibis iterate
Run a further iteration of coassemble, including newly recovered bins.
# Example: rerun coassemble, adding new bins to database
ibis iterate --aviary-outputs coassembly_0_dir ... --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --genomes genome_1.fna ...
Ibis evaluate
Evaluates the recovery of target genes by coassemblies suggested by above, finding the number of target genes present in the newly recovered genomes. Compares the recovery by phyla and by single-copy marker gene.
# Example: evaluate a completed coassembly
ibis evaluate --coassemble-output coassemble_dir --aviary-outputs coassembly_0_dir ...
Ibis unmap
Applies unmapping to a previous Ibis coassemble run, generating unmapped reads files and Aviary commands.
# Example: generate unmapped reads and commands for completed coassembly
ibis unmap --coassemble-output coassemble_dir --forward reads_1.1.fq ... --reverse reads_1.2.fq ... --genomes genome_1.fna ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ibis-genome-0.7.2.tar.gz
.
File metadata
- Download URL: ibis-genome-0.7.2.tar.gz
- Upload date:
- Size: 72.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9667a1c9aa50bbc59827c4aa6e0ba7c117de837846f563a897796ccdd49e82b9 |
|
MD5 | df8bddea634c10e81325c0775af76454 |
|
BLAKE2b-256 | d47f03a4c5b0faefbf9c75d904f81e7232ba46e8937576c3f1a55a0c9b0506db |
File details
Details for the file ibis_genome-0.7.2-py3-none-any.whl
.
File metadata
- Download URL: ibis_genome-0.7.2-py3-none-any.whl
- Upload date:
- Size: 53.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d00ac26ab4627db13187bd47fddaba6f990042552b83bdbf3858ebf321b37d5 |
|
MD5 | 8783bd95664aad466a58eb27cf02b458 |
|
BLAKE2b-256 | c146b4630845f562069f7276e3db0a07ac83dbc0893491e18db4c4e6997f284b |