Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alex000kim committed Oct 28, 2024
1 parent 2ada069 commit 14cd13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/colabfold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ workflow COLABFOLD {
//
// MODULE: Run mmseqs
//
if (params.colabfold_model_preset != 'alphafold2_ptm') {
if (params.colabfold_model_preset != 'alphafold2_ptm' && params.colabfold_model_preset != 'alphafold2') {
MULTIFASTA_TO_CSV(
ch_fasta
)
Expand Down

0 comments on commit 14cd13f

Please sign in to comment.