Skip to content

Commit

Permalink
fix name of mmseq output channel db_indexed
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadbkh committed Apr 8, 2024
1 parent 22a2ada commit adc4224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/prepare_colabfold_dbs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ workflow PREPARE_COLABFOLD_DBS {
MMSEQS_CREATEINDEX_COLABFOLDDB (
MMSEQS_TSV2EXPROFILEDB_COLABFOLDDB.out.db_exprofile
)
ch_colabfold_db = MMSEQS_CREATEINDEX_COLABFOLDDB.out.db_index
ch_colabfold_db = MMSEQS_CREATEINDEX_COLABFOLDDB.out.db_indexed
ch_versions = ch_versions.mix(MMSEQS_CREATEINDEX_COLABFOLDDB.out.versions)
}

Expand All @@ -66,7 +66,7 @@ workflow PREPARE_COLABFOLD_DBS {
MMSEQS_CREATEINDEX_UNIPROT30 (
MMSEQS_TSV2EXPROFILEDB_UNIPROT30.out.db_exprofile
)
ch_uniref30 = MMSEQS_CREATEINDEX_UNIPROT30.out.db_index
ch_uniref30 = MMSEQS_CREATEINDEX_UNIPROT30.out.db_indexed
ch_versions = ch_versions.mix(MMSEQS_CREATEINDEX_UNIPROT30.out.versions)
}
}
Expand Down

0 comments on commit adc4224

Please sign in to comment.