Git Product home page Git Product logo

transproteomic-pipeline's Introduction

Workflow to analyze label-free data with the trans-proteomic pipeline

This workflow is based on a docker image which is available at the docker hub (https://hub.docker.com/repository/docker/wombatp/transproteomic-pipeline) and is downloaded automatically. If you want to build your own docker image, be aware that it needs to be named wombatp/transproteomic-pipeline:dev or change the name in the configuration file.

Content

Nextflow folder: Implementation of workflow

Results folder: Output from running the UPS data set

Getting started

Here is a little script that can be used to test the workflow execution. This script assumes that Docker is available on your system and is targeting Debian/Ubuntu linux distributions.

# Install Java
sudo apt-get install openjdk-8-jdk

# Fix docker permission issue (https://stackoverflow.com/questions/48957195/how-to-fix-docker-got-permission-denied-issue)
# Note: this allows to run docker as non-root user
sudo usermod -aG docker $USER
newgrp docker

# Fetch scripts and data
git clone https://github.com/wombat-p/Transproteomic-Pipeline.git
cd ./Transproteomics-Pipeline/Nextflow/data

# Nextflow
cd ..
curl -s https://get.nextflow.io | bash

# Worfklow
./nextflow run main.nf -profile docker,test

Run benchmarking data set

You should have successfully tested the workflow using the procedure above.

Download the raw files from PRIDE: http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=PXD001819

Run the workflow with the following command and parameters after changing RAWFOLDER to the folder where the raw files are located. You will also need to place the files yeast_UPS.fasta and pxd001819.txt into in the current folder. These files is given in the Results folder: https://github.com/veitveit/IS_Benchmarking/tree/master/Proline/Results

Also adjust the parameter values max_cpus and max_memory to the computing power you have available.

nextflow run main.nf --raws 'RAWFOLDER/*.raw' --fasta yeast_UPS.fasta --miscleavages 2 --fragment_mass_tolerance 0.8 \
--precursor_mass_tolerance 5 --enzyme 'Trypsin/P' --variable_mods 'Oxidation of M,Acetylation of protein N-term' \
--fdr_peptide_threshold 0.05 --quantification_fdr 0.01 --experiment_design pxd001819.txt --max_cpus 8 --max_memory \
8GB -profile docker -with-report -with-trace -with-timeline


transproteomic-pipeline's People

Contributors

flevander avatar julianu avatar veitveit 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.