Description

Generate a spectral library (TSV) from EasyPQP PSM and peak pickle files.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

psmpkl

:file

One or more PSM pickle files produced by easypqp convert

*.psmpkl

peakpkl

:file

One or more peak pickle files produced by easypqp convert, matching the PSM pickle files

*.peakpkl

Output

name:type
description
pattern

tsv

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

${prefix}.tsv

:file

Spectral library in TSV format

*.tsv

run_peaks

meta

:map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*_run_peaks.tsv

:file

Per-run peak table written alongside the library

*_run_peaks.tsv

versions_easypqp

${task.process}

:string

The name of the process

easypqp

:string

The name of the tool

easypqp --version | sed 's/.*version //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

easypqp

:string

The name of the tool

easypqp --version | sed 's/.*version //'

:eval

The expression to obtain the version of the tool

Tools

easypqp
BSD-3-Clause

Python package to generate spectral libraries for data-independent acquisition (DIA) proteomics from DDA search results.