Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
9f88df30
Commit
9f88df30
authored
Jul 30, 2015
by
Mathieu Giraud
Browse files
latex.py: typo
parent
fa9fd13c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/latex.py
View file @
9f88df30
...
...
@@ -11,7 +11,7 @@ import re
parser
=
argparse
.
ArgumentParser
(
description
=
'Output a LaTeX table for clones in .vidjil files'
)
parser
.
add_argument
(
'--min-ratio'
,
'-r'
,
type
=
float
,
default
=
.
01
,
help
=
'minimal reads ratio of the clone (%(default).3f)'
)
parser
.
add_argument
(
'--min'
,
'-m'
,
type
=
int
,
default
=
1
,
help
=
'minimal number of reads in the clone (%(default)d)'
)
parser
.
add_argument
(
'--top'
,
'-t'
,
type
=
int
,
default
=
5
,
help
=
'maximal number of clones to displ
l
ay (%(default)d)'
)
parser
.
add_argument
(
'--top'
,
'-t'
,
type
=
int
,
default
=
5
,
help
=
'maximal number of clones to display (%(default)d)'
)
parser
.
add_argument
(
'--analysis'
,
'-a'
,
action
=
'store_true'
,
help
=
'filter clones tagged in the relevant .analysis file (experimental, hardcoded)'
)
parser
.
add_argument
(
'--verbose'
,
'-v'
,
action
=
'store_true'
,
help
=
'verbose output'
)
parser
.
add_argument
(
'file'
,
nargs
=
'+'
,
help
=
'''.vidjil files'''
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment