mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
trying to fix the zip file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user