1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Subject: add missing what-is
Author: Olivier Sallou <olivier.sallou@irisa.fr>
Description: Add missing what-is description in man pages of binaries
Last-Updated: 09/11/11
--- a/bin/gmod_bulk_load_pubmed.pl
+++ b/bin/gmod_bulk_load_pubmed.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
=head1 NAME
-gmod_bulk_load_pubmed.pl
+gmod_bulk_load_pubmed.pl - stores pubmed entries in the database
=head1 DESCRIPTION
--- a/bin/gmod_load_cvterms.pl
+++ b/bin/gmod_load_cvterms.pl
@@ -2,7 +2,7 @@
=head1 NAME
-load_cvterms.pl
+load_cvterms.pl - compares which terms are new in the file compared to the database and inserts them
=head1 SYNOPSIS
--- a/bin/gmod_make_cvtermpath.pl
+++ b/bin/gmod_make_cvtermpath.pl
@@ -4,7 +4,7 @@
=head1 NAME
-gmod_make_cvtermpath.pl
+gmod_make_cvtermpath.pl - calculates the transitive closure on the ontology terms in the cvterm table
=head1 USAGE
|