[med-svn] r2961 - in trunk/packages/agdbnet/trunk/debian: . more_examples

tille at alioth.debian.org tille at alioth.debian.org
Mon Jan 12 09:30:22 UTC 2009


Author: tille
Date: 2009-01-12 09:30:22 +0000 (Mon, 12 Jan 2009)
New Revision: 2961

Added:
   trunk/packages/agdbnet/trunk/debian/more_examples/
   trunk/packages/agdbnet/trunk/debian/more_examples/cdif.xml
Modified:
   trunk/packages/agdbnet/trunk/debian/examples
Log:
Add another example


Modified: trunk/packages/agdbnet/trunk/debian/examples
===================================================================
--- trunk/packages/agdbnet/trunk/debian/examples	2009-01-12 09:18:25 UTC (rev 2960)
+++ trunk/packages/agdbnet/trunk/debian/examples	2009-01-12 09:30:22 UTC (rev 2961)
@@ -1,2 +1,3 @@
 examples/*
+debian/more_examples/*
 scripts/getrefs.conf

Added: trunk/packages/agdbnet/trunk/debian/more_examples/cdif.xml
===================================================================
--- trunk/packages/agdbnet/trunk/debian/more_examples/cdif.xml	                        (rev 0)
+++ trunk/packages/agdbnet/trunk/debian/more_examples/cdif.xml	2009-01-12 09:30:22 UTC (rev 2961)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<agdb>
+
+<!-- _______________________________________________________ -->
+<!-- Before you start                                        -->
+<!-- ________________                                        -->
+<!-- As long as there are values marked like ##this## the    -->
+<!-- XML file is not usable                                  -->
+<!-- Make sure you read /usr/share/doc/agdbnet/README.Debian -->
+<!-- to learn what has to be done!                           -->
+<!-- _______________________________________________________ -->
+
+<system
+ longcode="cdif" webroot="/agdbnet" indexpage="" 
+ description="Clostridium Difficile"
+ downloadFASTAonly="yes"
+ reftable="yes"
+>
+Clostridium Difficile</system>
+
+<!-- LOCI -->
+<locus fullname="cDif TR6">TR6
+<nucleotide>
+<field type="int" length="8" userupdate="no" comments="primary key">id</field>
+<field type="text" length="0" width="30" maindisplay="no">sequence</field>
+<field type="text" length="8" required="no" maindisplay="no">genbank</field>
+<field type="int" maindisplay="no" length="4" comments="sender unique name, link to users">sender</field>
+<field type="DATE" maindisplay="no" userupdate="no" length="10" comments="date last modified">datestamp</field>
+<field type="int" maindisplay="no" userupdate="no" length="4" comments="curator who entered data,link to users">curator</field>
+</nucleotide>
+</locus>
+
+<locus fullname="sDif TR10">TR10
+<nucleotide>
+<field type="int" length="8" userupdate="no" comments="primary key">id</field>
+<field type="text" length="0" width="30" maindisplay="no">sequence</field>
+<field type="text" length="8" required="no" maindisplay="no">genbank</field>
+<field type="int" maindisplay="no" length="4" comments="sender unique name, link to users">sender</field>
+<field type="DATE" maindisplay="no" userupdate="no" length="10" comments="date last modified">datestamp</field>
+<field type="int" maindisplay="no" userupdate="no" length="4" comments="curator who entered data,link to users">curator</field>
+</nucleotide>
+
+</locus>
+
+</agdb>




More information about the debian-med-commit mailing list