<div dir="ltr">I think I found a command line switch of the application that can uniquely identify the output.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 30, 2014 at 10:39 AM, Wozniak, Justin M. <span dir="ltr"><<a href="mailto:wozniak@mcs.anl.gov" target="_blank">wozniak@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div bgcolor="#FFFFFF" text="#000000">
<div><br>
You will need to do this kind of thing in the task.<div><div class="h5"><br>
<br>
On 07/30/2014 10:34 AM, Ketan Maheshwari wrote:<br>
</div></div></div><div><div class="h5">
<blockquote type="cite">
<div dir="ltr">Thanks, create-dir has worked. I think I need a bit more than this: Is it possible to cd into this newly created dir and run the app. This is needed because the Rosetta invocation does not have a way to distinguish some of the outputs and will
 result in overwrites. The code is as follows:
<div><br>
</div>
<div>
<div>foreach pdb in PDB{</div>
<div>    foreach i in [0:9]{</div>
<div>    create_dir("dir"+fromint(i)) => leaf_main(["-database", "...", "..."]); //need to perform this operation inside diri</div>
<div>  }</div>
<div> }</div>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Ketan</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Jul 30, 2014 at 10:04 AM, Tim Armstrong <span dir="ltr">
<<a href="mailto:tim.g.armstrong@gmail.com" target="_blank">tim.g.armstrong@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr">
<div>You'll also need to convert the loop index to a string with fromint(i) or sprintf("%i", i) or similar.<br>
<br>
</div>
<div>It's probably better and less error-prone in general to ensure that any functions that create their output files also create the directory.  App functions should already do this (if they don't, it's a bug).<br>

</div>
<div><br>
</div>
 - Tim<br>
<div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">
<div>On Wed, Jul 30, 2014 at 9:52 AM, Justin M Wozniak <span dir="ltr"><<a href="mailto:wozniak@mcs.anl.gov" target="_blank">wozniak@mcs.anl.gov</a>></span> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>
<div><br>
Yes but do it like this: <br>
</div>
<div><br>
<div>
<div>foreach i in [0:99]{</div>
</div>
</div>
<div>    create_dir("dir"+i) =><br>
</div>
<div>
<div>
<div>      do_some_op(inargs, "dir"+i+"/"+outfile);</div>
<div>}</div>
<div><br>
</div>
<br>
<br>
</div>
</div>
<div>
<div>
<div>On 07/30/2014 09:50 AM, Ketan Maheshwari wrote:<br>
</div>
</div>
</div>
</div>
<blockquote type="cite">
<div>
<div>
<div>
<div>
<div dir="ltr">In T, is it possible to create directory on the fly within a foreach loop like so:
<div><br>
</div>
<div>foreach i in [0:99]{</div>
<div>    create_dir("dir"+i);</div>
<div>    do_some_op(inargs, "dir"+i+"/"+outfile);</div>
<div>}</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Ketan</div>
</div>
<br>
<fieldset></fieldset> <br>
</div>
</div>
</div>
</div>
<div>
<pre>_______________________________________________
ExM-user mailing list
<a href="mailto:ExM-user@lists.mcs.anl.gov" target="_blank">ExM-user@lists.mcs.anl.gov</a>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a><span><font color="#888888">
</font></span></pre>
<span></span></div>
</blockquote>
<span><font color="#888888"><br>
<span><font color="#888888"><br>
<pre cols="72">-- 
Justin M Wozniak</pre>
</font></span></font></span></div>
<div><br>
_______________________________________________<br>
ExM-user mailing list<br>
<a href="mailto:ExM-user@lists.mcs.anl.gov" target="_blank">ExM-user@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/exm-user" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/exm-user</a><br>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888"><pre cols="72">-- 
Justin M Wozniak</pre>
</font></span></div>

</blockquote></div><br></div>