trying to fix the zip file

This commit is contained in:
Bastian Greshake Tzovaras
2017-12-08 16:29:11 -08:00
parent 909fc9b43d
commit ee0ebe0e98

View File

@@ -48,8 +48,8 @@ class Zipfulldata
Zip::File.open(zip_fs_path, Zip::File::CREATE) do |zipfile|
create_user_csv(genotypes, zipfile)
create_fitbit_csv(zipfile)
list_of_pics = create_picture_phenotype_csv(zipfile)
create_picture_zip(list_of_pics, zipfile)
#list_of_pics = create_picture_phenotype_csv(zipfile)
#create_picture_zip(list_of_pics, zipfile)
create_readme(zipfile)
zip_genotype_files(genotypes, zipfile)
end