PhysiCell
PhysiCell copied to clipboard
Improvement: code generates output folder
physicell will run into an error if there not already an output folder exist (with whatever the exact name specified under
That's a good idea. Let's revisit this for 1.13.2.
this is how it how i do it currently by bash.
!if [ ! -d output ]; then mkdir -p output; fi;