Skip to content

Commit

Permalink
Fix typo in split and load
Browse files Browse the repository at this point in the history
  • Loading branch information
afg1 committed Sep 4, 2023
1 parent 6ae0391 commit 1b9b41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/databases/rediportal.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ process load_rediportal {
val('rediportal done')

"""
split-and-load $ctl *.csv ${params.databases.rediportal.chunk_size} redportal-data
split-and-load $ctl *.csv ${params.databases.rediportal.chunk_size} rediportal-data
"""

}
Expand Down

0 comments on commit 1b9b41a

Please sign in to comment.