.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "GMOD_MAKE_CVTERMPATH 1p" .TH GMOD_MAKE_CVTERMPATH 1p "2018-09-27" "perl v5.26.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" gmod_make_cvtermpath.pl \- calculates the transitive closure on the ontology terms in the cvterm table .SH "USAGE" .IX Header "USAGE" .Vb 2 \& perl gmod_make_cvtermpath.pl \-H [dbhost] \-D [dbname] [\-vt] \-c cvname \& perl gmod_make_cvtermpath.pl \-g [GMODConf_profile] \-c cvname .Ve .SS "Parameters" .IX Subsection "Parameters" .IP "\-c" 5 .IX Item "-c" Name of ontology (cv.name) to compute the transitive closure on. (Required) .IP "\-v" 5 .IX Item "-v" Verbose output .IP "\-t" 5 .IX Item "-t" Trial mode. Do not perform any store operations at all. (Not implemented) .IP "\-o" 5 .IX Item "-o" outfile for writing errors and verbose messages (optional) .IP "\-g" 5 .IX Item "-g" \&\s-1GMOD\s0 database profile name (can provide host and \s-1DB\s0 name) Default: 'default' .SS "If not using a \s-1GMOD\s0 database profile (option \-g) then you must provide the following parameters" .IX Subsection "If not using a GMOD database profile (option -g) then you must provide the following parameters" .IP "\-D" 5 .IX Item "-D" Database name .IP "\-H" 5 .IX Item "-H" Hostname .IP "\-d" 5 .IX Item "-d" Database driver name (e.g. 'Pg' for postgres) .IP "\-u" 5 .IX Item "-u" [Optional\- if default user is not used] Database user name .IP "\-p" 5 .IX Item "-p" [Optional\- if you need a password to connect to your database] Password for your user to connect to the database .SH "DESCRIPTION" .IX Header "DESCRIPTION" This script calculates the transitive closure on the ontology terms in the cvterm table. As this is a computationaly intensive operation, doing so on a large cv like the Gene Ontology can take several hours. For more information on what a transative closure is, please see: .PP .Vb 1 \& http://www.geneontology.org/GO.database.shtml#graphs .Ve .SH "AUTHOR" .IX Header "AUTHOR" Naama Menda .SH "VERSION AND DATE" .IX Header "VERSION AND DATE" Version 1.2, Feb. 2011.