Hello everyone,<br><br>The VTK conversion utility citcomcu_write_vtk packaged with CitcomCU-1.0.3 relies on the &#39;seq&#39; command, which OSX does not have built in.  I found the easiest workaround for this to be the following:<br>

<br>-Download and install &#39;macports&#39;<br><br>-Open a terminal window and type:    sudo port install coreutils<br><br>-After installation is complete, restart the terminal.  You now have the &#39;gseq&#39; command, which works in the same way as &#39;seq&#39;, at least for the purposes of citcomcu_write_vtk.<br>

<br>-Open citcomcu_write_vtk in a texteditor and replace all 3 instances of the word &#39;seq&#39; with &#39;gseq&#39;.  <br><br>You should now be able to use citcomcu_write_vtk per the normal instructions.  Hopefully this will save somebody a little hassle.  Thanks for this utility, it is very useful!<br>

<br>Take care,<br><br>-Ethan Fahy<br><br><br>