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

Allow tarballed inputs instead of only directories #61

Merged
merged 21 commits into from
Dec 20, 2023
Merged

Allow tarballed inputs instead of only directories #61

merged 21 commits into from
Dec 20, 2023

Conversation

fasterius
Copy link
Collaborator

@fasterius fasterius commented Dec 20, 2023

PR checklist

This work-in-progress PR contains changes to that allows using tarballed (.tar.gz) input instead of just local directories, which allows testing to work properly out-of-the-box. Previous testing worked using GitHub actions where the test dataset was downloaded prior to running nf-test-based tests, but this did not work using test profile, which this PR remedies.

  • This comment contains a description of changes (with reason).
  • If necessary, also make a PR on the nf-core/spatialtranscriptomics branch on the nf-core/test-datasets repository. A work-in-progress version of the test data is available at fasterius/test-datasets.
  • Change the test data location from fasterius/test-datasets to nf-core/test-datasets in the code.
  • 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.
  • CHANGELOG.md is updated.
  • Remove the GitHub Actions CI that downloads the test data prior to execution once remote test data is working correctly for all tests.

@fasterius fasterius self-assigned this Dec 20, 2023
Copy link

github-actions bot commented Dec 20, 2023

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 4a06e97

+| ✅ 158 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗  10 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in README.md: Add bibliography of tools and data used in your pipeline
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in output.md: More details for each analytical step should probably be added,
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in WorkflowSpatialtranscriptomics.groovy: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in WorkflowMain.groovy: Add Zenodo DOI for pipeline after first release

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 2.11
  • Run at 2023-12-20 12:36:38

@fasterius fasterius marked this pull request as ready for review December 20, 2023 12:46
@fasterius fasterius merged commit 04e4568 into dev Dec 20, 2023
8 checks passed
@fasterius fasterius deleted the tests branch December 20, 2023 12:46
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.

2 participants