Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@LaurenceKuhl
Copy link
Contributor

@LaurenceKuhl LaurenceKuhl commented Sep 5, 2024

Hi!

I here modified the documentation and the way 4 modules (RRA, MLE, Drugz and Bagel2) are called in the workflow. The user now needs to only specify a contrast file and any of the modules (ie --rra, --mle, --drugz, --bagel2) to get the module running.

One of the modules was also not working properly (only running once) because I hadn't set the channels properly (with .first() at the end did the trick)

@github-actions
Copy link

github-actions bot commented Sep 5, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit f46857f

+| ✅ 229 tests passed       |+
#| ❔   3 tests were ignored |#
!| ❗   4 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

  • files_exist - File is ignored: conf/test.config
  • files_exist - File is ignored: conf/test_full.config
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md

✅ Tests passed:

Run details

  • nf-core/tools version 2.14.1
  • Run at 2024-09-06 12:13:48

Copy link
Contributor

@jasmezz jasmezz left a comment

Choose a reason for hiding this comment

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

Some minor comments on the formatting/typos. I am not familiar with the functionality itself, so if you want an opinion there, you should get an additional review from someone else.

LaurenceKuhl and others added 9 commits September 6, 2024 13:59
Co-authored-by: Jasmin Frangenberg <[email protected]>
Co-authored-by: Jasmin Frangenberg <[email protected]>
Co-authored-by: Jasmin Frangenberg <[email protected]>
Co-authored-by: Jasmin Frangenberg <[email protected]>
Co-authored-by: Jasmin Frangenberg <[email protected]>
Co-authored-by: Jasmin Frangenberg <[email protected]>
@LaurenceKuhl LaurenceKuhl requested a review from jasmezz September 6, 2024 12:53
@LaurenceKuhl
Copy link
Contributor Author

Hi @jasmezz I think regarding functionality it was more or less demanded to be like this by the users of the pipeline :)

Copy link
Contributor

@jasmezz jasmezz left a comment

Choose a reason for hiding this comment

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

Ok then I'll approve from what I understand ;) Hint (if you want to accept my last docs suggestion), you can add [skip ci] to your commit message which prevents GHA from triggering the CI tests. Because it is only a tiny usage docs update, it is legitimate to bypass re-running all functional checks if you want.

[skip ci]

Co-authored-by: Jasmin Frangenberg <[email protected]>
@LaurenceKuhl LaurenceKuhl merged commit e9e9d4e into nf-core:dev Sep 6, 2024
Copy link
Member

@mirpedrol mirpedrol left a comment

Choose a reason for hiding this comment

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

Hi! sorry for reviewing a merged PR, but I am leaving 2 comments which should be fixed in another PR 🙂


if(params.mle && params.bagel2) {
ch_venndiagram = BAGEL2_PR.out.pr.join(MAGECK_MLE.out.gene_summary)
VENNDIAGRAM(ch_venndiagram)
Copy link
Member

Choose a reason for hiding this comment

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

The versions of VENNDIAGRAM are missing

path 'query.txt', emit: query

script:
template 'collect_gene_ids.py'
Copy link
Member

Choose a reason for hiding this comment

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

Where is this script?

Copy link
Member

Choose a reason for hiding this comment

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

I think this module is not used

@LaurenceKuhl LaurenceKuhl mentioned this pull request Sep 17, 2024
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.

3 participants