Closed jonasscheid closed 5 months ago
This PR introduces a new subworkflow prepare_spectra, which takes care of all steps related to file conversion to mzml and centroiding pre-search.
prepare_spectra
New modules:
UNTAR
UNZIP
GUNZIP
Now the following file extentions are supported and handeled properly:
d|d.tar.gz|d.tar|d.zip|mzML.gz|raw|RAW|mzML
This implementation allows to test immunopeptidomics bruker files and allows to process Bruker files straight from PRIDEš„³
nf-core lint
nextflow run . -profile test,docker --outdir <OUTDIR>
docs/usage.md
docs/output.md
CHANGELOG.md
README.md
Posted for pipeline commit 528e77f
+| ā 236 tests passed |+
This PR introduces a new subworkflow
prepare_spectra
, which takes care of all steps related to file conversion to mzml and centroiding pre-search.New modules:
UNTAR
UNZIP
GUNZIP
Now the following file extentions are supported and handeled properly:
d|d.tar.gz|d.tar|d.zip|mzML.gz|raw|RAW|mzML
This implementation allows to test immunopeptidomics bruker files and allows to process Bruker files straight from PRIDEš„³
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).