Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/galaxyconfigs/tools/ProteinCheck.xml @ 3:ff6df146c0d5
Uploaded
author | marcel |
---|---|
date | Sun, 26 Jun 2011 13:53:57 -0400 |
parents | |
children | b7a89b15646f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/galaxyconfigs/tools/ProteinCheck.xml Sun Jun 26 13:53:57 2011 -0400 @@ -0,0 +1,34 @@ + +<!--This is a configuration file for the integration of a CADDSuite tool into Galaxy (http://usegalaxy.org). This file was automatically generated using GalaxyConfigGenerator, so do not bother to make too many manual modifications.--> +<tool id="proteincheck" name="ProteinCheck" version="0.94"> + <description>quality check for proteins structures</description> + <command interpreter="bash"><![CDATA[../../ProteinCheck +#if str( $i ) != '' and str( $i ) != 'None' : + -i "$i" +#end if +#if str( $o ) != '' and str( $o ) != 'None' : + -o "$o" +#end if +#if str( $bc ) != '' and str( $bc ) != 'None' : + -bc +#end if + | tail -n 5 +]]></command> + <inputs> + <param name="i" label="input pdb-file" optional="false" type="data" format="pdb"/> + <param name="bc" label="ignore broken chains" optional="true" type="boolean" truevalue="true" falsevalue=""/> + </inputs> + <outputs> + <data name="o" format="pdf"/> + </outputs> + <help>Check a given protein structure for the following errors: + * bond-lengths may not be completely senseless (i.e. <0.7 or >2.5 Angstroem) + * each chain may only contain one actual molecule, i.e. there may be no unconnected atoms or fragments. This test is skipped if the above box is checked. + * each atom must have a valid assigned element + * the protein must be protonated (since this is necessary for docking/(re-)scoring). + * 3D coordinates must be present (instead of 2D coordinates; also necessary for docking/(re-)scoring) + * there may be no senseless temperature factors (<1 or >100) + * there may be no sterical clashes between atoms + +A protein structure quality report, containing the results of those tests and a secondary structure prediction, a Ramachandran plot and a temperature factor plot will be generated and saved as a pdf-file.</help> +</tool> \ No newline at end of file