Closed jpgard closed 6 years ago
This should be a simple function that takes two arguments, job_config, a MorfJobConfig object, and job_id_to_fork, a string, and simply copies the featureset from job_id_to_fork into the feature directory for job_config.
job_config
job_id_to_fork
This should probably also copy the original docker image, just to be safe?
This should be a simple function that takes two arguments,
job_config
, a MorfJobConfig object, andjob_id_to_fork
, a string, and simply copies the featureset fromjob_id_to_fork
into the feature directory forjob_config
.