Description

Comet is an open source tandem mass spectrometry (MS/MS) sequence database search tool

Input

name:type
description
pattern

meta

:map

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

mzml

:file

File containing mass spectra in mzML format

*.{mzML}

fasta

:file

Protein sequence database containing targets and decoys

*.{fasta}

comet_params

:file

Comet params file containing the search parameters

*.{comet.params}

Output

name:type
description
pattern

params

meta

:map

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

${prefix}*.comet.params

:file

The parameter file used for the Comet search (for reproducibility)

*.comet.params

sqt

meta

:map

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

${prefix}*.sqt

:file

Search results in SQT format

*.sqt

txt

meta

:map

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

${prefix}*.txt

:file

Search results in simple TXT format

*.txt

pepxml

meta

:map

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

${prefix}*.pep.xml

:file

Search results in pepXML format

*.pep.xml

mzid

meta

:map

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

${prefix}*.mzid

:file

Search results in mzIdentML format

*.mzid

pin

meta

:map

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

${prefix}*.pin

:file

Search results in Percolator input format (pin)

*.pin

versions_comet

${task.process}

:string

The name of the process

comet

:string

The name of the tool

comet 2>&1 | head -2 | tail -1 | sed 's;.*"\(.*\).*";\1;g'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

comet

:string

The name of the tool

comet 2>&1 | head -2 | tail -1 | sed 's;.*"\(.*\).*";\1;g'

:eval

The expression to obtain the version of the tool

Tools

comet
Apache License 2.0

Comet is an open source tandem mass spectrometry (MS/MS) sequence database search tool.