Hi! One of the required inputs of my tool is output directory (--outdir
), so I'm trying to add a command to create a new directory within my WDL script (mkdir ${outdir}
) but it doesn't seem to work. First, is it even possible? And if so, how to do it? Thanks!
↧
Create directory command in WDL
↧