Skip to content

Conversation

@matthdsm
Copy link
Member

@matthdsm matthdsm commented Dec 23, 2022

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 CenterForMedicalGeneticsGhent/nf-cmgg-preprocessing 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).

@matthdsm
Copy link
Member Author

This one should work but has a filename collision in ELPREP, we should fix $prefix for the aligner process

@github-actions
Copy link

github-actions bot commented Dec 23, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 1086fdf

+| ✅ 126 tests passed       |+
#| ❔  18 tests were ignored |#
!| ❗   3 tests had warnings |!
Details

❗ Test warnings:

  • files_exist - File not found: lib/WorkflowNf-cmgg-preprocessing.groovy
  • pipeline_todos - TODO string in output.md: Write this documentation describing your workflow's output
  • pipeline_name_conventions - Naming does not adhere to nf-core conventions: Contains non alphanumeric characters

❔ Tests ignored:

  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: assets/nf-core-nf-cmgg-preprocessing_logo_dark.png
  • files_exist - File is ignored: assets/nf-core-nf-cmgg-preprocessing_logo_light.png
  • files_exist - File is ignored: conf/test_full.config
  • files_exist - File is ignored: docs/images/nf-core-nf-cmgg-preprocessing_logo_dark.png
  • files_exist - File is ignored: docs/images/nf-core-nf-cmgg-preprocessing_logo_light.png
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/feature_request.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File does not exist: assets/nf-core-nf-cmgg-preprocessing_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-nf-cmgg-preprocessing_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-nf-cmgg-preprocessing_logo_dark.png
  • files_unchanged - File ignored due to lint config: docs/README.md
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore or pyproject.toml
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/nf-cmgg-preprocessing/nf-cmgg-preprocessing/.github/workflows/awstest.yml

✅ Tests passed:

Run details

  • nf-core/tools version 2.8.dev0
  • Run at 2023-01-20 06:59:36

@matthdsm matthdsm linked an issue Dec 23, 2022 that may be closed by this pull request
Base automatically changed from dev to main January 18, 2023 14:11
@matthdsm matthdsm changed the base branch from main to dev January 18, 2023 14:35
@matthdsm matthdsm requested a review from nvnieuwk January 19, 2023 13:42
@matthdsm matthdsm marked this pull request as ready for review January 19, 2023 13:44
]
}
.groupTuple( by: [0])
.groupTuple(by:[0])
Copy link
Member

Choose a reason for hiding this comment

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

No group size here?

Copy link
Member Author

Choose a reason for hiding this comment

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

dammit! missed that one

Copy link
Member Author

Choose a reason for hiding this comment

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

size is in the groupKey!

Copy link
Member

Choose a reason for hiding this comment

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

Yep I'm blind!

matthdsm and others added 2 commits January 19, 2023 14:50
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
@nvnieuwk
Copy link
Member

Also adding a test for elprep and bamsormadup would be good I think?

@matthdsm
Copy link
Member Author

I'm adding unit tests for everything in another branch

Copy link
Member

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

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

LGTM then!

@matthdsm matthdsm merged commit c7a0925 into dev Jan 20, 2023
@matthdsm matthdsm deleted the feature/elprep branch January 20, 2023 07:25
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.

Eval elprep vs bamsormadup

3 participants