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

Patch release: 1.1.6 #469

Merged
merged 65 commits into from
Apr 16, 2024
Merged

Patch release: 1.1.6 #469

merged 65 commits into from
Apr 16, 2024

Conversation

LilyAnderssonLee
Copy link
Contributor

Patch release: 1.1.6

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/taxprofiler 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>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,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).

sofstam and others added 30 commits February 8, 2024 10:41
Co-authored-by: James A. Fellows Yates <[email protected]>
Bump up the pipeline version number in the dev branch
Co-authored-by: Nicolas Vannieuwkerke <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
Co-authored-by: Matthias Hörtenhuber <[email protected]>
remove commented code about unique db_name check
Replace the db_params:null into empty string "".
Add meta.single_end to ch_input.nanopore channel
Important! Template update for nf-core/tools v2.13.1
correct nanopore and fasta input channel - branch "dev"
Copy link

github-actions bot commented Apr 11, 2024

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit e805e26

+| ✅ 192 tests passed       |+
!| ❗   3 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: 1.1.6
  • pipeline_todos - TODO string in ci.yml: You can customise CI pipeline run tests as required
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

✅ Tests passed:

Run details

  • nf-core/tools version 2.13.1
  • Run at 2024-04-16 08:46:31

@LilyAnderssonLee LilyAnderssonLee requested review from nf-core-bot and removed request for jfy133 April 11, 2024 13:23
@LilyAnderssonLee
Copy link
Contributor Author

According to the these comments , the failing download-pipeline step will be ignore for now.

@maxulysse
Copy link
Member

According to the these comments , the failing download-pipeline step will be ignore for now.

or you can remove -stub from the workflow, but then the tests take forever

@LilyAnderssonLee
Copy link
Contributor Author

@maxulysse I'd prefer to leave it as is for now and address it in the next major release.

@jfy133
Copy link
Member

jfy133 commented Apr 15, 2024

According to the these comments , the failing download-pipeline step will be ignore for now.

or you can remove -stub from the workflow, but then the tests take forever

Remove -stub but run the test_nothing profile?

@LilyAnderssonLee
Copy link
Contributor Author

@jfy133 Should I fix it with your suggestion before this merge?

@jfy133
Copy link
Member

jfy133 commented Apr 15, 2024

@jfy133 Should I fix it with your suggestion before this merge?

I think it would result in less changes that the current changes (but I can't really follow those changes 😬 )

But up to you!

@maxulysse
Copy link
Member

Personally I don't like merging when tests are failing, so either I fix it, or I disable it.

Remove stub run in download_pipeline.yml
@jfy133
Copy link
Member

jfy133 commented Apr 16, 2024

OK I think this would be OK now as Matthias says that there is no way around it until master is fixed!

@LilyAnderssonLee LilyAnderssonLee merged commit 45ce748 into master Apr 16, 2024
50 of 51 checks passed
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.

6 participants