short-reads-fasta [artifact]
Table of Contents
A FASTA-type anvi’o artifact. This artifact is typically generated, used, and/or exported by anvi’o (and not provided by the user)..
Back to the main page of anvi’o programs and artifacts.
Provided by
anvi-get-short-reads-from-bam anvi-get-short-reads-mapping-to-a-gene anvi-script-gen-pseudo-paired-reads-from-fastq anvi-script-gen-short-reads anvi-script-get-primer-matches
Required or used by
anvi-script-gen-pseudo-paired-reads-from-fastq
Description
Similarly to a genes-fasta, a short reads fasta is what it sounds like: a fasta file containing short reads.
Short reads usually refer to the initial pieces of sequencing data that you had before you assembled them into longer contigs. In other words, these are the kinds of reads you could get out of a technique like Sanger sequencing. Knowing how those short reads align to your contigs is vital for analysis (In fact, that’s a lot of the functionality of a profile-db!).
In anvi’o, you can currently get short reads from four sources:
- from a bam-file by running the program anvi-get-short-reads-from-bam
- from a gene in a contigs-db by running the program anvi-get-short-reads-mapping-to-a-gene
- from something (like a contig) within a fasta file by running the program anvi-script-get-primer-matches
- by generating mock short read data from assembled contigs (as done in the program anvi-script-gen-short-reads).
Edit this file to update this information.