diff --git a/tractome/cli.py b/tractome/cli.py index b70fc35..b48891a 100644 --- a/tractome/cli.py +++ b/tractome/cli.py @@ -51,7 +51,14 @@ def tractome( parcel : str, optional Path to a parcel CSV file """ - tractome = Tractome(tractogram, mesh, mesh_texture, t1, roi, parcel) + tractome = Tractome( + tractogram=tractogram, + t1=t1, + mesh=mesh, + mesh_texture=mesh_texture, + roi=roi, + parcel=parcel, + ) tractome.start()