Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
d962ba9a
Commit
d962ba9a
authored
Aug 04, 2016
by
Mathieu Giraud
Browse files
tests: should-vdj-to-tap.py, -uuu
parent
f14cf7d5
Changes
1
Show whitespace changes
Inline
Side-by-side
algo/tests/should-vdj-to-tap.py
View file @
d962ba9a
...
...
@@ -30,7 +30,7 @@ import os
import
argparse
VIDJIL_FINE
=
'{directory}/vidjil -X 100 -# "#" -c segment -i -3 -d -g {directory}/germline %s >> %s'
VIDJIL_KMER
=
'{directory}/vidjil -# "#" -b out -c windows -uU -2 -i -g {directory}/germline %s > /dev/null ; cat out/out.segmented.vdj.fa out/out.unsegmented.vdj.fa >> %s'
VIDJIL_KMER
=
'{directory}/vidjil -# "#" -b out -c windows -
uu
uU -2 -i -g {directory}/germline %s > /dev/null ; cat out/out.segmented.vdj.fa out/out.unsegmented.vdj.fa >> %s'
parser
=
argparse
.
ArgumentParser
(
formatter_class
=
argparse
.
RawTextHelpFormatter
)
parser
.
add_argument
(
'--program'
,
'-p'
,
default
=
VIDJIL_FINE
,
help
=
'program to launch on each file (%(default)s)'
)
...
...
Write
Preview
Markdown
is supported
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