Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,712
Issues
1,712
List
Boards
Labels
Service Desk
Milestones
Merge Requests
87
Merge Requests
87
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
780f3d7e
Commit
780f3d7e
authored
Feb 04, 2016
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vidjil.cpp: update online help, -2 can now be safely used
parent
83233122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
algo/vidjil.cpp
algo/vidjil.cpp
+5
-2
No files found.
algo/vidjil.cpp
View file @
780f3d7e
...
...
@@ -164,14 +164,17 @@ void usage(char *progname, bool advanced)
<<
" -g <path> multiple locus/germlines. In the path <path>, takes 'germlines.data' to select locus and parameters"
<<
endl
<<
" Selecting '-g germline' processes TRA, TRB, TRG, TRD, IGH, IGK and IGL locus, possibly with some incomplete/unusal recombinations"
<<
endl
<<
" A different 'germlines.data' file can also be provided with -g <file>"
<<
endl
<<
" -i multiple locus/germlines, also incomplete/unusual rearrangements (must be used with -g)"
<<
endl
<<
endl
<<
"Locus/recombinations"
<<
endl
<<
" -i try to detect incomplete/unusual recombinations (locus with '+', must be used with -g)"
<<
endl
<<
" -2 try to detect unexpected recombinations (must be used with -g)"
<<
endl
<<
endl
;
if
(
advanced
)
cerr
<<
"Experimental options (do not use)"
<<
endl
<<
" -I ignore k-mers common to different germline systems (experimental, must be used with -g, do not use)"
<<
endl
<<
" -1 use a unique index for all germline systems (experimental, must be used with -g, do not use)"
<<
endl
<<
" -2 try to detect unexpected recombinations (experimental, must be used with -g, do not use)"
<<
endl
<<
" -4 try to detect unexpected recombinations with translocations (experimental, must be used with -g, do not use)"
<<
endl
<<
" -! keep unsegmented reads as clones, taking for junction the complete sequence, to be used on very small datasets (for example -!AX 20)"
<<
endl
<<
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