git://source.jalview.org
/
jalview.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
in progress
[jalview.git]
/
forester
/
sh
/
x_genscan.sh
1
#!/bin/bash
2
for file_name in $1/*; do
3
echo $file_name
4
/home/czmasek/SOFTWARE/GENSCAN/genscan /home/czmasek/SOFTWARE/GENSCAN/HumanIso.smat $file_name -cds >> $2
5
done
6