Coder Social home page Coder Social logo

tongzhouxu / sccmec_cla Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cdnstp/sccmec_cla

0.0 0.0 0.0 791.29 MB

A hybrid classifier for SCCmec encoded in Staphylococcus aureus genomes

Shell 0.01% JavaScript 0.04% C++ 0.19% Python 97.44% Perl 0.83% C 1.36% Fortran 0.02% MATLAB 0.01% PowerShell 0.01% CSS 0.01% TeX 0.06% Makefile 0.01% HTML 0.01% Smarty 0.01% Jupyter Notebook 0.03% Roff 0.01%

sccmec_cla's Introduction

Pipeline for Staphylococcal Cassette Chromosome mec Classification

Prerequisites

  • python 3.7
  • virtualenv

Installing

Create working dir

$ mkdir workingspace
$ cd workingspace

Create a virtualenv & activate it

$ virtualenv sccmec_cla
$ source ./sccmec_cla/bin/activate

Download and unzip

$ unzip SCCmec_CLA-master.zip
$ cd SCCmec_CLA-master

Setup PROKKA database

$ ./helpers/programs/prokka-1.12/bin/prokka --setupdb

Install requirements

$ pip install -r requirements.txt

Usage

Put sequences (contigs files) inside INPUT folder and run

$ python sccmec_classification.py

OUTPUT

  • attL_<CONTIG_FILENAME>.fasta <- left end sccmec
  • attR_<CONTIG_FILENAME>.fasta <- right end sccmec
  • sccmec_<CONTIG_FILENAME>.fasta <- cassette fasta format
  • sccmec_<CONTIG_FILENAME>_type.txt <- current format annotation
  • core_elements_sccmec_<CONTIG_FILENAME>.txt <- detail current format annotation
  • annotation_table_sccmec_<CONTIG_FILENAME>.txt <- sccmec annotation table
  • sccmec_<CONTIG_FILENAME>_neighbors_cassettes.txt <- close related cassettes
  • fig.png <- network viz using matplotlib
  • sccmec_<CONTIG_FILENAME>_cytoscape_network.sif <- Cytoscape format files
  • sccmec_<CONTIG_FILENAME>_cytoscape_network.eda <- Cytoscape format files
  • SCCmec_<CONTIG_FILENAME>.png <- Graphical Representation

Built With

  • [prokka](add link) - Used to make annotation
  • [BLAST](add link) - Used to identify core elements
  • [mash](add link) - Used to generate similarity networks
  • [DnaFeaturesViewer](add link) - Used create a graphical representation

Contributing

Versioning

Author

  • Felipe Sepúlveda - Initial work - fesepc

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

sccmec_cla's People

Contributors

cdnstp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.