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

Merged
merged 40 commits into from
Aug 11, 2023
Merged

Template update #6

merged 40 commits into from
Aug 11, 2023

Conversation

muffato
Copy link
Member

@muffato muffato commented Jul 16, 2023

Closes #4
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 16, 2023
@muffato muffato changed the base branch from main to dev July 16, 2023 10:03
@github-actions
Copy link

github-actions bot commented Jul 16, 2023

nf-core lint overall result: Passed ✅

Posted for pipeline commit b177af0

+| ✅ 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-ensemblrepeatdownload_logo_light.png
  • files_exist - File is ignored: conf/igenomes.config
  • files_exist - File is ignored: docs/images/nf-core-ensemblrepeatdownload_logo_light.png
  • files_exist - File is ignored: docs/images/nf-core-ensemblrepeatdownload_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-ensemblrepeatdownload_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-ensemblrepeatdownload_logo_light.png
  • files_unchanged - File does not exist: docs/images/nf-core-ensemblrepeatdownload_logo_dark.png
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • actions_awstest - 'awstest.yml' workflow not found: /home/runner/work/ensemblrepeatdownload/ensemblrepeatdownload/.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 09:46:13

@muffato muffato marked this pull request as ready for review July 16, 2023 10:38
@muffato muffato requested a review from priyanka-surana July 17, 2023 08:43
@muffato muffato linked an issue Aug 4, 2023 that may be closed by this pull request
@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 #7

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 👍🏼

I would recommend add the Rapid release website support only warning to the README as well.

Looking at this and gene download workflow, there seems to be a strong case for combining them. The parameters here are a subset of gene download. Most subworkflows are overlapping. And if there is still a need to keep the features apart, this can be easily done with a parameter like --download_type repeat/gene. The greatest advantage would be not having to maintain 2 very similar pipelines. It can be ensembldonwload similar to insdcdownload.

@@ -19,14 +19,6 @@

**sanger-tol/ensemblrepeatdownload** is a pipeline that downloads repeat annotations from Ensembl into a Tree of Life directory structure.

Choose a reason for hiding this comment

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

If the genome is non-ToL, is it still ToL directory structure?

Suggested change
**sanger-tol/ensemblrepeatdownload** is a pipeline that downloads repeat annotations from Ensembl into a Tree of Life directory structure.
**sanger-tol/ensemblrepeatdownload** is a pipeline that downloads repeat annotations from Ensembl.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. The relevant ToL directory structure for this pipeline is that the output files go into `repeats/ensembl/

@priyanka-surana
Copy link

Unrelated query: What is this "Run pipeline with test data" CI that keeps running but does not complete? I saw this on treeval pipeline too.

@gq1
Copy link
Member

gq1 commented Aug 9, 2023

Unrelated query: What is this "Run pipeline with test data" CI that keeps running but does not complete? I saw this on treeval pipeline too.

This is one of the CI requirements we set through the pipeline website health page. Obviously we run it twice with the different version of nextflow, Github doesn't match them. We can add the version to the requirement as well, probably just the latest version?

@muffato
Copy link
Member Author

muffato commented Aug 11, 2023

I think your comments abut merging the pipelines make sense. I already have the changes regarding --outdir lined up, but I look into that after.

@muffato muffato merged commit 919c1f4 into dev Aug 11, 2023
@muffato muffato deleted the template_update branch August 11, 2023 10:06
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
3 participants