Delete unneeded directory
[jabaws.git] / website / archive / binaries / mac / src / fasta34 / mysql_demo_pv.sql
diff --git a/website/archive/binaries/mac/src/fasta34/mysql_demo_pv.sql b/website/archive/binaries/mac/src/fasta34/mysql_demo_pv.sql
deleted file mode 100644 (file)
index ff0d2b4..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-xdb.wrplab seqdb_demo wrplab gstmu;
-SELECT acc, protein.seq, sp_name, concat('sp|',acc,'|',sp_name,' ',descr)
- 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';