Compare commits
2 Commits
64a323a486
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ffba5cb2c | |||
| fdbd7bf863 |
7
main.nf
7
main.nf
@@ -1,17 +1,18 @@
|
|||||||
#!/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 = false
|
||||||
params.msa_server = 'https://api.colabfold.com'
|
params.msa_server = 'https://api.colabfold.com'
|
||||||
params.num_samples = 5
|
params.num_samples = 1
|
||||||
|
|
||||||
process CHAI1 {
|
process CHAI1 {
|
||||||
container 'harbor.cluster.omic.ai/omic/chai1:v3'
|
container 'harbor.cluster.omic.ai/omic/chai1:v3'
|
||||||
publishDir params.outdir, mode: 'copy'
|
publishDir params.outdir, mode: 'copy'
|
||||||
stageInMode 'copy'
|
stageInMode 'copy'
|
||||||
maxForks 1
|
maxForks 1
|
||||||
|
errorStrategy 'ignore'
|
||||||
|
|
||||||
input:
|
input:
|
||||||
path fasta
|
path fasta
|
||||||
|
|||||||
Reference in New Issue
Block a user