Use dedicated input subdirectory to avoid stale files
Previous runs left rcsb_pdb_1QGS.fasta in the work dir. Using s3://omic/eureka/chai1/input/ ensures only our files are picked up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
main.nf
2
main.nf
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env nextflow
|
#!/usr/bin/env nextflow
|
||||||
nextflow.enable.dsl=2
|
nextflow.enable.dsl=2
|
||||||
|
|
||||||
params.input_dir = 's3://omic/eureka/chai1'
|
params.input_dir = 's3://omic/eureka/chai1/input'
|
||||||
params.outdir = 's3://omic/eureka/chai1/output'
|
params.outdir = 's3://omic/eureka/chai1/output'
|
||||||
params.use_msa = true
|
params.use_msa = true
|
||||||
params.msa_server = 'https://api.colabfold.com'
|
params.msa_server = 'https://api.colabfold.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user