diff define_clones.xml @ 1:326165da9ece draft

Uploaded
author davidvanzessen
date Thu, 04 Aug 2016 08:59:47 -0400
parents dda9b2e72e2b
children 3ddd933dd7a2
line wrap: on
line diff
--- a/define_clones.xml	Tue May 03 09:52:21 2016 -0400
+++ b/define_clones.xml	Thu Aug 04 08:59:47 2016 -0400
@@ -2,9 +2,9 @@
 	<description>Change-O</description>
 	<command interpreter="bash">
 		#if $input_type.input_type_select=="bygroup"
-			define_clones.sh bygroup $input $input_type.mode $input_type.act $input_type.model $input_type.norm $input_type.sym $input_type.link $input_type.dist $out_file
+			define_clones.sh bygroup $input $input_type.mode $input_type.act $input_type.model $input_type.norm $input_type.sym $input_type.link $input_type.dist $out_file $out_file2
 		#else
-			define_clones.sh hclust $input $input_type.method $out_file
+			define_clones.sh hclust $input $input_type.method $out_file $out_file2
 		#end if
 	</command>
 	<inputs>
@@ -56,6 +56,7 @@
 	</inputs>
 	<outputs>
 		<data format="tabular" name="out_file" label = "Change-o DB clones ${input.name}"/>
+		<data format="tabular" name="out_file2" label = "Change-o DB clones info ${input.name}"/>
 	</outputs>
 	<citations>
 		<citation type="doi">10.1093/bioinformatics/btv359</citation>