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

Update deepvariant/rundeepvariant #6730

Closed
wants to merge 1 commit into from
Closed

Conversation

maxulysse
Copy link
Member

Let's write to current workdir

PR checklist

Closes #XXX

  • 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

Let's write to current workdir
Copy link
Member

@abhi18av abhi18av left a comment

Choose a reason for hiding this comment

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

This should work well. Looks good to merge @maxulysse !

@maxulysse maxulysse enabled auto-merge October 4, 2024 11:33
@fellen31
Copy link
Contributor

fellen31 commented Oct 4, 2024

This should not work with deepvariant 1.6.1, https://github.com/nf-core/modules/pull/5801/files/5ca87e95e3c9d80b838e5caeb7448b73728aa041#r1637917607 and google/deepvariant#742

@abhi18av
Copy link
Member

abhi18av commented Oct 4, 2024

Ah good catch @fellen31!

Te triggered test does fail with the same ValueError for this version - perhaps the param should be removed entirely?

image

@fellen31
Copy link
Contributor

fellen31 commented Oct 4, 2024

Ah good catch @fellen31!

Te triggered test does fail with the same ValueError for this version - perhaps the param should be removed entirely?

If removed completely I'm afraid it will write to /tmp, this way it should write to a directory tmp in the work/scratch directory.

@maxulysse
Copy link
Member Author

Ah good catch @fellen31!
Te triggered test does fail with the same ValueError for this version - perhaps the param should be removed entirely?

If removed completely I'm afraid it will write to /tmp, this way it should write to a directory tmp in the work/scratch directory.

Ok, then this is the way, let's kill this PR
cc @FriederikeHanssen

@maxulysse maxulysse closed this Oct 4, 2024
auto-merge was automatically disabled October 4, 2024 12:04

Pull request was closed

@maxulysse maxulysse deleted the maxulysse-patch-1 branch October 4, 2024 12:20
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