Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
9733edaf
Commit
9733edaf
authored
8 years ago
by
Moustakas
Browse files
Options
Downloads
Patches
Plain Diff
Updated the help menu
parent
6e647a07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tools/VcfToTsv.md
+16
-9
16 additions, 9 deletions
docs/tools/VcfToTsv.md
with
16 additions
and
9 deletions
docs/tools/VcfToTsv.md
+
16
−
9
View file @
9733edaf
...
...
@@ -14,26 +14,33 @@ biopet tool VcfToTsv -h
Usage: VcfToTsv
[
options]
-l
<value> |
--log_level
<value>
L
og l
evel
Level
of log information printed. Possible levels:
'debug'
,
'info'
,
'warn'
,
'error'
-h
|
--help
Print usage
-v
|
--version
Print version
-I
<file> |
--inputFile
<file>
Input vcf file
-o
<file> |
--outputFile
<file>
output file, default to stdout
-f
<value> |
--field
<value>
-i
<value>
|
--info_field
<value>
-f
Genotype field name |
--field
Genotype field name
Genotype field to use
-i
Info field name
|
--info_field
Info field name
Info field to use
--all_info
Use all info fields
in
the vcf header
--all_format
Use all genotype fields
in
the vcf header
-s
<value> |
--sample_field
<value>
Genotype fields to use
in
the tsv file
-d
|
--disable_defaults
Don
't output the default columns from the vcf file
--separator <value>
Optional separator. Default is tab-delimited
--list_separator <value>
Optional list separator. By default, lists are separated by a comma
--max_decimals <value>
Number of decimal places for numbers. Default is 2
~~~
To run the tool:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment