Fix input path to s3://omic/eureka/prodigy/*.pdb
Some checks failed
ci / test (3.10) (push) Has been cancelled
ci / test (3.11) (push) Has been cancelled
ci / test (3.12) (push) Has been cancelled
ci / test (3.13) (push) Has been cancelled
ci / test (3.9) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
2026-03-17 16:44:26 +01:00
parent 19fd443501
commit c8fd6b4084
4 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
nextflow.enable.dsl=2
// Default parameters
params.pdb = 's3://omic/eureka/prodigy/input/*.pdb'
params.pdb = 's3://omic/eureka/prodigy/*.pdb'
params.outdir = 's3://omic/eureka/prodigy/output'
params.distance_cutoff = 5.5
params.acc_threshold = 0.05