NORCMD¶
The NORCMD command allows you to execute operating system commands that return data that you assume is tabular data within GOR queries. In the case of the NORCMD command then it is an external command that returns data that we assume is not genomically ordered.
External commands need to be encapsulated between curly brackets, e.g. norcmd {command}.
Usage¶
norcmd {<OS_command>} | ...
Options¶
|
Specifies that type of source that will be read [BAM, GOR, or VCF] |
Examples¶
norcmd {cat file.tsv} | ...