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

Template update #10

Merged
merged 39 commits into from
Aug 11, 2023
Merged

Template update #10

merged 39 commits into from
Aug 11, 2023

Conversation

muffato
Copy link
Member

@muffato muffato commented Jul 15, 2023

Closes #7
I've updated the pipeline template from 2.5 to 2.8.

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
  • 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).

@muffato muffato added the maintain Tasks to keep pipelines up to date label Jul 15, 2023
@muffato muffato linked an issue Jul 15, 2023 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Jul 15, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit e24a6f7

+| ✅ 131 tests passed       |+
#| ❔  22 tests were ignored |#

❔ Tests ignored:

  • files_exist - File is ignored: assets/multiqc_config.yml
  • files_exist - File is ignored: assets/nf-core-insdcdownload_logo_light.png
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: docs/images/nf-core-insdcdownload_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-insdcdownload_logo_dark.png
  • files_exist - File is ignored: .github/ISSUE_TEMPLATE/config.yml
  • files_exist - File is ignored: .github/workflows/awstest.yml
  • files_exist - File is ignored: .github/workflows/awsfulltest.yml
  • nextflow_config - Config variable ignored: manifest.name
  • nextflow_config - Config variable ignored: manifest.homePage
  • 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/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File does not exist: assets/nf-core-insdcdownload_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-insdcdownload_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-insdcdownload_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/insdcdownload/insdcdownload/.github/workflows/awstest.yml
  • multiqc_config - 'assets/multiqc_config.yml' not found

✅ Tests passed:

Run details

  • nf-core/tools version 2.8
  • Run at 2023-08-11 07:08:29

@muffato muffato marked this pull request as ready for review July 15, 2023 13:26
@muffato muffato added enhancement Improvement of the existing features and removed enhancement Improvement of the existing features labels Jul 16, 2023
@muffato muffato requested a review from priyanka-surana July 17, 2023 08:43
Copy link
Contributor

@priyanka-surana priyanka-surana left a comment

Choose a reason for hiding this comment

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

Some minor comments but mostly good to go. Testing ran successfully. Might be worth looking at the output structure when assembly is not in ToL.

.nf-core.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
assets/slackreport.json Outdated Show resolved Hide resolved
docs/usage.md Outdated Show resolved Hide resolved
nextflow.config Outdated Show resolved Hide resolved
Co-authored-by: Priyanka Surana <[email protected]>
@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!

@muffato
Copy link
Member Author

muffato commented Aug 1, 2023

Might be worth looking at the output structure when assembly is not in ToL.

Thank you for the nudge, and I think I know what to change. I can give an overview at the daily today and I'll create a ticket for the next sprint.

@muffato
Copy link
Member Author

muffato commented Aug 4, 2023

Added a few commits to address issues actually found in sanger-tol/ensemblgenedownload#6 and a commit to enable the cleanup profile for our Tower tests and close #11

@muffato muffato linked an issue Aug 4, 2023 that may be closed by this pull request
@muffato muffato merged commit aa2a366 into dev Aug 11, 2023
@muffato muffato deleted the template_update branch August 11, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintain Tasks to keep pipelines up to date
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update pipeline template Add CI tests on the farm
2 participants