File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ workflow BOLTZ {
4848 ch_versions // channel: [ path(versions.yml) ]
4949 ch_boltz_ccd // channel: [ path(boltz_ccd) ]
5050 ch_boltz_model // channel: [ path(model) ]
51+ ch_boltz2_aff // channel: [ path(boltz2_aff) ]
52+ ch_boltz2_conf // channel: [ path(boltz2_conf) ]
53+ ch_mols // channel: [ path(mols) ]
5154 ch_colabfold_db // channel: [ path(colabfold_db) ]
5255 ch_uniref30 // channel: [ path(uniref30) ]
5356 msa_server
@@ -70,16 +73,16 @@ workflow BOLTZ {
7073 ]
7174 }
7275 )
73- .map{
74- def meta = it[0 ]. clone()
75- meta. cnt = it[2 ]
76- [meta, it[1 ]]
77- }
78- .branch{
79- multimer : it[0 ]. cnt > 1
80- monomer : it[0 ]. cnt == 1
81- }
82- .set{ch_input}
76+ .map{
77+ def meta = it[0 ]. clone()
78+ meta. cnt = it[2 ]
79+ [meta, it[1 ]]
80+ }
81+ .branch{
82+ multimer : it[0 ]. cnt > 1
83+ monomer : it[0 ]. cnt == 1
84+ }
85+ .set{ch_input}
8386
8487 if (! msa_server){
8588 MULTIFASTA_TO_CSV (
@@ -126,7 +129,10 @@ workflow BOLTZ {
126129 ch_boltz_input. map{[it[0 ], it[1 ]]},
127130 ch_boltz_input. map{it[2 ]},
128131 ch_boltz_model,
129- ch_boltz_ccd
132+ ch_boltz_ccd,
133+ ch_boltz2_aff,
134+ ch_boltz2_conf,
135+ ch_mols
130136 )
131137
132138 RUN_BOLTZ
You can’t perform that action at this time.
0 commit comments