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 malt/build module #6994

Merged
merged 23 commits into from
Nov 27, 2024
Merged

Conversation

LilyAnderssonLee
Copy link
Contributor

@LilyAnderssonLee LilyAnderssonLee commented Nov 14, 2024

PR checklist

Fixes nf-core/createtaxdb#29

  • 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

Copy link
Contributor

@mashehu mashehu left a comment

Choose a reason for hiding this comment

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

please double check any pipelines using this module and inform them about the change of input type.

@jfy133
Copy link
Member

jfy133 commented Nov 21, 2024

please double check any pipelines using this module and inform them about the change of input type.

Just me, and I'm informed :=*

@LilyAnderssonLee
Copy link
Contributor Author

@jfy133 Amazing debugging methods and excellent solutions!!!

@jfy133
Copy link
Member

jfy133 commented Nov 25, 2024

Java shakes fist - mostly thanks to @mahesh-panchal as always though 😬

@LilyAnderssonLee LilyAnderssonLee added this pull request to the merge queue Nov 26, 2024
@LilyAnderssonLee LilyAnderssonLee removed this pull request from the merge queue due to a manual request Nov 26, 2024
Copy link
Member

@mahesh-panchal mahesh-panchal left a comment

Choose a reason for hiding this comment

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

So I'm not sure if process.resourceLimits are defined for the runners, but they should be I think. Not here though

modules/nf-core/malt/run/tests/nextflow.config Outdated Show resolved Hide resolved
modules/nf-core/malt/run/tests/nextflow.config Outdated Show resolved Hide resolved
modules/nf-core/malt/run/tests/nextflow.config Outdated Show resolved Hide resolved
@LilyAnderssonLee LilyAnderssonLee added this pull request to the merge queue Nov 27, 2024
Merged via the queue into nf-core:master with commit 47f728e Nov 27, 2024
26 checks passed
@LilyAnderssonLee LilyAnderssonLee deleted the malt_update branch November 27, 2024 13:34
LouisLeNezet pushed a commit to LouisLeNezet/modules that referenced this pull request Dec 4, 2024
* update malt/build module

* use stageAs for input fasta files

* Try HTTPS rather than s3

* Trying manually restricting memory

* Move config loading to the right place

* Update modules/nf-core/malt/build/tests/main.nf.test

Co-authored-by: Mahesh Binzer-Panchal <[email protected]>

* Update main.nf.test

* Update nextflow.config

* Get tests running

* Adjust to VM minimum

* And MALT_RUN

* use process.resourceLimits defining the memory limit

* Update modules/nf-core/malt/run/tests/nextflow.config

Co-authored-by: Mahesh Binzer-Panchal <[email protected]>

* Update modules/nf-core/malt/run/tests/nextflow.config

Co-authored-by: Mahesh Binzer-Panchal <[email protected]>

* Update modules/nf-core/malt/run/tests/nextflow.config

Co-authored-by: Mahesh Binzer-Panchal <[email protected]>

* Update nextflow.config

---------

Co-authored-by: James A. Fellows Yates <[email protected]>
Co-authored-by: Mahesh Binzer-Panchal <[email protected]>
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.

MALT will fail if too many FASTAs due to UNIX command limits
4 participants