inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 22 Jun 2013 01:00:10 +0000 (01:00 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 22 Jun 2013 01:00:10 +0000 (01:00 +0000)
forester/ruby/scripts/g.rb [new file with mode: 0644]

diff --git a/forester/ruby/scripts/g.rb b/forester/ruby/scripts/g.rb
new file mode 100644 (file)
index 0000000..6d1adf4
--- /dev/null
@@ -0,0 +1,9 @@
+File.open( "g" ) do | file |
+  while line = file.gets
+    if line =~ /^(\S{3,5})\s+\S{3,5}/
+      puts "/home/czmasek/DATA/GENOME_HMMSCAN/CDHIT_095_PFAM270X/" + $1 + ".hmmscan    " + $1
+    else
+      puts line
+    end
+  end
+end
\ No newline at end of file