diff tar_align/tar_gz.xml @ 0:04d416dd3b59 draft default tip

Uploaded
author daumsoft
date Wed, 18 Apr 2018 02:52:38 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tar_align/tar_gz.xml	Wed Apr 18 02:52:38 2018 -0400
@@ -0,0 +1,33 @@
+<tool id="daumsoft_wts_tar_gz" name="TAR_GZ" version="tar (GNU tar) 1.23">
+	<description></description>
+        <stdio>
+         <regex match="Exception|Error" source="both" level="fatal" description="Tool execution failed"/>
+        </stdio>
+
+	<version_command></version_command>
+	
+	<command>
+         
+          \$GALAXY_HOME/package/DAUMSOFT/RNA-seq/TAR/tar.sh $read1 $read2 
+
+	</command>
+    
+	<inputs>
+	 <param format="fastq" name="read1" type="data" label="input fastq read1" help="" />
+	 <param format="fastq" name="read2" type="data" label="input fastq read2" help="" />
+	</inputs>
+	<outputs>
+	 <data format="gz" name="tar_gz" label="${tool.name} on ${on_string}: fastq files in TAR-GZ" from_work_dir="out/sample.tar.gz"/>
+	</outputs>
+        <tests><test><output name="tar_gz"/></test></tests>
+        <help>
+tar (GNU tar) 1.23
+Copyright (C) 2010 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
+Written by John Gilmore and Jay Fenlason.
+	</help>
+        <citations></citations>
+</tool>