Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / fasta34 / mysql_demo1.sql
diff --git a/website/archive/binaries/mac/src/fasta34/mysql_demo1.sql b/website/archive/binaries/mac/src/fasta34/mysql_demo1.sql
deleted file mode 100644 (file)
index 92522d6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-xdb.wrplab seqdb_demo wrplab gstmu;
-SELECT acc, protein.seq, sp_name
- FROM annot INNER JOIN protein USING(prot_id) WHERE annot.db='sp' LIMIT 50000;
-SELECT acc, concat('sp|',acc,'|',sp_name,' ',descr) FROM annot WHERE acc='#' AND db='sp';
-SELECT acc,protein.seq FROM protein INNER JOIN annot USING(prot_id)
- WHERE annot.acc='#' AND db='sp';