Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vihgo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gad-public
vihgo
Commits
a04b957e
Commit
a04b957e
authored
Dec 08, 2020
by
Yannis Duffourd
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gad-bioinfo.org:gad-public/vihgo into master
parents
a9fa4b58
b011f58c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Vihgo.cpp
cpp/Vihgo.cpp
+0
-0
main.cpp
cpp/main.cpp
+2
-2
No files found.
cpp/Vihgo.cpp
View file @
a04b957e
This source diff could not be displayed because it is too large. You can
view the blob
instead.
cpp/main.cpp
View file @
a04b957e
...
...
@@ -66,8 +66,8 @@ int main(int argc, char* argv[])
(
"gene,g"
,
po
::
value
<
string
>
(
&
geneFile
)
,
"Gene annotation file related to reference genome provided."
)
(
"depth,d"
,
po
::
value
<
int
>
(
&
depthThreshold
)
->
default_value
(
50
),
"Depth treshold to call a variant. (optional)"
)
(
"ratio,a"
,
po
::
value
<
double
>
(
&
ratioThreshold
)
->
default_value
(
0.1
)
,
"Minimum ratio of alt reads to
take in account
a mutation. (optional)"
)
(
"pvalue,p"
,
po
::
value
<
double
>
(
&
pvalueThreshold
)
->
default_value
(
0.05
)
,
"pvalue threshold from FET to
take in account
a mutation. (optional)"
)
(
"ratio,a"
,
po
::
value
<
double
>
(
&
ratioThreshold
)
->
default_value
(
0.1
)
,
"Minimum ratio of alt reads to
consider
a mutation. (optional)"
)
(
"pvalue,p"
,
po
::
value
<
double
>
(
&
pvalueThreshold
)
->
default_value
(
0.05
)
,
"pvalue threshold from FET to
consider
a mutation. (optional)"
)
(
"stop,s"
,
"Activate stop codon detction."
)
(
"thread,t"
,
po
::
value
<
int
>
(
&
nbThread
)
->
default_value
(
50
),
"Number of thread to use. (NYI)"
)
...
...
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