Skip to content

Commit

Permalink
Use RData in applyModel
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Dec 1, 2023
1 parent bbd0bef commit 26f1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/ehmm/construct_model.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process CONSTRUCT_MODEL {

output:
path('model'), emit: model_dir
path('model/model.txt'), emit: model
path('model/model.RData'), emit: model

script:
"""
Expand Down

0 comments on commit 26f1356

Please sign in to comment.