GithubHelp home page GithubHelp logo

qcprot's Introduction

Run a quality control workflow on mzML files from mass spec based proteomics.

Requirements

  • A python 3 environment with (eg. anaconda)
    • snakemake
    • jinja2
    • qproject (eg. pip install git+https://github.com/qbicsoftware/qproject)
    • xtandem
    • R
  • openms 2.0 (there is a conda package that can be installed with conda install -c aseyboldt openms that might or might not work)

##Usage Create the directory structure of the workdir (it should not exist):

qproject create -t path/to/workdir -w github:qbicsoftware/qcprot

This will create the <workdir> and some directories inside and clone qcprot to <workdir>/src. Copy the mzML files to <workdir>/data and your fasta file(s) to <workdir>/ref.

Copy the ini files to etc:

cd <workdir>/src/inis <workdir>/etc

and modify if necessary.

Execute the workflow with

cd <workdir>/src
snakemake

You can also adjust the jobscript and use qproject to execute the workflow:

qproject run -t <workdir>

If qproject is used to execute qcprot some data about the run is stored in <workdir>/archive for reproducibility. This is still very much work in progress though' The output of snakemake will end up in <workdir>/logs/snake.err.

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.