Skip to content

Commit

Permalink
Update profiling.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee authored Jun 14, 2024
1 parent 301119a commit 749cd28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subworkflows/local/profiling.nf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ workflow PROFILING {
if ( db_types.size() > 1 ) {
return db_types.collect { it ->
def new_db_meta = db_meta.clone()
new_db_meta.db_type = it
[new_db_meta,db_path]
}
} else {
Expand Down

0 comments on commit 749cd28

Please sign in to comment.