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
0c680733
Commit
0c680733
authored
Oct 25, 2018
by
Mikaël Salson
Committed by
Mathieu Giraud
Feb 12, 2019
Browse files
repseq_vdj.py: Why limiting to 100?
When putting all files together, we have more than 100 sequences
parent
1c202809
Pipeline
#63426
passed with stages
in 38 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/repseq_vdj.py
View file @
0c680733
...
@@ -249,7 +249,7 @@ def header_igblast_results(ff_fasta, ff_igblast):
...
@@ -249,7 +249,7 @@ def header_igblast_results(ff_fasta, ff_igblast):
### Vidjil
### Vidjil
VIDJIL_FINE
=
'{directory}/vidjil-algo
-X 100
--header-sep "#" -c segment -3 -d -g {directory}/germline/homo-sapiens.g %s >> %s'
VIDJIL_FINE
=
'{directory}/vidjil-algo --header-sep "#" -c segment -3 -d -g {directory}/germline/homo-sapiens.g %s >> %s'
VIDJIL_KMER
=
'{directory}/vidjil-algo -w 20 --header-sep "#" -b out -c windows -uuuU -2 -g {directory}/germline/homo-sapiens.g %s > /dev/null ; cat out/out.segmented.vdj.fa out/out.unsegmented.vdj.fa >> %s'
VIDJIL_KMER
=
'{directory}/vidjil-algo -w 20 --header-sep "#" -b out -c windows -uuuU -2 -g {directory}/germline/homo-sapiens.g %s > /dev/null ; cat out/out.segmented.vdj.fa out/out.unsegmented.vdj.fa >> %s'
def
should_results_from_vidjil_output
(
f_log
):
def
should_results_from_vidjil_output
(
f_log
):
...
...
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