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