Notes below were shared for open discussion. Feel free to leave comments (in Issues?) or contact me for questions or suggestions.
Most of the tools can be found by conda search tool_name
and installed by conda create -name tool_name tool_name
. Refer here to Install conda.
- PacBio HiFi reads assembly hifiasm or HiCanu.
- Filter contamination blobtools2.
- Scaffolding if long range info data like Hi-C, Omni-C, BioNano Genomics.
- Scaffolds/contigs sort and rename (GenomeTools, bedtools).
- Evaluation: assembly-stats, QUAST, BUSCO, Bandage.
- CLR reads polishing and assembly (Canu).
- Illumina PE reads polish (Pilon).
- Scaffolding with Illumina PE reads (SSPACE).
- Evaluation: assembly-stats, QUAST, BUSCO.
After initial assembly and before contamination filtering, the common values to check for genome assembly quality are listed below. After contamination, these numbers may change.
- Genome size (whether close to expectation or consistent among different assembly methods/options);
- N50 (median like value, the longer the better)
- Number of contigs/scaffolds (smaller is better).
- Also the maximum and minimum length of contig/scaffolds. These values above could all be calculated quickly by the assembly-stats (-t option gives nice tabular format) listed above.
- BUSCO also helps to show if the core orthologs were covered.
- Most assemblers will provide assembly graphs e.g. GFA files, which can be viewed by the Bandage.
- Build repeat models from genome assembly RepeatModeler (easy to use in Dfam-TETools container).
- Filter out repeat models which may be actually protein coding genes (BLASTx to close releated species or InterProScan domain prediction).
- Mask genome with clean repeat modes RepeatMasker (easy to use in Dfam-TETools container).
- Genome annotation using RNA-Seq data + close related proteins (BRAKER2).
- Genome annotation using close related coding sequences (PASA).
- EvidenceModeler merge predicted gene models from BRAKER2, BUSCO and PASA above.
- Local host web site for manual checking Apollo.
- Functional annotation for predicted genes:
- BLASTn to NCBI non-redundant nucleotide database (NT) NCBI BLAST+ Tools and databases
- BLASTp to NCBI non-redundant protein database (NR, database download see NT above) database and high quality manually curated protein database Uniprot.
- Functional domain predictionfor all predicted proteins (InterProScan).
Check out GenSAS, a free online genome annotation server.
The GenSAS server is free to use without exposing the genome assembly to the public, and it offers functions from RNA-Seq or protein evidence upload to the final Apollo interface for manual correction and sharing. NCBI also offers a genome annotation service NCBI Eukaryotic Genome Annotation Pipeline for free, but the genome assembly has to be made public before annotation. Also, you may need to write a paragraph of statement (https://www.ncbi.nlm.nih.gov/genome/annotation_euk/policy/) saying why the genome is important to be annotated before it's put into the annotation queue.