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

enforce style and add aws test #186

Merged
merged 13 commits into from
May 23, 2022
Merged

enforce style and add aws test #186

merged 13 commits into from
May 23, 2022

Conversation

daichengxin
Copy link
Collaborator

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
    • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
    • If necessary, also make a PR on the nf-core/quantms branch on the nf-core/test-datasets repository.
  • 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 20, 2022

nf-core lint overall result: Passed ✅

Posted for pipeline commit ae198ce

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

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.4.1
  • Run at 2022-05-23 12:03:39

bin/diann_convert.py Outdated Show resolved Hide resolved
bin/diann_convert.py Outdated Show resolved Hide resolved
modules/local/diannconvert/main.nf Outdated Show resolved Hide resolved
daichengxin and others added 4 commits May 23, 2022 15:45
Co-authored-by: Julianus Pfeuffer <pfeuffer@informatik.uni-tuebingen.de>
@ypriverol ypriverol linked an issue May 23, 2022 that may be closed by this pull request
@ypriverol ypriverol self-requested a review May 23, 2022 12:53
@ypriverol ypriverol merged commit 5fd2dfd into bigbio:dev May 23, 2022
@@ -47,7 +52,10 @@ def convert(ctx, diann_report, exp_design):
out_triqler = pd.DataFrame()
out_triqler = out_msstats[['ProteinName', 'PeptideSequence', 'PrecursorCharge', 'Intensity', 'Run', 'Condition']]
out_triqler.columns = ['proteins', 'peptide', 'charge', 'intensity', 'run', 'condition']
out_triqler.loc[:, "searchScore"] = 1 - report['PEP']

# https://github.com/statisticalbiotechnology/dia_sum/blob/main/scripts/result_scripts/diann_output_to_triqler_output.py
Copy link
Collaborator

Choose a reason for hiding this comment

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

This does not apply anymore.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nextflow config file for running real full dia tests (DIA)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Defines input files and everything required to run a fast and simple test.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not fast and simple

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nextflow config file for running real full-size tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Defines input files and everything required to run a fast and simple test.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not fast and simple

@@ -41,6 +44,7 @@ process DIANNSUMMARY {
--use-quant \\
--matrices \\
--out diann_report.tsv \\
--qvalue $params.psm_level_fdr_cutoff \\
Copy link
Collaborator

Choose a reason for hiding this comment

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

I thought the final output are proteins?

@jpfeuffer
Copy link
Collaborator

@ypriverol I found some minor doc errors and wrong FDR parameter.

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.

DIANN output with Triqler search engine score
3 participants