Skip to content

Leverages proteowizard's msconvert in a nextflow workflow

License

Notifications You must be signed in to change notification settings

lehtiolab/nf-msconvert

Repository files navigation

![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

About

Leverages proteowizard's msconvert in a nextflow workflow

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published