Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Espinosa-Carrasco <[email protected]>
  • Loading branch information
ziadbkh and JoseEspinosa authored Oct 3, 2024
1 parent 75b048f commit 6e0a3a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ workflow NFCORE_PROTEINFOLD {
ch_multiqc = COLABFOLD.out.multiqc_report
ch_versions = ch_versions.mix(COLABFOLD.out.versions)
ch_report_input = ch_report_input.mix(
COLABFOLD.out.pdb.join(COLABFOLD.out.msa).map{it[0]["model"] = "COLABFOLD"; it}
COLABFOLD
.out
.pdb
.join(COLABFOLD.out.msa)
.map { it[0]["model"] = "colabfold"; it }
)
}

Expand Down

0 comments on commit 6e0a3a7

Please sign in to comment.