GithubHelp home page GithubHelp logo

bj8th / sqanti3-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adeslatt/sqanti3-docker

0.0 0.0 0.0 25 KB

A docker image to run SQANTI3

License: MIT License

Dockerfile 7.31% Python 92.69%

sqanti3-docker's Introduction

README

A docker image for running SQANTI3

Usage

There are two main Python scripts in SQANTI3: sqanti3_qc.py and sqanti3_RulesFilter.py. They can be run in the image as follows:

sqanti3_qc.py

# Using the most recent version
docker run --rm joelnitta/sqanti3:latest sqanti3_qc.py --help
# Using a specific version of SQANTI3
docker run --rm joelnitta/sqanti3:1.6.0 sqanti3_qc.py --help

sqanti3_RulesFilter.py

# Using the most recent version
docker run --rm joelnitta/sqanti3:latest sqanti3_RulesFilter.py --help
# Using a specific version of SQANTI3
docker run --rm joelnitta/sqanti3:1.6.0 sqanti3_RulesFilter.py --help

There are now three additional Python scripts in SQANTI3_protein: protein_classification.py, sample_and_ref_gtf_file_rename_cds_to_exon.py and sqanti3_protein.py. They can be run in the image as follows:

protein_classification.py

# Using the most recent version
docker run --rm adeslat/sqanti3-docker:latest protein_classification.py --help
# Using a specific version of SQANTI3
docker run --rm adeslat/sqanti3-docker:1.6.0 protein_classification.py --help

sample_and_ref_gtf_file_rename_cds_to_exon.py

# Using the most recent version
docker run --rm adeslat/sqanti3-docker:latest sample_and_ref_gtf_file_rename_cds_to_exon.py --help
# Using a specific version of SQANTI3
docker run --rm adeslat/sqanti3-docker:1.6.0 sample_and_ref_gtf_file_rename_cds_to_exon.py --help

sqanti3_protein.py

# Using the most recent version
docker run --rm adeslat/sqanti3-docker:latest sqanti3_protein.py --help
# Using a specific version of SQANTI3
docker run --rm adeslat/sqanti3-docker:1.6.0 sqanti3_protein.py --help

sqanti3-docker's People

Contributors

adeslatt avatar joelnitta 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.