fridoling / sequencing

0 stars 0 forks source link

skip if something has already been done #7

Open pilopilota opened 5 years ago

pilopilota commented 5 years ago

we need to add controls on existing output files. something like "if trimmed file already exists, do not trim it again". otherwise when we stop at a given step (like tonight: stopped error at first realignment) we have to start again from the beginning.

pilopilota commented 5 years ago

idea: ExpFolder, SkipWhatsBeenDone and DeleteIntermediateSteps could be input arguments given by the user, so we don't have to change add commit push and pull every time.