Skip to content

PBP resistance assignment for Streptococcus pneumoniae

License

Notifications You must be signed in to change notification settings

sanger-bentley-group/spn-pbp-amr

 
 

Repository files navigation

PBP resistance predictor for S. pneumoniae

About

Purpose

This software is for the inference of beta-lactam resistance phenotype from the PBP genotype of Streptococcus pneumoniae.

History

This is a fork of the Pathogenwatch's Docker container which is a modified version of AMR predictor by Ben Metcalf at the Centre for Disease Control (CDC). Please credit the original authors in any resulting publication.

Pathogenwatch's Docker container is used as a Docker Executable Image. This version provides a Docker enviornment, which is designed for integrating into the GPS Unified Pipeline (a Nextflow Pipeline for processing Streptococcus pneumoniae sequencing raw reads).

Warning

We do not provide any support for the use or interpretation of this software, and it is provided on an "as-is" basis.

Running the software

Requirements

Building the Docker image

In the root directory of the repository run the following command:

docker build -t spn_pbp_amr .

Running the software

When the built Docker image is set as the container of a Nextflow process, the software can be ran as following

spn_pbp_amr /path/to/assembly.fa > result.json

It will read the assembly from the provided path and output to result.json

About

PBP resistance assignment for Streptococcus pneumoniae

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 51.2%
  • R 34.0%
  • Shell 9.7%
  • Dockerfile 5.1%