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 skani round 2 #5539

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add skani round 2 #5539

wants to merge 3 commits into from

Conversation

CarsonJM
Copy link
Contributor

PR checklist

Re-opens #5502

  • 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 module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@CarsonJM CarsonJM requested a review from a team as a code owner April 29, 2024 21:12
@CarsonJM CarsonJM requested review from Aratz and removed request for a team April 29, 2024 21:12
@CarsonJM
Copy link
Contributor Author

@jfy133 back in action part2. I'm still experimenting with the best way to add the -l option, but will let you know when I'm ready for another review!

Copy link
Contributor

@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 (just some small comments)

It's also advised to only add one module per PR, I know it's easier to add multiple in the same PR (been there, done that), but no one really wants to review a large PR 😁

description: |
FASTA/skani sketch file to be used as query.
pattern: "*.{fasta,fasta.gz,fa,fa.gz,fna,fna.gz,sketch}"
- reference:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add meta2 here too?

description: |
Input FASTA/skani sketch to search with.
pattern: "*.{fasta,fasta.gz,fa,fa.gz,fna,fna.gz}"
- sketch_dir:
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here

'biocontainers/skani:0.2.1--h4ac6f70_0' }"

input:
tuple val(meta) , path(queries)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
tuple val(meta) , path(queries)
tuple val(meta), path(queries)

@SPPearce
Copy link
Contributor

@CarsonJM , can you make the adjustments suggested here?

@CarsonJM
Copy link
Contributor Author

Yes I can! I am in the middle of a wet-lab onslaught at the moment and have fallen behind on nf-core stuff, but am hoping to be back at it soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

3 participants