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
10547fe6
Commit
10547fe6
authored
Apr 22, 2020
by
Mathieu Giraud
Browse files
Merge branch 'feature-a/correct-output-messages' into 'dev'
Feature a/correct output messages See merge request
!664
parents
b211c487
ecb92708
Pipeline
#139076
passed with stages
in 8 minutes and 33 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
algo/tests/should-get-tests/no-output.should
View file @
10547fe6
...
...
@@ -3,11 +3,16 @@
$ There are three clones in the .vidjil
3:"id"
$ Correct output message
1:Vidjil web application
!LAUNCH: $VIDJIL_DIR/$EXEC --no-vidjil -z 0 -g $VIDJIL_DIR/germline/homo-sapiens.g:IGH $VIDJIL_DATA/Stanford_S22.fasta ; cat out/Stanford_S22.vidjil
$ There are no clones in the .vidjil
0:"id"
$ Correct output message
1:only metadata
!LAUNCH: rm out/Stanford_S22.tsv ; $LAUNCHER $VIDJIL_DIR/$EXEC $EXTRA -z 0 -g $VIDJIL_DIR/germline/homo-sapiens.g:IGH $VIDJIL_DATA/Stanford_S22.fasta > /dev/null ; touch out/Stanford_S22.tsv ; cat out/Stanford_S22.tsv
...
...
algo/vidjil.cpp
View file @
10547fe6
...
...
@@ -1747,7 +1747,7 @@ int main (int argc, char **argv)
//$ Output .vidjil json
cout
<<
" ==> "
<<
f_json
;
if
(
no_vidjil
)
if
(
!
no_vidjil
)
{
cout
<<
"
\t
(data file for the Vidjil web application)"
<<
endl
;
}
...
...
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