Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Oct 8, 2024
1 parent 6ba11ec commit f410fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@ workflow NFCORE_PROTEINFOLD {
}

if (params.foldseek_search == "easysearch"){
ch_foldseek_db = channel.value([["id": params.foldseek_db],
file(params.foldseek_db_path,
ch_foldseek_db = channel.value([["id": params.foldseek_db],
file(params.foldseek_db_path,
checkIfExists: true)])

FOLDSEEK_EASYSEARCH(
ch_report_input
.map{
if (it[0].model == "esmfold")
if (it[0].model == "esmfold")
[it[0], it[1]]
else
[it[0], it[1][0]]
Expand Down

0 comments on commit f410fe0

Please sign in to comment.