Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.19 KB

README.md

File metadata and controls

23 lines (19 loc) · 2.19 KB

2020_Owen-BstA

About

Code corresponing to the paper:

Prophage-encoded phage defence proteins with cognate self-immunity (Owen, et. al., 2020)

doi: 10.1101/2020.07.13.199331

Data

Code

  • Snakefile: A Snakemake pipeline which does the core genomic neighborhood analysis. It consists of downloading a specified sequence region from NCBI, annotating the region with Prokka, running hmmscan, and updating the annotations with BstA and Pfam hits. This produces the raw annotation data. A selection of these results was processed to create Figure 2.B.
  1. ipynb_notebook/: Contains further details about how the pipeline is run, as well as additional processing of the raw data. The annotations analysis for Figure 2.A can be found in ipynb_notebook/load_all_tables.ipynb.