changeset 0:fc4d5de6fd32 draft

Uploaded
author bernhardlutz
date Sun, 22 Dec 2013 12:48:32 -0500
parents
children 919021a7806d
files tool_dependencies.xml twistdna.xml
diffstat 2 files changed, 37 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Dec 22 12:48:32 2013 -0500
@@ -0,0 +1,15 @@
+<tool_dependency>
+    <package name="twistdna" version="1.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.cbp.ens-lyon.fr/lib/exe/fetch.php?media=developpement:productions:logiciels:twist-dna_1.1.tar.gz</action>
+                <action type="shell_command">make </action>
+                <action type="shell_command">cp TwistDNA $INSTALL_DIR/bin/ </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling TwistDNA requires a C compiler and gfortran (typically gcc)</readme>
+    </package>
+</tool_dependency>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/twistdna.xml	Sun Dec 22 12:48:32 2013 -0500
@@ -0,0 +1,22 @@
+<tool id="twistdna" name="TwistDNA" version="0.1.0">
+    <description></description>
+    <requirements>
+        <requirement type="package" version="1.1">twistdna</requirement>
+    </requirements>
+    <command>
+TwistDNA $input $outfile
+    </command>
+    <stdio>
+        <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
+        <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" />
+    </stdio>
+    <inputs>
+        <param format="fasta" name="input" type="data" label="Input Alignment File" />
+    </inputs>
+    <outputs>
+        <data name="outfile" format="zip" />
+    </outputs>
+    <help>**What it does**
+     Local opening of the DNA double-helix is required in many fundamental biological processes and is in part controlled by the degree of superhelicity imposed in vivo by the protein machinery. In particular, positions of superhelically destabilized regions correlate with regulatory sites along the genome. Based on a self-consistent linearization of a thermodynamic model of superhelical DNA introduced by Benham, we have developed Twist-DNA, a program that predicts the locations of these regions by efficiently computing base-pair and bubble opening probabilities in genomic DNA. The program allows visualization of results in standard genome browsers to compare DNA opening properties to other available datasets. 
+    </help>
+</tool>