diff transpose.xml @ 54:8855844f40a8 draft

Uploaded the latest version of our Flapjack tools for Galaxy.
author cropgeeks
date Tue, 14 Nov 2017 06:42:48 -0500
parents
children 6777844fd638
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/transpose.xml	Tue Nov 14 06:42:48 2017 -0500
@@ -0,0 +1,27 @@
+<tool id="flapjack_transpose" name="Transpose" version="0.0.1">
+	<description>Transpose a file's contents</description>
+	<command><![CDATA[
+		java 
+		-cp $__tool_directory__/lib/flapjack.jar jhi.flapjack.io.cmd.Transpose 
+		$input 
+		$output
+		]]></command>
+	<inputs>
+		<param format="tabular" name="input" type="data" label="Source file"/>
+	</inputs>
+	<outputs>
+		<data format="tabular" name="output" />
+	</outputs>
+
+	<stdio>
+		<exit_code range="1:" />
+	</stdio>
+
+	<help><![CDATA[
+.. class:: infomark
+
+**What it does**
+This tool transposes data files.
+	]]></help>
+
+</tool>
\ No newline at end of file