Skip to content

Commit 484b1b8

Browse files
tlitfinjscgh
authored andcommitted
fix prepare colabfold dbs params
1 parent 18f120c commit 484b1b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

subworkflows/local/prepare_colabfold_dbs.nf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ workflow PREPARE_COLABFOLD_DBS {
4242
ch_params = ARIA2_COLABFOLD_PARAMS
4343
.out
4444
.db
45+
.map {
46+
dir -> dir.listFiles().findAll { it -> it.isFile() }
47+
}
4548

4649
ch_versions = ch_versions.mix(ARIA2_COLABFOLD_PARAMS.out.versions)
4750

0 commit comments

Comments
 (0)