task
stringlengths
12
101
input
stringlengths
0
3.73k
output
stringlengths
1
5.04k
options
sequence
pageTitle
stringlengths
0
320
outputColName
stringlengths
1
216
url
stringlengths
14
211
wdcFile
stringlengths
69
76
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Mnemonic on another control [Character class] Alt + alphanumeric [Example or Details]
By defining a mnemonic key on a control such as a Button, users can click the button using Alt plus that mnemonic (or just the mnemonic depending on where the focus is)—just as if they had clicked it with the mouse.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Shortcut on a fixed menu item [Character class] (modifiers) alphanumeric [Example or Details]
Shortcut keys are combinations that call a menu item's underlying handler just as if a user had clicked that item. For example, in most applications the Edit menu defines Control+C as a shortcut key for the Copy menu item, Control+V as a shortcut for Paste, and Control+X for Cut.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Modify a mouse click [Character class] (modifiers) [Example or Details]
Use this when you want to distinguish between an unadorned mouse click and a Control click (depressing Control while clicking with the mouse).
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Echo a typed character [Character class] (Shift) alphanumeric [Example or Details]
An example would be to display A when a user types Shift+A.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Inter-control Navigation [Character class] Tab [Example or Details]
Move focus from one control in your application to the next in a predefined sequence.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Intra-control Navigation [Character class] Navigational keys: — Arrow keys — Home/End — Page Up/Page Down [Example or Details]
Move the cursor appropriately in a TextBox, or move to a different cell in a DataGridView, etc.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Change program state [Character class] Escape [Example or Details]
You would typically use Escape to let users close or cancel a dialog box or an ongoing operation.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
f78de5a4_ets_of__NET_Keystroke_Handling__Example_or_Details
[Element] Miscellaneous [Character class] Space [Example or Details]
Typically used as a toggle. For example, you can use the Space key to toggle a checkbox.
[]
Exploring Secrets of .NET Keystroke Handling
Example or Details
http://www.devx.com/dotnet/Article/39607
39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_402844104_30.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_ASKNAME [Value] 0x001 [Action]
ask for file name from which to reboot
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_SINGLE [Value] 0x002 [Action]
reboot to single user only
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_NOSYNC [Value] 0x004 [Action]
dont sync before reboot
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_HALT [Value] 0x008 [Action]
don't reboot, just halt
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_INITNAME [Value] 0x010 [Action]
name given for /etc/init (unused)
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_DFLTROOT [Value] 0x020 [Action]
use compiled-in rootdev
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_KDB [Value] 0x040 [Action]
give control to kernel debugger
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_RDONLY [Value] 0x080 [Action]
mount root fs read-only
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_DUMP [Value] 0x100 [Action]
dump kernel memory before reboot
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_MINIROOT [Value] 0x200 [Action]
mini-root present in memory at boot time
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_STRING [Value] 0x400 [Action]
use provided bootstr
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5a37552b_re_reference___Bootrom_details__Action
[Symbolic name] RB_POWERDOWN [Value] (RB_HALT|0x800) [Action]
turn power off (or at least halt)
[]
Hardware Documentation - Machines DEC - VAX hardware reference - Bootrom details
Action
http://www.netbsd.org/docs/Hardware/Machines/DEC/vax/bootrom.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_619827100_0.json
5fa19ddc_CopyFile_Element__Type
[Name] Id [Description] Primary key used to identify this particular entry. [Required] Yes [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] Delete [Description] This attribute cannot be specified if the element is nested under a File element or the FileId attribute is specified. In other cases, if the attribute is not specified, the default value is "no" and the file is copied, not moved. Set the value to "yes" in order to move the file (thus deleting the source file) instead of copying it. [Type]
YesNoType
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] DestinationDirectory [Description] Set this value to the destination directory where an existing file on the target machine should be moved or copied to. This Directory must exist in the installer database at creation time. This attribute cannot be specified in conjunction with DestinationProperty. [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] DestinationLongName [Description] This attribute has been deprecated; please use the DestinationName attribute instead. [Type]
LongFileNameType
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] DestinationName [Description] In prior versions of the WiX toolset, this attribute specified the short file name. Now set this value to the localizable name to be given to the original file after it is moved or copied. If this attribute is not specified, then the destination file is given the same name as the source file. If a short file name is specified, the DestinationShortName attribute may not be specified. If a long file name is specified, the DestinationLongName attribute may not be specified. Also, if this value is a long file name, the DestinationShortName attribute may be omitted to allow WiX to attempt to generate a unique short file name. However, if this name collides with another file or you wish to manually specify the short file name, then the DestinationShortName attribute may be specified. [Type]
LongFileNameType
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] DestinationProperty [Description] Set this value to a property that will have a value that resolves to the full path of the destination directory. The property does not have to exist in the installer database at creation time; it could be created at installation time by a custom action, on the command line, etc. This attribute cannot be specified in conjunction with DestinationDirectory. [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] DestinationShortName [Description] The short file name of the file in 8.3 format. This attribute should only be set if there is a conflict between generated short file names or you wish to manually specify the short file name. [Type]
ShortFileNameType
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] FileId [Description] This attribute cannot be specified if the element is nested under a File element. Set this attribute's value to the identifier of a file from a different component to copy it based on the install state of the parent component. [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] SourceDirectory [Description] This attribute cannot be specified if the element is nested under a File element or the FileId attribute is specified. Set this value to the source directory from which to copy or move an existing file on the target machine. This Directory must exist in the installer database at creation time. This attribute cannot be specified in conjunction with SourceProperty. [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] SourceName [Description] This attribute cannot be specified if the element is nested under a File element or the FileId attribute is specified. Set this value to the localizable name of the file(s) to be copied or moved. All of the files that match the wild card will be removed from the specified directory. The value is a filename that may also contain the wild card characters "?" for any single character or "*" for zero or more occurrences of any character. If this attribute is not specified (and this element is not nested under a File element or specify a FileId attribute) then the SourceProperty attribute should be set to the name of a property that will resolve to the full path of the source filename. If the value of this attribute contains a "*" wildcard and the DestinationName attribute is specified, all moved or copied files retain the file names from their sources. [Type]
WildCardLongFileNameType
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
5fa19ddc_CopyFile_Element__Type
[Name] SourceProperty [Description] This attribute cannot be specified if the element is nested under a File element or the FileId attribute is specified. Set this value to a property that will have a value that resolves to the full path of the source directory (or full path including file name if SourceName is not specified). The property does not have to exist in the installer database at creation time; it could be created at installation time by a custom action, on the command line, etc. This attribute cannot be specified in conjunction with SourceDirectory. [Type]
String
[ [ "S", "t", "r", "i", "n", "g" ], [ "Y", "e", "s", "N", "o", "T", "y", "p", "e" ], [ "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "S", "h", "o", "r", "t", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ], [ "W", "i", "l", "d", "C", "a", "r", "d", "L", "o", "n", "g", "F", "i", "l", "e", "N", "a", "m", "e", "T", "y", "p", "e" ] ]
CopyFile Element
Type
http://wixtoolset.org/documentation/manual/v3/xsd/wix/copyfile.html
39/1438042989126.22_20150728002309-00248-ip-10-236-191-2_268902686_0.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] c [Function]
Return the display to the center host.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] a [Function]
Show or hide host addresses.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] h [Function]
Show or hide hostnames.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] i [Function]
Show or hide host icons.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] l [Function]
Show or hide latency.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
1bdcf5c0_Surfing_the_Network_Topology__Function
[Key] r [Function]
Show or hide the rings.
[]
Surfing the Network Topology
Function
http://nmap.org/book/zenmap-topology.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_166282184_10.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -sourceProfile [Description]
The name of the connection profile to use as the source connection. If -sourceprofile is not specified, the current connection is used as the source. If the profile name contains spaces or dashes, it has to be quoted. This parameter supports auto-completion
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -sourceGroup [Description]
If the name of your source profile is not unique across all profiles, you will need to specify the group in which the profile is located with this parameter. If the group name contains spaces or dashes, it has to be quoted.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -sourceConnection [Description]
Allows to specify a full connection definition as a single parameter (and thus does not require a pre-defined connection profile). The connection is specified with a comma separated list of key value pairs: username - the username for the connection password - the password for the connection url - the JDBC URL driver - the classname for the JDBC driver. If this is not specified, SQL Workbench/J will try to determine the driver from the JDBC URL driverjar - the full path to the JDBC driver. This not required if a driver for the specified class is already configured e.g.: "username=foo,password=bar,url=jdbc:postgresql://localhost/mydb" For a sample connection string please see the documentation for WbConnect. If this parmeter is specified, -sourceProfile is ignored
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -targetProfile [Description]
The name of the connection profile to use as the target connection. If -targetprofile is not specified, the current connection is used as the target. If the profile name contains spaces or dashes, it has to be quoted. This parameter supports auto-completion
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -targetGroup [Description]
If the name of your target profile is not unique across all profiles, you will need to specify the group in which the profile is located with this parameter. If the group name contains spaces or dashes, it has to be quoted.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -targetConnection [Description]
Allows to specify a full connection definition as a single parameter (and thus does not require a pre-defined connection profile). The connection is specified with a comma separated list of key value pairs: username - the username for the connection password - the password for the connection url - the JDBC URL driver - the classname for the JDBC driver. If this is not specified, SQL Workbench/J will try to determine the driver from the JDBC URL driverjar - the full path to the JDBC driver. This not required if a driver for the specified class is already configured e.g.: "username=foo,password=bar,url=jdbc:postgresql://localhost/mydb" If this parmeter is specified, -sourceProfile is ignored
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -commitEvery [Description]
The number of rows after which a commit is sent to the target database. This parameter is ignored if JDBC batching (-batchSize) is used.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -deleteTarget [Description]
Possible values: true, false If this parameter is set to true, all rows are deleted from the target table before copying the data.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -mode [Description]
Defines how the data should be sent to the database. Possible values are INSERT, UPDATE, 'INSERT,UPDATE' and 'UPDATE,INSERT'. Please refer to the description of the WbImport command for details on.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -syncDelete [Description]
If this option is enabled -syncDelete=true, SQL Workbench/J will check each row from the target table if it's present in the source table. Rows in the target table that are not present in the source will be deleted. As this is implemented by checking each row individually in the source table, this can take some time for large tables. This option requires that each table in question has a primary key defined. Combined with an UPDATE,INSERT or UPDATE,INSERT mode this creates an exact copy of the source table. If more than one table is copied, the delete process is started after all inserts and updates have been processed. It is recommended to use the -checkDependencies parameter to make sure the deletes are processed in the correct order (which is most probably already needed to process inserts correctly). To only generate the SQL statements that would synchronize two databases, you can use the command WbDataDiff
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -keyColumns [Description]
Defines the key columns for the target table. This parameter is only necessary if import is running in UPDATE mode. It is ignored when specifying more than one table with the -sourceTable argument. In that case each table must have a primary key. It is assumed that the values for the key columns will never be NULL.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -ignoreIdentityColumns [Description]
Possible values: true, false Controls if identity or auto-increment columns will be included in the import. If this is used, the JDBC driver (of the target database) must correctly report the column to be excluded as an AUTOINCREMENT column. This can be verified in the table definition display of the DbExplorer. If the column is reported with YES for the AUTOINCREMENT property, then this column will be excluded during the import.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -batchSize [Description]
Enable the use of the JDBC batch update feature, by setting the size of the batch queue. Any value greater than 1 will enable batch modee. If the JDBC driver supports this, the INSERT (or UPDATE) performance can be increased. This parameter will be ignored if the driver does not support batch updates or if the mode is not UPDATE or INSERT (i.e. if -mode=update,insert or -mode=insert,update is used).
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -commitBatch [Description]
Valid values: true, false When using the -batchSiez parameter, the -commitEvery is ignored (as not all JDBC drivers support a COMMIT inside a JDBC batch operation. When using -commitBatch=true SQL Workbench/J will send a COMMIT to the database server after each JDBC batch is sent to the server.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -continueOnError [Description]
Defines the behaviour if an error occurs in one of the statements. If this is set to true the copy process will continue even if one statement fails. If set to false the copy process will be halted on the first error. The default value is false. With PostgreSQL continueOnError will only work, if the use of savepoints is enabled using -useSavepoint=true.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -useSavepoint [Description]
Possible values: true, false Controls if SQL Workbench/J guards every insert or update statement with a savepoint to recover from individual error during import, when continueOnError is set to true. Using a savepoint for each DML statement can drastically reduce the performance of the import.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -trimCharData [Description]
Possible values: true, false If this parameter is set to true, values from CHAR columns will be trimmed from trailing whitespace. This is equivalent to the Trim CHAR data in the connection profile.
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
fe7272ae_20__Copy_data_across_databases__Description
[Parameter] -showProgress [Description]
Valid values: true, false, Control the update frequence in the statusbar (when running in GUI mode). The default is every 10th row is reported. To disable the display of the progress specifiy a value of 0 (zero) or the value false. true will set the progress interval to 1 (one).
[]
20. Copy data across databases
Description
http://www.sql-workbench.net/manual/command-copy.html
39/1438042989126.22_20150728002309-00226-ip-10-236-191-2_715953037_2.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Setup Properties Input Method [Description]
Unknown Setup Properties Input Method options: Get Settings From the Default Properties Lets you use the Active Directory settings in the project properties. Custom Settings Lets you use unique Active Directory settings for this component only.
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Server Name [Description]
Lets set up the value for the name of the Active Directory server.
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Server Port [Description]
Lets you set up the value for the port that Active Directory uses
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Authentication Token [Description]
Lets you set up the value for the security token that contains the Administrator account and the password for the Administrator account.
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Domain [Description]
Lets you set up the value for the name of the Active Directory domain.
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Container Option [Description]
Unknown Container Option options: Pick Unknown Specify Unknown
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Custom Container [Description]
Unknown
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Container Type [Description]
Lets you select the branch of the Active Directory tree on which you want to perform the action. Container Type options: Entire Domain Unknown Builtin Unknown Users Unknown Computers Unknown Organization Unit Unknown
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
ce292607_t_User_List___Symantec_Connect__Description
[Property] Organization Path [Description]
Lets you set up the path to the organization unit on which to perform the action.
[]
Get User List | Symantec Connect
Description
http://www.symantec.com/connect/articles/get-user-list
39/1438043062723.96_20150728002422-00247-ip-10-236-191-2_739351082_4.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] NaN [Argument Type]
Undefined
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] +0 [Argument Type]
Null
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] The result is 1 if the argument is true. The result is +0 if the argument is false. [Argument Type]
Boolean
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] The result equals the input argument (no conversion). [Argument Type]
Number
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] See grammar and note below. [Argument Type]
String
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
a9ae36e4_ication___ECMA_262_Edition_5_1__Argument_Type
[Result] Apply the following steps: Let primValue be ToPrimitive(input argument, hint Number). Return ToNumber(primValue). [Argument Type]
Object
[ [ "U", "n", "d", "e", "f", "i", "n", "e", "d" ], [ "N", "u", "l", "l" ], [ "B", "o", "o", "l", "e", "a", "n" ], [ "N", "u", "m", "b", "e", "r" ], [ "S", "t", "r", "i", "n", "g" ], [ "O", "b", "j", "e", "c", "t" ] ]
ECMAScript Language Specification - ECMA-262 Edition 5.1
Argument Type
http://ecma-international.org/ecma-262/5.1/
39/1438043062723.96_20150728002422-00171-ip-10-236-191-2_79621053_16.json
86343216_GTOOL__Type
[Parameters] --g [Description] Input genotype file [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --s [Description] Input sample file [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --og [Description] Output genotype file. Default, append .subset to genotype file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --os [Description] Output sample file. Default, append .subset to sample file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --sample_id [Description] Define a subset of genotypes from a list of sample_ids [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --start [Description] Define a subset of SNPs by position (in basepairs) in the range start ≤ position ≤ end [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --end [Description] Define a subset of SNPs by position (in basepairs) in the range start ≤ position ≤ end [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --inclusion [Description] Define a subset of SNPs to include. The --inclusion file should be a single column file with a SNP ID on each line [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --exclusion [Description] Define a subset of SNPs to exclude. The --exclusion file should be a single column file with a SNP ID on each line [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --missing [Description] Define a missingness threshold over which to exclude SNPs [Type]
Double
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --threshold [Description] Define a threshold for calling genotypes for calculating missing data [Type]
Double
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --ped [Description] PED format genotype file [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --map [Description] MAP SNP file which accompanies the --ped file [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --og [Description] Output genotype file. Default, append .gen to PED file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --os [Description] Output sample file. Default, append .sample to PED file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --binary_phenotype [Description] If set, the phenotype in the output sample file is 'B' [Type]
Flag
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --family [Description] If set, use the family id from the PED file as ID_1 in the SAMPLE file [Type]
Flag
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --snptest1 [Description] If set, output the SAMPLE file in SNPTEST1 format [Type]
Flag
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --num_snps [Description] Number of SNPs in PED file [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --num_samples [Description] Number of samples in PED file [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --ped [Description] Output PED file. Default, append.ped to genotype file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --map [Description] Output MAP file. Default, append .map to genotype file name [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --phenotype [Description] Name of the phenotype column in the SAMPLE file to output to PED. Default -9 (Unknown) [Type]
String
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --sex [Description] Name of the sex column in the SAMPLE file to output to PED. If unspecified will look for a column named "sex" or "gender". Default -9 (Unknown) [Type]
String
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --threshold [Description] Threshold for merging genotypes from GEN probability. Default 0.9 [Type]
Double
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --num_snps [Description] Number of SNPs in GEN file [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --num_samples [Description] Number of samples in GEN file [Type]
Integer
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --chr [Description] Chromomsome for first column of MAP file [Type]
String
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --snp [Type]
Flag
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json
86343216_GTOOL__Type
[Parameters] --g [Description] List of input genotype files [Type]
File
[ [ "F", "i", "l", "e" ], [ "I", "n", "t", "e", "g", "e", "r" ], [ "D", "o", "u", "b", "l", "e" ], [ "F", "l", "a", "g" ], [ "S", "t", "r", "i", "n", "g" ] ]
GTOOL
Type
http://www.well.ox.ac.uk/~cfreeman/software/gwas/gtool.html
39/1438042989126.22_20150728002309-00135-ip-10-236-191-2_833760287_5.json