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

3.2 release #229

Merged
merged 86 commits into from
Oct 16, 2023
Merged

3.2 release #229

merged 86 commits into from
Oct 16, 2023

Conversation

yuukiiwa
Copy link
Contributor

@yuukiiwa yuukiiwa commented Mar 13, 2023

Have made PRs for these tools to nf-core/modules, but they got conda problems:
clair3: nf-core/modules#3058
pepper_margin_deepvariant: nf-core/modules#3060
nanopolish_index_eventalign: nf-core/modules#917

@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!

@github-actions
Copy link

github-actions bot commented Mar 13, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 5247122

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

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 3.1.0
  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • 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
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required

✅ Tests passed:

Run details

  • nf-core/tools version 2.10
  • Run at 2023-10-09 14:48:26

@yuukiiwa yuukiiwa marked this pull request as ready for review March 21, 2023 04:27
@christopher-hakkaart christopher-hakkaart self-assigned this Mar 28, 2023
Comment on lines +5 to +8
conda 'bioconda::clair3=0.1.10'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/clair3:0.1.10--hdfd78af_0' :
'biocontainers/clair3:0.1.10--hdfd78af_0' }"

Choose a reason for hiding this comment

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

This might be an older version of the tool there. I'll check this and see if there is a newer version available.

Choose a reason for hiding this comment

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

Awesome!

Copy link
Member

@christopher-hakkaart christopher-hakkaart left a comment

Choose a reason for hiding this comment

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

LMTM!

@christopher-hakkaart christopher-hakkaart merged commit 2020960 into dev Oct 16, 2023
14 checks passed
@yuukiiwa yuukiiwa deleted the update_3_1_dev branch October 16, 2023 11:53
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.

4 participants