A BAM-type anviāo artifact. This artifact is typically provided by the user for anviāo to import into its databases, process, and/or use.
š To the main page of anviāo programs and artifacts.
There are no anviāo tools that generate this artifact, which means it is most likely provided to the anviāo ecosystem by the user.
This is a bam-file (which contains aligned sequence data) that has not yet been indexed and sorted.
Think of your BAM file as a long, complex book. In order to get the most out of it when trying to perform analysis, it will be super helpful to have a table of contents. Indexing your BAM file basically creates a second file that serves as an external table of contents, so that anviāo doesnāt have to keep looking through the entire BAM file during analysis.
You can tell whether or not your BAM file is indexed based on the presence of this second file, which will have the same title as your BAM file, but end with the extension .bai
. For example, if your directory contained these files:
Lake_Michigan_Sample_1.bam Lake_Michigan_Sample_1.bam.bai Lake_Michigan_Sample_2.bam
then you would still need to index Lake_Michigan_Sample_2.bam
.
You can either do this directly using samtools, or you can just run the anviāo program anvi-init-bam (which uses samtools for you).
Edit this file to update this information.