-
Notifications
You must be signed in to change notification settings - Fork 22
EC2
Peter Kerpedjiev edited this page Jan 19, 2017
·
2 revisions
/data/scripts/download.sh takes a file containing a list of filenames as its first arg
(see /data/scripts/cooler_filenames.txt)
download_path & base_url vars will need to be edited in that file accordingly (edited)
then
/data/scripts/convert_files.sh will take that same file from before as its first arg
data_type & base_path will need to be edited there (edited)
the convert_files.sh should be run from within the directory you want the multires files to reside
nohup ./../scripts/convert_files.sh ../scripts/cooler_filenames.txt </dev/null >convert_files.log 2>&1 &