Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cadbiom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
VIGNET Pierre
cadbiom
Commits
8193da38
Commit
8193da38
authored
5 years ago
by
VIGNET Pierre
Browse files
Options
Downloads
Patches
Plain Diff
[cmd] Fix typo in command line doc
parent
afecf8f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
command_line/cadbiom_cmd/cadbiom_cmd.py
+6
-6
6 additions, 6 deletions
command_line/cadbiom_cmd/cadbiom_cmd.py
with
6 additions
and
6 deletions
command_line/cadbiom_cmd/cadbiom_cmd.py
+
6
−
6
View file @
8193da38
...
...
@@ -137,7 +137,7 @@ def json_2_interaction_graph(args):
@check_output_dir
def
queries_2_common_graph
(
args
):
"""
Create a GraphML formated file containing a unique representation of **all**
trajectories corresponding to all solutions in each complete MAC file
s
trajectories corresponding to all solutions in each complete MAC file
(*mac_complete files).
This is a function to visualize paths taken by the solver from the boundaries
...
...
@@ -497,7 +497,7 @@ def main():
parser_trajectories
.
_action_groups
[
2
].
add_argument
(
"
path
"
,
help
=
"
Complete solution file or directory with MAC solutions files
"
"
(*mac_complete.txt files) generated with the
'
compute_macs
'
command.
"
,
"
(*mac_complete.txt files) generated with the
'
solutions_search
'
command.
"
,
)
parser_trajectories
.
_action_groups
[
2
].
add_argument
(
"
--output
"
,
...
...
@@ -520,7 +520,7 @@ def main():
parser_queries_2_json
.
_action_groups
[
2
].
add_argument
(
"
path
"
,
help
=
"
Complete solution file or directory with MAC solutions files
"
"
(*mac_complete.txt files) generated with the
'
compute_macs
'
command.
"
,
"
(*mac_complete.txt files) generated with the
'
solutions_search
'
command.
"
,
)
parser_queries_2_json
.
_action_groups
[
2
].
add_argument
(
"
--output
"
,
...
...
@@ -580,7 +580,7 @@ def main():
parser_trajectories
.
_action_groups
[
2
].
add_argument
(
"
path
"
,
help
=
"
Complete solution file or directory with MAC solutions files
"
"
(*mac_complete.txt files) generated with the
'
compute_macs
'
command.
"
,
"
(*mac_complete.txt files) generated with the
'
solutions_search
'
command.
"
,
)
# Outputs
parser_trajectories
.
_action_groups
[
2
].
add_argument
(
...
...
@@ -619,7 +619,7 @@ def main():
parser_occurrences_matrix
.
_action_groups
[
2
].
add_argument
(
"
path
"
,
help
=
"
Directory with MAC solutions files
"
"
(*mac.txt files) generated with the
'
compute_macs
'
command.
"
,
"
(*mac.txt files) generated with the
'
solutions_search
'
command.
"
,
)
parser_occurrences_matrix
.
_action_groups
[
2
].
add_argument
(
"
--output
"
,
...
...
@@ -636,7 +636,7 @@ def main():
parser_occurrences_matrix
.
set_defaults
(
func
=
queries_2_occcurrence_matrix
)
## subparser: Merge solutions to a csv file ################################
# Solution file (mac)
# Solution file (mac
.txt
)
# Output (csv)
parser_merge_macs
=
subparsers
.
add_parser
(
"
merge_macs
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment