Skip to content

Instantly share code, notes, and snippets.

@afbroman
Created May 27, 2013 22:15
Show Gist options
  • Select an option

  • Save afbroman/5659341 to your computer and use it in GitHub Desktop.

Select an option

Save afbroman/5659341 to your computer and use it in GitHub Desktop.
Pull data from SIF HTML pages
def pull(*sif_array)
sif_array.each do |sif|
a = Analyzer.new "/Volumes/backup/SAGE/2013.05.27 results/others/#{sif}", "./2013_05_27/#{sif}.csv"
a.pull_data
a.output_csv
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment