Skip to content

Commit

Permalink
input
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 21, 2024
1 parent c02a333 commit 883a2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voluseg/VolusegProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(context: VolusegContext):
# set and save parameters
parameters0 = voluseg.parameter_dictionary()
parameters0["dir_ants"] = "/ants-2.5.3/bin/"
parameters0["dir_input"] = "/voluseg/data/"
parameters0["dir_input"] = url
parameters0["dir_output"] = "/tmp/voluseg_output"

# user-defined parameters
Expand Down

0 comments on commit 883a2c7

Please sign in to comment.