NCBI-Hackathons / MASSIF-BLAST

A toolkit of pipelines to assess and repair badly assembled genomes
MIT License
3 stars 0 forks source link

Compare sequences (new assembly vs. good one), looking for frameshift mutations #5

Closed jessMaia closed 6 years ago

jessMaia commented 6 years ago
cmball1 commented 6 years ago

Downloaded all C. albicans genomes with:

wget `esearch -db assembly -query "Candida Albicans[Organism] AND latest[filter]" | \
efetch -format docsum | \
xtract -pattern DocumentSummary -element FtpPath_GenBank | \
awk -F"/" '{print $0"/"$NF"_genomic.fna.gz"}'`

After installing EDirect Utilities modeling the command above from the EDirectCookbook

cmball1 commented 6 years ago