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

fix: remove unused ftp RemoteProvider #76

Merged
merged 3 commits into from
Mar 25, 2024

Conversation

dlaehnemann
Copy link
Contributor

Migration to using snakemake >=v8.0.0 requires switching to use plugins:
https://snakemake.readthedocs.io/en/latest/getting_started/migration.html

In the case of remote providers, these are now implemented as storage plugins. Here we switch to the new FTP storage plugin:
https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/ftp.html

I hope that this closes #74 .

@dlaehnemann dlaehnemann merged commit 0f18be7 into master Mar 25, 2024
5 checks passed
@dlaehnemann dlaehnemann deleted the fix/use-storage-plugin-ftp branch March 25, 2024 16:30
@dlaehnemann
Copy link
Contributor Author

Just to clarify: The workflow doesn't seem to have used the RemoteProvider at all. So all this PR did, was remove its use and set a very recent minimum snakemake version.

@dlaehnemann dlaehnemann changed the title fix: update to using storage plugin ftp fix: remove unused ftp RemoteProvider Mar 25, 2024
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.

Issue running site-packages
1 participant