You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INDIR = dirname(input_file)
if output_is_file
if OUTDIR
place output in OUTDIR
else
place output in INDIR
elif output_is_directory
if OUTDIR
if OUTDIR exists
move output to OUTDIR/SAMPLE_TOOLNAME_results
else
move output to OUTDIR
else
move output to INDIR/SAMPLE_TOOLNAME_results
The text was updated successfully, but these errors were encountered:
Something like
The text was updated successfully, but these errors were encountered: