diff createproject.xml @ 6:e8083821455b draft

Uploaded
author cropgeeks
date Tue, 21 Feb 2017 08:34:36 -0500
parents 735f690bdb76
children 8855844f40a8
line wrap: on
line diff
--- a/createproject.xml	Tue Feb 21 08:18:53 2017 -0500
+++ b/createproject.xml	Tue Feb 21 08:34:36 2017 -0500
@@ -12,7 +12,9 @@
   <description>Run pedigree verification of F1s (known parents) analysis</description>
   <command><![CDATA[
   java -Xmx$memory -cp $__tool_directory__/lib/flapjack.jar jhi.flapjack.io.cmd.CreateProject 
-  -map=$map -genotypes=$genotypes -galaxyHTML=$html -project=$output
+  -map=$map -genotypes=$genotypes
+##  -galaxyHTML=$html 
+  -project=$output
   ]]>
   </command>
   <inputs>
@@ -35,7 +37,7 @@
   <outputs>
   <!-- label="${tool.name} on ${on_string}: project.flapjack" -->
     <data name="output" format="flapjack" />
-	<data name="html" format="html" />
+	<!--<data name="html" format="html" />-->
   </outputs>
   
   <stdio>