Skip to content

assembly_finder

tests docs docs

license version downloads

DOI

assembly_finder is a Snakemake-powered cli to download genomes with NCBI datasets.

Installation

mamba create -n assembly_finder assembly_finder

Note

Requires a Miniforge installation

docker pull ghcr.io/metagenlab/assembly_finder:latest

Note

Add --no-use-conda when using the container

git clone https://github.com/metagenlab/assembly_finder.git
pip install -e assembly_finder

Note

Requires a Miniforge installation

Usage

Command

assembly_finder -i staphylococcus_aureus -nb 1 
docker run ghcr.io/metagenlab/assembly_finder:latest \
assembly_finder -i staphylococcus_aureus -nb 1 --no-use-conda

Output

📂staphylococcus_aureus
 ┣ 📂download
 ┃ ┣ 📂GCF_000013425.1
 ┃ ┃ ┗ 📜GCF_000013425.1_ASM1342v1_genomic.fna.gz
 ┃ ┗ 📜.snakemake_timestamp
 ┣ 📂logs
 ┃ ┣ 📂taxons
 ┃ ┃ ┗ 📜staphylococcus_aureus.log
 ┃ ┣ 📜archive.log
 ┃ ┣ 📜lineage.log
 ┃ ┣ 📜rsync.log
 ┃ ┗ 📜unzip.log
 ┣ 📜archive.zip
 ┣ 📜assembly_finder.log
 ┣ 📜assembly_summary.tsv
 ┣ 📜config.yaml
 ┗ 📜taxonomy.tsv

Command-line options

assembly_finder -h