Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix reference database pipeline #142

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Fix reference database pipeline #142

merged 3 commits into from
Nov 6, 2024

Conversation

njohner
Copy link
Contributor

@njohner njohner commented Nov 6, 2024

Tests were failing as the reference database gets written to a temporary directory in /tmp/xyz, which is not accessible from within the container, so all the statements moving files to that location were actually moving them to that path in the container. We now exclusively use nextflow's publishing mechanism, which is anyway much cleaner.

Checklist

  • Changelog entry
  • Check that tests still pass
  • Add tests for new features and regression tests for bugfixes whenever possible.

@njohner njohner merged commit 261e8ee into master Nov 6, 2024
@njohner njohner deleted the nj/fix_setup branch November 6, 2024 12:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant