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

Add BAGEL2 functionality #60

Merged
merged 46 commits into from
Nov 7, 2023
Merged

Add BAGEL2 functionality #60

merged 46 commits into from
Nov 7, 2023

Conversation

LaurenceKuhl
Copy link
Contributor

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/crisprseq 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 Jul 24, 2023

nf-core lint overall result: Failed ❌

Posted for pipeline commit 4930690

+| ✅ 154 tests passed       |+
#| ❔  16 tests were ignored |#
!| ❗   2 tests had warnings |!
-| ❌   4 tests failed       |-

❌ Test failures:

❗ Test warnings:

  • pipeline_todos - TODO string in README.md: If applicable, make list of people who have also contributed
  • 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

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-11-07 12:24:15

@mirpedrol mirpedrol changed the title Bump Add BAGEL2 functionality Aug 8, 2023
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.

In general, it would be good if we try to add the modules to nf-core, it will be easier for reviewers when we release the next version. But I think it's ok for now, maybe open an issue to track this and have it in mind in the future.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
assets/CEGv2.txt Outdated Show resolved Hide resolved
assets/NEGv1.txt Outdated Show resolved Hide resolved
modules/local/bagel2/graph.nf Show resolved Hide resolved
modules/local/bagel2/graph.nf Show resolved Hide resolved
nextflow_schema.json Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
modules/nf-core/mageck/count/main.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
@LaurenceKuhl
Copy link
Contributor Author

Hi @mirpedrol, i think i had a look over your comments, thanks a lot :)

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.

I left two last comments, after addressing those OK for me to merge!

workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
modules/local/bagel2/graph.nf Show resolved Hide resolved
@mirpedrol mirpedrol added this to the 2.1.0 milestone Sep 19, 2023
docs/output/screening.md Show resolved Hide resolved
docs/usage/screening.md Outdated Show resolved Hide resolved
docs/usage/screening.md Outdated Show resolved Hide resolved
modules/local/mageck/graphrra.nf Outdated Show resolved Hide resolved
modules/local/mageck/graphrra.nf Outdated Show resolved Hide resolved
def args = task.ext.args ?: ''
def prefix = task.ext.prefix ?: "${meta.id}"

"""
Copy link
Member

Choose a reason for hiding this comment

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

A license is missing in this script

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand why i need to give a license when it's a script i wrote myself? I think it's a bit unclear to me in which case a license is needed or not :D

modules/local/bagel2/graph.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Outdated Show resolved Hide resolved
workflows/crisprseq_screening.nf Show resolved Hide resolved
@@ -25,4 +25,5 @@ params {
crisprcleanr = "Brunello_Library"
mle_design_matrix = "https://raw.githubusercontent.com/nf-core/test-datasets/crisprseq/testdata/design_matrix.txt"
library = "https://raw.githubusercontent.com/nf-core/test-datasets/crisprseq/testdata/brunello_target_sequence.txt"
//rra_contrasts = ""
Copy link
Member

Choose a reason for hiding this comment

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

Should be commented out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm waiting for my PR nf-core/test-datasets#1032 to be accepted to then add the param :)

@LaurenceKuhl
Copy link
Contributor Author

@nf-core-bot lint

@LaurenceKuhl
Copy link
Contributor Author

@nf-core-bot fix linting

@mirpedrol
Copy link
Member

@nf-core-bot fix linting

@LaurenceKuhl LaurenceKuhl merged commit 98c85db into nf-core:dev Nov 7, 2023
9 of 10 checks passed
@mirpedrol mirpedrol mentioned this pull request Nov 17, 2023
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