Skip to content

thej-ssi/antismash_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antismash_scripts

How to run

  1. Gather assemblies in fasta_folder
  2. run prokka on all isolates using:
    . activate env_prokka
    python3 /srv/data/tools/git.repositories/antismash_scripts/batch_prokka.py [fasta_folder] [prokka_output_folder]
  3. wait for prokka to finish on all isolates, then run antismash on all isolates:
    conda deactivate
    . activate env_antismash
    python3 /srv/data/tools/git.repositories/antismash_scripts/batch_antismash_prokkaout.py [prokka_output_folder] [antismash_output_folder]
  4. rename bigscape output gbk files:
    python3 /srv/data/tools/git.repositories/antismash_scripts/copy_antismash_output.py [antismash_output_folder] [bigscape_input_folder]
  5. run BiG-SCAPE
    python3 /srv/data/tools/git.repositories/BiG-SCAPE/bigscape.py -i [bigscape_input_folder] -o [bigscape_output_folder]

About

Scripts for running antismash on calc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages