User Tools

Site Tools


documents:100922imagej_cluster

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documents:100922imagej_cluster [2010/10/05 10:22] kotadocuments:100922imagej_cluster [2010/11/16 09:00] kota
Line 7: Line 7:
   * headless.jar   * headless.jar
     * This .jar file manages to work with ImageJ headlessly.      * This .jar file manages to work with ImageJ headlessly. 
-    * download headless.jar file from [[http://sourceforge.net/projects/imageja|http://sourceforge.net/projects/imageja]]. Place it in the current directory /home/miura/test +    * accessible by /g/almf/software/ij/headless.jar from within EMBL network.  
 +      * Otherwise, download headless.jar file from [[http://sourceforge.net/projects/imageja|http://sourceforge.net/projects/imageja]]. Place it somewhere you could access.  
   * blobs.tif   * blobs.tif
-    * You could download this by Normal ImageJ (with-head, or GUI). [File -> Open Samples -> Blob]. Save it in the current directory /home/miura/test+    * You could download this by Normal ImageJ (with-head, or GUI). [File -> Open Samples -> Blob]. Save it in the current directory /home/<your username>/test
   * headlesstest.ijm   * headlesstest.ijm
-    * You must created this ImageJ macro file and save it in the current directory. See below.  +    * You must write an ImageJ macro file and save it in the current directory. See below.  
   * testpbs.sh   * testpbs.sh
-    * You must created this ImageJ macro file and save it in the current directory. See below.  +    * You must write a shell script and save it in the current directory. See below.  
    
 **Write an ImageJ macro** that does the actual processing. **Write an ImageJ macro** that does the actual processing.
Line 33: Line 34:
 #PBS -N TestPBS #PBS -N TestPBS
 #PBS -l walltime=1:00:00 #PBS -l walltime=1:00:00
-/usr/struct/bin/java -classpath headless.jar:/struct/software/linux/imagej-1.42/ij.jarr -Djava.awt.headless=true ij.ImageJ -batch headlesstest.ijm /home/miura/test/blobs.tif+/usr/struct/bin/java -classpath /g/almf/software/ij/headless.jar:/g/almf/software/ij/ij-1.44h.jar -Djava.awt.headless=true ij.ImageJ -batch /home/<your user name>/test/headlesstest.ijm /home/<your user name>/test/blobs.tif
 </code> </code>
 Some more explanation: Some more explanation:
Line 160: Line 161:
 ===== Automated Script (Only from within EMBL network) ===== ===== Automated Script (Only from within EMBL network) =====
  
-Automated Script is available in ALMF server (clust5fullp.sh). With this script, you only need to invoke the script with two arguments. +Automated Script is available in the ALMF server (clust5fullp.sh). With this script, you only need to invoke the script with two arguments. 
   * arg[0]: full path to the directory containing image/stack files   * arg[0]: full path to the directory containing image/stack files
   * arg[1]: name of the imageJ macro you want to apply.    * arg[1]: name of the imageJ macro you want to apply. 
Line 177: Line 178:
 </code> </code>
  
-This script will create two new folders in the directory same as where the image directory is (*_job and *_proc). Processed images or stacks will be saved under *_proc. job reports will appear in your current directory where you executed the command. +This script will create two new folders in the directory same as where the image directory is (*_job and *_proc). Processed images or stacks will be saved under *_proc. \\ 
 +Besides, so-called job reports (text files containing output messages) will appear in your current directory where you executed the command. 
  
-The script could be viwed in the link below: [[http://cmci.embl.de/documents/100922imagej_cluster#jobarray_generator|clust5fulllpath.sh]]+The script could be viewed in the link below: [[http://cmci.embl.de/documents/100922imagej_cluster#jobarray_generator|clust5fulllpath.sh]]
  
 ===== Example Scripts ===== ===== Example Scripts =====
documents/100922imagej_cluster.txt · Last modified: 2016/05/24 12:46 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki