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
Robin Erich Muench
metaSNV
Commits
2ed3631b
Commit
2ed3631b
authored
Mar 15, 2017
by
Robin Erich Muench
Browse files
snpCaller options: SNP definitions
parent
1794b1b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/snpCaller/call_vC.cpp
View file @
2ed3631b
...
...
@@ -65,7 +65,12 @@ static int print_usage()
fprintf
(
stderr
,
" -f, faidx indexed reference metagenome
\n
"
);
fprintf
(
stderr
,
" -g, gene annotation file [NULL].
\n
"
);
fprintf
(
stderr
,
" -i, individual SNPs output file [NULL].
\n\n
"
);
fprintf
(
stderr
,
"SNP definition:
\n
"
);
fprintf
(
stderr
,
" -c, minimum coverage (mapped reads) per position [4]
\n
"
);
fprintf
(
stderr
,
" -p, minimum non-reference nucleotide allele frequency per position [0.01].
\n
"
);
fprintf
(
stderr
,
" -t, minimum number of non-reference nucleotides per position [4].
\n\n
"
);
// fprintf(stderr, " -d,-a, for debugging only \n\n");
fprintf
(
stderr
,
"
\n
"
);
fprintf
(
stderr
,
"Note: Expecting samtools mpileup as standard input
\n\n
"
);
return
1
;
}
...
...
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