Closed saliksyed closed 5 years ago
All the intermediate files, such as make_examples()
and call_variants()
outputs will be written to directories inside staging folder (examples/
and called_variants/
respectively). So dedicated staging directories will be needed for each run when you have multiple parallel runs, for example:
STAGING_FOLDER_NAME="deep_variant_staging/${PATIENT_NAME}"
Thanks for raising this point, I will update your documentations soon.
Hi,
I started runs on about 15 samples with the deep variant sample script (pasted below). I have the same staging folder for all the samples -- will this cause problems, or will thee samples be queued somehow that they do not overwrite each others shared disk space?