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

Fix typos #196

Merged
merged 12 commits into from
Sep 17, 2024
Merged

Fix typos #196

merged 12 commits into from
Sep 17, 2024

Conversation

LaurenceKuhl
Copy link
Contributor

Hey I had a few typos laying around and forgot to include the version on some modules :)

Copy link

github-actions bot commented Sep 16, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit f8e11ea

+| ✅ 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-17 07:33:35

docs/usage/screening.md Outdated Show resolved Hide resolved
docs/usage/screening.md Outdated Show resolved Hide resolved
docs/usage/screening.md Outdated Show resolved Hide resolved
Comment on lines 53 to 54
ggsave(paste0("venn_",name,"_mageckmle.png"),plot_test)
write.table(common_genes, paste0('${prefix}_',name_module,"_common_genes_mle.txt"),sep = "\t", quote = FALSE, row.names=FALSE)
Copy link
Member

Choose a reason for hiding this comment

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

name seems to be sample dependent, and name_module the name of the tool. Just wanted to make sure that using different names to save the plot and the table is intended, should we maybe use both?

}

if(params.mle && params.drugz) {
ch_venndiagram = DRUGZ.out.per_gene_results.join(MAGECK_MLE.out.gene_summary)
Copy link
Member

Choose a reason for hiding this comment

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

can bagel2 and drugz both run in the same analysis? We should give the channel a different name to avoid overriding problems.

@LaurenceKuhl LaurenceKuhl merged commit 72134bb into nf-core:dev Sep 17, 2024
14 checks passed
@LaurenceKuhl LaurenceKuhl deleted the params branch September 17, 2024 08:05
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.

2 participants