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

Prep for a new release #10

Merged
merged 18 commits into from
Jan 6, 2025
Merged

Prep for a new release #10

merged 18 commits into from
Jan 6, 2025

Conversation

mberacochea
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!
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).

Ales-ibt and others added 17 commits September 13, 2024 11:05
limiting biome options to a list
This ended up being a massive refactoring of the pipeline.

Some of the changes:
- Remove the bash script to download the databases - replaced with a subworkflow
- Swapped the bespoke fastp module with the one from nf-core
- Move things around based on the linter errors (vscode)
- Adjusted the parameters - based on db download sciprts
- Formatted code code
- Added some test reference dbs (this still needs some work)
Refactor the pipeline and download dbs code.
@mberacochea mberacochea self-assigned this Dec 20, 2024
@mberacochea mberacochea added the enhancement New feature or request label Dec 20, 2024
Copy link

github-actions bot commented Dec 20, 2024

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit a25c08f

+| ✅ 127 tests passed       |+
#| ❔  47 tests were ignored |#
!| ❗  10 tests had warnings |!

❗ Test warnings:

❔ Tests ignored:

  • files_exist - File is ignored: CODE_OF_CONDUCT.md
  • files_exist - File is ignored: CHANGELOG.md
  • files_exist - File is ignored: assets/nf-core-shallowmapping_logo_light.png
  • files_exist - File is ignored: docs/
  • files_exist - File is ignored: docs/output.md
  • files_exist - File is ignored: docs/README.md
  • files_exist - File is ignored: docs/usage.md
  • files_exist - File is ignored: docs/images/nf-core-shallowmapping_logo_dark.png
  • files_exist - File is ignored: docs/images/nf-core-shallowmapping_logo_light.png
  • files_exist - File is ignored: pyproject.toml
  • files_exist - File is ignored: .gitignore
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/*
  • files_exist - File is ignored: .github/workflows/branch.yml
  • files_exist - File is ignored: .github/CONTRIBUTING.md
  • files_exist - File is ignored: .github/PULL_REQUEST_TEMPLATE.md
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: conf/test.config
  • files_exist - File is ignored: conf/test_full.config
  • files_exist - File is ignored: .github/workflows/ci.yml
  • files_exist - File is ignored: lib/Utils.groovy
  • files_exist - File is ignored: lib/WorkflowMain.groovy
  • files_exist - File is ignored: lib/NfcoreTemplate.groovy
  • files_exist - File is ignored: lib/WorkflowShallowmapping.groovy
  • files_exist - File is ignored: lib/nfcore_external_java_deps.jar
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • nextflow_config - Config variable ignored: process.cpus
  • nextflow_config - Config variable ignored: process.memory
  • nextflow_config - Config variable ignored: process.time
  • nextflow_config - Config variable ignored: params.max_cpus
  • files_unchanged - File ignored due to lint config: CODE_OF_CONDUCT.md
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: .github/ISSUE_TEMPLATE/bug_report.yml
  • files_unchanged - File does not exist: .github/ISSUE_TEMPLATE/config.yml
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/branch.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting_comment.yml
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/nf-core-shallowmapping_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-shallowmapping_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-shallowmapping_logo_dark.png
  • files_unchanged - File does not exist: docs/README.md
  • files_unchanged - File ignored due to lint config: .gitignore or .prettierignore
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/shallowmapping/shallowmapping/.github/workflows/awstest.yml

✅ Tests passed:

Run details

  • nf-core/tools version 3.1.0
  • Run at 2024-12-20 10:57:06

@mberacochea mberacochea merged commit cb48958 into master Jan 6, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants