X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=blobdiff_plain;f=code_ruby%2Flib%2Fmaasha%2Ffilesys.rb;h=02a8a842f1157a9824052c589795c1630580ff90;hp=16a686676aa508913aec0c031eede00041ca115f;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hpb=ea034553305c4932a2b61719739ad4a3b13e1218 diff --git a/code_ruby/lib/maasha/filesys.rb b/code_ruby/lib/maasha/filesys.rb index 16a6866..02a8a84 100644 --- a/code_ruby/lib/maasha/filesys.rb +++ b/code_ruby/lib/maasha/filesys.rb @@ -60,7 +60,6 @@ class Filesys else case `file -Lk #{file}` when /gzip/ - puts "GZIP" ios = IO.popen("gzip -cd #{file}", :external_encoding=>"EUC-JP") when /bzip/ ios = IO.popen("bzcat #{file}")