2
|
1 <tool id="gaussian" name="Gaussian" version="1.0.0">
|
|
2 <!--
|
|
3 Copyright (C) 2012
|
|
4 Ying Zhang <zhang@hpc.ufl.edu> and Oleksandr Moskalenko <om@hpc.ufl.edu>
|
|
5 University of Florida Research Computing
|
|
6 -->
|
|
7 <description>Computational Chemistry software for electronic structure modeling.</description>
|
|
8 <command interpreter="python">gaussian.py $__user_name__ $infile</command>
|
|
9 <inputs>
|
|
10 <param format="txt" name="infile" type="data" label="Gaussian Input File"/>
|
|
11 </inputs>
|
|
12 <outputs>
|
|
13 <data format="txt" name="outfile" type="data" from_work_dir="gaussian.log" label="${tool.name} on ${on_string}: Output" />
|
|
14 </outputs>
|
|
15 <!--
|
|
16 <stdio>
|
|
17 <exit_code range="1:" level="fatal" description="Tool Error - see debug log." />
|
|
18 <exit_code range="2:" level="fatal" description="Unauthorized user - see help." />
|
|
19 </stdio>
|
|
20 -->
|
|
21 <tests>
|
|
22 <test>
|
|
23 <param name="infile" value="chemistry/gaussian/gaussian.com"/>
|
|
24 <output name="outfile" file="chemistry/gaussian/gaussian.log"/>
|
|
25 </test>
|
|
26 </tests>
|
|
27
|
|
28 <help>
|
|
29 **Gaussian version g09**
|
|
30
|
|
31 Gaussian is Electronic Structure Modeling Software. It has license restrictions.
|
|
32 To run it you must sign the Gaussian Confidentiality Agreement. The agreement
|
|
33 form is available in NPB 2238 during normal business hours.
|
|
34
|
|
35
|
|
36 Running Gaussian from Galaxy is currently in testing stage. Please report any
|
|
37 problems to the `UF HPC Support <http://support.hpc.ufl.edu>`_.
|
|
38
|
|
39
|
|
40 Batch job resource request can be specified at the beginning of the input file
|
|
41 as in the following example:
|
|
42
|
|
43 %nproc=8 - number of cores (ppn).
|
|
44
|
|
45 %mem=2000mb - memory size (pmem) can be set in kb, mb, gb, kw, mw, or gw. Words are used as the default.
|
|
46
|
|
47 !walltime=12:00:00 - run time (walltime) in HH:MM:SS format.
|
|
48
|
|
49
|
|
50 Detailed information on program usage is available from `the Gaussian website <http://www.gaussian.com/>`_.
|
|
51 </help>
|
|
52 </tool>
|