Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextflow_schema.json and fix mzTab output #210

Merged
merged 3 commits into from May 6, 2022
Merged

Update nextflow_schema.json and fix mzTab output #210

merged 3 commits into from May 6, 2022

Conversation

marissaDubbelaar
Copy link
Collaborator

This PR includes a better definition of saving the mzTab files in the Intermediate folder and has an updated nextflow_schema.json to include

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented May 5, 2022

nf-core lint overall result: Passed ✅

Posted for pipeline commit b62d6a1

+| ✅ 146 tests passed       |+
#| ❔   1 tests were ignored |#

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.3.2
  • Run at 2022-05-06 14:47:05

Copy link
Contributor

@d4straub d4straub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Comment on lines +137 to +141
withName: 'OPENMS_DECOYDATABASE|OPENMS_THERMORAWFILEPARSER|OPENMS_PEAKPICKERHIRES|OPENMS_PEPTIDEINDEXER|OPENMS_FALSEDISCOVERYRATE|OPENMS_IDMERGER|OPENMS_MAPRTTRANSFORMER.*ML|OPENMS_FEATURE.*|OPENMS_IDCONFLICTRESOLVER' {
publishDir = [ enabled: false ]
}

withName: 'OPENMS_MZTABEXPORTER_QUANT' {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

afaik definitions of OPENMS_MZTABEXPORTER are inherited to OPENMS_MZTABEXPORTER_QUANT because include { OPENMS_MZTABEXPORTER as OPENMS_MZTABEXPORTER_QUANT }. I typically try to avoid specifying the base name (i.e. here OPENMS_MZTABEXPORTER) but rather rename all processes (i.e. use include as) so that those confusions do not happen. Just a comment. In this case here all should go fine.


### `Fixed`

Resolved the problem that there was no output from `OPENMS_MZTABEXPORTER_QUANT`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd typically add the link to the PR, i.e.

Suggested change
Resolved the problem that there was no output from `OPENMS_MZTABEXPORTER_QUANT`
- [#210](https://github.com/nf-core/mhcquant/pull/210) - Resolved the problem that there was no output from `OPENMS_MZTABEXPORTER_QUANT`

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
@marissaDubbelaar marissaDubbelaar merged commit e8da011 into nf-core:dev May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants