assembly_finder is a Snakemake-powered cli to download genomes with NCBI datasets.
mamba create -n assembly_finder assembly_finder
docker pull ghcr.io/metagenlab/assembly_finder:latest
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
Note
set --no-use-conda when running via docker
📂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
┣ 📜sequence_report.tsv
┗ 📜taxonomy.tsv
You can find more information on assembly_finder's inputs, outputs and example commands in the documentation