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