SchemaAnnotation - Tutorial
Objective
This tutorial will guide you through the process of using the SchemaAnnotation module to annotate a schema.
Prerequisites
Download the schema from chewBBACA’s tutorial.
Download the list of proteomes for Streptococcus agalactiae from Uniprot.
Procedure
Open a terminal window.
Modify and run the following command to annotate the tutorial schema:
SR SchemaAnnotation -s 'path/to/tutorial_schema/schema_seed' -o 'path/to/output_folder' -ao uniprot-proteomes -pt 'path/to/unzipped/proteome_file' -c 6 -tt 11 --nocleanup
Important
Replace path/to/files/ with the actual path to the files.
Check the output folder for the loci annotations (it should have all columns of both files except for the Proteome ID column of the annotation file).
Note
For the other annotation options the module follows the same procedure but uses the appropriate arguments.
Example Output Structure
To see the expected output structure, refer to the “Outputs” section in the SchemaAnnotation documentation.
Conclusion
You have successfully annotated a schema using the SchemaAnnotation module.