Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece5b2e
)
Added script to loop through and test fasta files via fasta_verify.pl
author
elserj
<elserj@localhost>
Wed, 8 Sep 2010 00:05:37 +0000
(
00:05
+0000)
committer
elserj
<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]
patch
|
blob
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
+++ b/
interactome_scripts/fasta_verify_loop.sh
@@ -0,0
+1,6
@@
+#!/bin/bash
+
+for i in *.fa
+do
+ fasta_verify.pl $i
+done