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

CHORE: update all modules #968

Merged
merged 18 commits into from Apr 27, 2023
Merged

CHORE: update all modules #968

merged 18 commits into from Apr 27, 2023

Conversation

maxulysse
Copy link
Member

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

@github-actions
Copy link

github-actions bot commented Mar 17, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit 7a75269

+| ✅ 151 tests passed       |+
#| ❔   9 tests were ignored |#

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.7.2
  • Run at 2023-04-27 05:09:33

@maxulysse
Copy link
Member Author

ok, let's report that all back to the github.com/nf-core/modules repo.
There's some checking to be done, and some linting to add cc @mirpedrol @mashehu

@FriederikeHanssen
Copy link
Contributor

Need to update here again to get the ascat fix actually in: #702

@SusiJo
Copy link
Contributor

SusiJo commented Apr 5, 2023

Ascat is now fixed

CHANGELOG.md Outdated Show resolved Hide resolved
label 'process_high'

- conda "bioconda::dragmap=1.3.0 bioconda::samtools=1.16.1 conda-forge::pigz=2.3.4"
+ conda "bioconda::dragmap=1.2.1 bioconda::samtools=1.15.1 conda-forge::pigz=2.3.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

should we update samtools here as well, or wait for dragmap to become agreeable?

Choose a reason for hiding this comment

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

I opened a PR over at biocontainers with updated samtools for both versions of dragmap

Copy link
Member Author

Choose a reason for hiding this comment

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

Good question, I'd be happy either way

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks @matthdsm

Copy link
Contributor

Choose a reason for hiding this comment

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

for me we can also update all mapper / samtools combis in another PR when the biocontainers are build

Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

A couple of mismatching versions and file renames are left

modules/nf-core/strelka/somatic/main.nf Show resolved Hide resolved
modules/nf-core/tabix/bgziptabix/main.nf Show resolved Hide resolved
@FriederikeHanssen
Copy link
Contributor

CAn you add the ascat update to the changelog, while you are at it?: https://github.com/nf-core/sarek/pull/988/files it got overlooked here

@maxulysse
Copy link
Member Author

CAn you add the ascat update to the changelog, while you are at it?: https://github.com/nf-core/sarek/pull/988/files it got overlooked here

Good catch

@@ -1,54 +1,52 @@
# yaml-language-server: $schema=https://github.com/nf-core/modules/tree/master/subworkflows/yaml-schema.json
Copy link
Member Author

Choose a reason for hiding this comment

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

@mashehu this is new, what it the idea behind it?

Copy link
Contributor

Choose a reason for hiding this comment

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

this allows your editor to apply the schema to your meta.yml and give you hints about errors (and also what is expected for certain elements)

Copy link
Member Author

Choose a reason for hiding this comment

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

I have this error in my VSCode:

Unable to parse content from 'https://github.com/nf-core/modules/tree/master/subworkflows/yaml-schema.json': Parse error at offset 7.YAML(768)

Copy link
Contributor

Choose a reason for hiding this comment

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

that line is actually not in the current template, we actually point to the raw file. If you could please update this and any other occurrences of this in any meta.yml (also for modules) to: https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json

Copy link
Member Author

Choose a reason for hiding this comment

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

I hope I'll get a sticker for it

Copy link
Contributor

@mashehu mashehu Apr 27, 2023

Choose a reason for hiding this comment

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

nope, this is not a contribution to nf-core/infrastructure
image

Copy link
Member Author

Choose a reason for hiding this comment

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

How come this PR is not infrastructure nf-core/modules#3306
It's a @mirpedrol / @mashehu PR
This is pure infrastructure.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

Amazing 🚀

@maxulysse
Copy link
Member Author

just 3 singularity tests failing, so I'm merging

@maxulysse maxulysse merged commit 23f4a3f into nf-core:dev Apr 27, 2023
130 of 133 checks passed
@maxulysse maxulysse deleted the gatk_update branch April 27, 2023 07:04
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.

None yet

6 participants