An open API service indexing awesome lists of open source software.

https://github.com/ssi-dk/prokka_roary_toolbox

Scripts for running prokka and roary on calc.
https://github.com/ssi-dk/prokka_roary_toolbox

Last synced: 9 months ago
JSON representation

Scripts for running prokka and roary on calc.

Awesome Lists containing this project

README

          

# Prokka/Roary toolbox
Scripts for easily running prokka and roary on calc.

## Run Prokka

### Input
A directory containing genomic assemblies (.fa, .fna, .fasta)

### Output
A directory for each input-fasta file containing annotated output in a range of different formats (gbk, gff, faa, fna)


### Usage

*source activate env_prokka*

*run_prokka_on_folder.py assemblies_directory prokka_out project*



## Run Roary

### Input
The output directory from prokka. Roary uses the input files from these which are first gathered and renamed for easier handling


### Usage

*gather_gff_from_prokka.py prokka_out roary_in*

*source activate env_prokka*

*sbatch -D . -c 8 --mem=24G --time=48:00:00 -J "Roary" -p daytime --wrap="roary -e --mafft -p 8 –f roary_out roary_in/\*.gff"*



## What does it do?

Prokka does genome annotation on individual fasta files, roary compares gene content between isolates and outputs a range of different plots and tables to be analyzed.

## Links

### Prokka
https://github.com/tseemann/prokka



### Roary
https://sanger-pathogens.github.io/Roary/



### Blast suite
https://www.ncbi.nlm.nih.gov/books/NBK279690/