Created
May 27, 2013 22:15
-
-
Save afbroman/5659341 to your computer and use it in GitHub Desktop.
Pull data from SIF HTML pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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