tetomonti / Hydra

A flexible RNASeq pipeline
Apache License 2.0
4 stars 1 forks source link

Check if a sample was successfully finished before submitting a job #13

Closed gusef closed 9 years ago

gusef commented 9 years ago

Right now, for each step the pipeline checks all samples were run successfully. If this is not the case it submits one job for each sample and the first thing each job does is it check whether this sample was processed successfully and skips it if it wasn't. Better way to deal with this is to check before submitting a job.