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

diamond blastx subworkflow #74

Closed
wants to merge 28 commits into from
Closed

diamond blastx subworkflow #74

wants to merge 28 commits into from

Conversation

alxndrdiaz
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
  • 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 Jun 6, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 751c07c

+| ✅ 129 tests passed       |+
#| ❔  18 tests were ignored |#
!| ❗   4 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: .github/workflows/awstest.yml
  • files_exist - File not found: .github/workflows/awsfulltest.yml
  • nextflow_config - Config manifest.version should end in dev: '0.2.0'

❔ Tests ignored:

  • files_exist - File is ignored: assets/nf-core-blobtoolkit_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-blobtoolkit_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-blobtoolkit_logo_dark.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File does not exist: .github/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File does not exist: assets/nf-core-blobtoolkit_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-blobtoolkit_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-blobtoolkit_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore or pyproject.toml
  • actions_ci - actions_ci
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/blobtoolkit/blobtoolkit/.github/workflows/awstest.yml

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-09-17 10:23:27

@alxndrdiaz
Copy link
Collaborator Author

Small test works: nextflow run . -profile test,docker --outdir <OUTDIR>, and files to run the full test were also added

@alxndrdiaz alxndrdiaz self-assigned this Jun 6, 2023
@alxndrdiaz alxndrdiaz added the enhancement Improvement of the existing features label Jun 6, 2023
@alxndrdiaz alxndrdiaz added this to the 0.2.0 milestone Jun 6, 2023
@alxndrdiaz alxndrdiaz linked an issue Jun 6, 2023 that may be closed by this pull request
Copy link
Contributor

@priyanka-surana priyanka-surana left a comment

Choose a reason for hiding this comment

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

How does this result get merged into the blobdir?

conf/test_full.config Outdated Show resolved Hide resolved
hs_err_pid20966.log Outdated Show resolved Hide resolved
conf/modules.config Outdated Show resolved Hide resolved
modules/local/blobtoolkit/chunk_busco.nf Outdated Show resolved Hide resolved
modules/local/blobtoolkit/chunk_busco.nf Outdated Show resolved Hide resolved
modules/local/blobtoolkit/chunk_busco.nf Outdated Show resolved Hide resolved
modules/local/blobtoolkit/unchunk_blastx.nf Outdated Show resolved Hide resolved
replay_pid20966.log Outdated Show resolved Hide resolved
subworkflows/local/run_diamond_blastx.nf Outdated Show resolved Hide resolved
workflows/blobtoolkit.nf Outdated Show resolved Hide resolved
@priyanka-surana priyanka-surana modified the milestones: 0.2.0, 0.1.0 Jun 6, 2023
@priyanka-surana
Copy link
Contributor

When I run the test profile, I get the following warning.

WARN: Found unexpected parameters:
* --uniprot_blastx: /lustre/scratch123/tol/teams/tolit/users/ps22/pipelines/blobtoolkit/assets/test/mCerEla1.1.buscoregions.dmnd
- Ignore this warning: params.schema_ignore_params = "uniprot_blastx" 

I think modifying the schema and config should fix it.

@alxndrdiaz

This comment was marked as resolved.

conf/test.config Outdated Show resolved Hide resolved
modules/local/blobtoolkit/chunk.nf Outdated Show resolved Hide resolved
workflows/blobtoolkit.nf Outdated Show resolved Hide resolved
@priyanka-surana
Copy link
Contributor

Almost there, just a few small changes.

@priyanka-surana priyanka-surana changed the base branch from dev to release July 1, 2023 07:00
@alxndrdiaz
Copy link
Collaborator Author

@priyanka-surana Just want to confirm if this can be merged, the requested change should be resolved in this commit: 8f3f719. If there are no other changes it can be merged.

@priyanka-surana
Copy link
Contributor

Closing and opening a fresh PR. Give a couple days.

@priyanka-surana priyanka-surana deleted the diamond_blastx branch December 16, 2023 17:25
@priyanka-surana priyanka-surana restored the diamond_blastx branch December 16, 2023 18:53
@priyanka-surana priyanka-surana deleted the diamond_blastx branch December 16, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the existing features
Projects
Development

Successfully merging this pull request may close these issues.

subworkflow: diamond_blastx
3 participants