Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Apr 25, 2024
1 parent f93332a commit f1ea652
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions brainglobe_workflows/cellfinder/cellfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
It receives as an (optional) command line input the path to a configuration
json file, that holds the values of the required parameters for the workflow.
python brainglobe_workflows/cellfinder.py --config path/to/config.json
If no input json file is passed as a configuration, the default
configuration defined at brainglobe_workflows/cellfinder/default_config.json
is used.
Example usage:
- to pass a custom configuration, run (from the cellfinder_main.py
parent directory):
python brainglobe_workflows/cellfinder.py --config path/to/input/config.json
- to use the default configuration, run
python brainglobe_workflows/cellfinder.py
"""


Expand Down

0 comments on commit f1ea652

Please sign in to comment.