[Swift-commit] r8364 - SwiftApps/dsp-swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Tue Jan 20 08:59:03 CST 2015
Author: ketan
Date: 2015-01-20 08:59:02 -0600 (Tue, 20 Jan 2015)
New Revision: 8364
Modified:
SwiftApps/dsp-swift/README
SwiftApps/dsp-swift/swiftjumpdsp.py
SwiftApps/dsp-swift/swiftjumpdsp.xml
Log:
missing import
Modified: SwiftApps/dsp-swift/README
===================================================================
--- SwiftApps/dsp-swift/README 2015-01-17 23:13:42 UTC (rev 8363)
+++ SwiftApps/dsp-swift/README 2015-01-20 14:59:02 UTC (rev 8364)
@@ -3,16 +3,22 @@
Introduction
-------------
+This document describes the Swift-Galaxy integration for the jump-DSP project.
-The `foreach` Mechanism
-------------------------
-
Installation
-------------
+Following are the prerequisites in order to install the jump-DSP toolset:
+. Swift
+See Swift web Download page to know more about Swift installation.
+. Galaxy
+See Galaxy web page to know more about Galaxy installation.
+
Screenshots
------------
+Following are some of the screenshots of the operational state of the jump-DSP package.
+
An example
-----------
-
+Test Edit!
Modified: SwiftApps/dsp-swift/swiftjumpdsp.py
===================================================================
--- SwiftApps/dsp-swift/swiftjumpdsp.py 2015-01-17 23:13:42 UTC (rev 8363)
+++ SwiftApps/dsp-swift/swiftjumpdsp.py 2015-01-20 14:59:02 UTC (rev 8364)
@@ -23,6 +23,7 @@
import traceback
import fnmatch
import re
+import platform
def setwdir():
return subprocess.check_output(["mktemp", "-d", "/tmp/swift-gal.XXXX"])
Modified: SwiftApps/dsp-swift/swiftjumpdsp.xml
===================================================================
--- SwiftApps/dsp-swift/swiftjumpdsp.xml 2015-01-17 23:13:42 UTC (rev 8363)
+++ SwiftApps/dsp-swift/swiftjumpdsp.xml 2015-01-20 14:59:02 UTC (rev 8364)
@@ -24,7 +24,7 @@
"${plotimg}"
</command>
<inputs>
- <param name="inlocation" size="60" type="file" label="inlocation" value="/home/ketan/SwiftApps/dsp-swift/dcap" help="Enter the path of the directory containing input data, eg. /home/ketan/farmer" />
+ <param name="inlocation" size="60" type="text" label="inlocation" value="/home/ketan/SwiftApps/dsp-swift/dcap" help="Enter the path of the directory containing input data, eg. /home/ketan/farmer" />
<param name="a" size="30" type="text" label="aval" value="1" help="Enter the value of a" />
<param name="n" size="30" type="text" label="nval" value="1" help="Enter the value of n" />
<param name="p" size="30" type="text" label="pval" value="1" help="Enter the value of p" />
More information about the Swift-commit
mailing list