in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 6 Sep 2014 00:06:53 +0000 (00:06 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 6 Sep 2014 00:06:53 +0000 (00:06 +0000)
forester/ruby/scripts/clean_fasta.rb

index 6e008d4..2530746 100644 (file)
@@ -9,7 +9,7 @@ File.open(infile, 'r') do |f|
        elsif line =~ /(>.+)|NAME=.+/
            line = $1
        end
-       puts s
+       puts line
    end
 end