vlimant / NNLO

GNU General Public License v3.0
2 stars 7 forks source link

command for copying data in cache #17

Closed vlimant closed 5 years ago

vlimant commented 5 years ago

with a couple of options in command line

--cache-data /tmp/vlimant
--copy-command "cp {} {}"

which can also be driven with

export DATA_CACHE=/tmp/vlimant
export DATA_COPY_COMMAND="s3cmd get s3://gan-bucket/{} {}"
vlimant commented 5 years ago

@svalleco looks like it preserve the s3 functionality