Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.66 KB

![lehtiolab/nf-msconvert]

Runs msconvert in docker to convert RAW to mzML.

Build Status Nextflow Docker

Introduction

This is a small Nextflow pipeline that just wraps and runs the Proteowizard docker container to leverage msconvert from that software package.

Quick Start

i. Install nextflow

ii. Install one of docker, singularity

iii. Download the pipeline and run on your raw files to convert. Example:

# Semicolons to separate options, filters, remove -- from the options as they are otherwise passed to nextflow
nextflow run lehtiolab/nf-msconvert -profile <docker/singularity> --raws '/path/to/*.raw' --options 'mz5;numpressAll' --filters '"peakPicking true 2";"precursorRefine"'

See usage docs for all of the available options when running the pipeline.

Documentation

The lehtiolab/nf-msconvert pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Troubleshooting