Skip to content

Commit

Permalink
Merge pull request nf-core#143 from ziadbkh/master
Browse files Browse the repository at this point in the history
fix name of mmseq output channel db_indexed
  • Loading branch information
JoseEspinosa authored Apr 8, 2024
2 parents a6ddabd + adc4224 commit 13b873e
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 @@ -59,7 +59,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 @@ -78,7 +78,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 13b873e

Please sign in to comment.