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

ComBGC: Add functionality to screen whole sample directory (antismash) #258

Merged
merged 7 commits into from
Apr 21, 2023

Conversation

jasmezz
Copy link
Collaborator

@jasmezz jasmezz commented Apr 17, 2023

Closes #256
Done: Support for multi-sample antismash output
To-do: The same for deepBGC and GECCO (when time, there is no need currently)

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/funcscan 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).

@jasmezz jasmezz added the enhancement Improvement for existing functionality label Apr 17, 2023
@jasmezz jasmezz requested a review from a team April 17, 2023 15:21
@jasmezz jasmezz changed the title Combgc new input param ComBGC: Add functionality to screen whole sample directory (antismash) Apr 17, 2023
@github-actions
Copy link

github-actions bot commented Apr 17, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit b088681

+| ✅ 157 tests passed       |+
!| ❗   1 tests had warnings |!

❗ Test warnings:

  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your prefered methods description, e.g. add publication citation for this pipeline

✅ Tests passed:

Run details

  • nf-core/tools version 2.7.2
  • Run at 2023-04-20 15:48:13

Copy link
Contributor

@louperelo louperelo left a comment

Choose a reason for hiding this comment

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

Looks good in general. I just did not understand how the tools dict is working in case a --antismash_dir and no other tool is given.

bin/comBGC.py Show resolved Hide resolved
bin/comBGC.py Show resolved Hide resolved
bin/comBGC.py Outdated Show resolved Hide resolved
bin/comBGC.py Outdated Show resolved Hide resolved
@jasmezz
Copy link
Collaborator Author

jasmezz commented Apr 20, 2023

Looks good in general. I just did not understand how the tools dict is working in case a --antismash_dir and no other tool is given.

No tool files = empty list, which will not populate the tools_provided list, thus show not up on the screen

@jasmezz jasmezz requested a review from louperelo April 20, 2023 14:19
@github-actions
Copy link

Python linting (black) is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks.
To fix this CI test, please run:

  • Install black: pip install black
  • Fix formatting errors in your pipeline: black .

Once you push these changes the test should pass, and you can hide this comment 👍

We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

Copy link
Contributor

@louperelo louperelo left a comment

Choose a reason for hiding this comment

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

Looks good to me

@louperelo
Copy link
Contributor

@nf-core-bot fix linting

@jasmezz jasmezz merged commit bc76195 into dev Apr 21, 2023
@jasmezz jasmezz deleted the combgc_new_input_param branch April 21, 2023 07:10
@jasmezz jasmezz restored the combgc_new_input_param branch April 21, 2023 09:05
@jasmezz jasmezz deleted the combgc_new_input_param branch April 21, 2023 09:07
@jasmezz jasmezz mentioned this pull request Apr 21, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants