Skip to content

Commit

Permalink
fix: update to using storage plugin ftp (#76)
Browse files Browse the repository at this point in the history
* fix: update to using storage plugin ftp

* fix: require a recent snakemake above version 8.0

* chore: remove unnecessary FTP import
  • Loading branch information
dlaehnemann committed Mar 25, 2024
1 parent 3380a05 commit 0f18be7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from snakemake.utils import min_version

##### set minimum snakemake version #####
min_version("6.4.1")
min_version("8.8.0")


##### setup report #####
Expand Down
3 changes: 0 additions & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import glob

import pandas as pd
from snakemake.remote import FTP
from snakemake.utils import validate

ftp = FTP.RemoteProvider()

validate(config, schema="../schemas/config.schema.yaml")

samples = (
Expand Down

0 comments on commit 0f18be7

Please sign in to comment.