initial commit
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Feb 2011 01:21:09 +0000 (01:21 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 9 Feb 2011 01:21:09 +0000 (01:21 +0000)
forester/sh/x_genscan.sh [new file with mode: 0755]

diff --git a/forester/sh/x_genscan.sh b/forester/sh/x_genscan.sh
new file mode 100755 (executable)
index 0000000..82714fe
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+for file_name in $1/*; do
+    echo $file_name
+    /home/czmasek/SOFTWARE/GENSCAN/genscan /home/czmasek/SOFTWARE/GENSCAN/HumanIso.smat $file_name -cds >> $2
+done
+