Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Added script to loop through and test fasta files via fasta_verify.pl
authorelserj <elserj@localhost>
Wed, 8 Sep 2010 00:05:37 +0000 (00:05 +0000)
committerelserj <elserj@localhost>
Wed, 8 Sep 2010 00:05:37 +0000 (00:05 +0000)
svn path=/; revision=32

interactome_scripts/fasta_verify_loop.sh [new file with mode: 0755]

diff --git a/interactome_scripts/fasta_verify_loop.sh b/interactome_scripts/fasta_verify_loop.sh
new file mode 100755 (executable)
index 0000000..e2b6910
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for i in *.fa
+do
+       fasta_verify.pl $i
+done