fritzsedlazeck / SURVIVOR

Toolset for SV simulation, comparison and filtering
MIT License
347 stars 46 forks source link

Add an optional arg to CLI to init simulations using a seed #119

Open arnikz opened 4 years ago

arnikz commented 4 years ago

Currently, one can't restart, e.g. SURVIVOR simSV, using a seed as input via CLI. Perhaps rand() could be replaced by srand(). Thank you.