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 #8

Merged
merged 32 commits into from
Aug 11, 2023
Merged

Template update #8

merged 32 commits into from
Aug 11, 2023

Conversation

muffato
Copy link
Member

@muffato muffato commented Jul 12, 2023

Closes #2.

Here I've updated the pipeline template from 2.5 to 2.8, one version at a time.

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

@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 Jul 12, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit d865d02

+| ✅ 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-sequencecomposition_logo_light.png
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: docs/images/nf-core-sequencecomposition_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-sequencecomposition_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-sequencecomposition_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-sequencecomposition_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-sequencecomposition_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/sequencecomposition/sequencecomposition/.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:26

@muffato muffato linked an issue Jul 12, 2023 that may be closed by this pull request
@muffato muffato requested a review from priyanka-surana July 12, 2023 11:29
@muffato muffato marked this pull request as ready for review July 12, 2023 11:29
@muffato
Copy link
Member Author

muffato commented Jul 12, 2023

The CI fails when doing the "full" test because there isn't enough space on disk 😁 The regular test does work already.

I'll try to reduce the disk usage, probably by trimming the samplesheet.

@muffato muffato added the maintain Tasks to keep pipelines up to date label Jul 15, 2023
@muffato muffato added enhancement Improvement of the existing features and removed enhancement Improvement of the existing features labels Jul 16, 2023
@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 #9

Copy link

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

Almost there, a few changes to documentation.

.github/workflows/sangerfulltest.yml Outdated Show resolved Hide resolved
.github/workflows/sangertest.yml Outdated Show resolved Hide resolved
.nf-core.yml Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
Copy link

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

LGTM 👍🏼 Thanks for making the changes

@muffato muffato merged commit 6f15ef7 into dev Aug 11, 2023
@muffato muffato deleted the template_update branch August 11, 2023 10:07
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
2 participants