diff snmf.xml @ 8:c94c31bde773 draft

Uploaded
author dereeper
date Tue, 08 Jan 2019 11:19:23 -0500
parents 22aee300afdf
children e44eb2ba80ec
line wrap: on
line diff
--- a/snmf.xml	Wed Apr 18 05:44:40 2018 -0400
+++ b/snmf.xml	Tue Jan 08 11:19:23 2019 -0500
@@ -10,7 +10,7 @@
                 <!-- [HELP] If no exit code rule is defined, the tool will stop if anything is written to STDERR -->
                 <exit_code range="1:" level="fatal" />
         </stdio>
-	<command interpreter="bash">./snmf.sh $vcf $outputs $logs $best_k_output $best_k_logfile $kmin $kmax $best_k_groups $threshold_group
+	<command interpreter="bash">./snmf.sh $vcf $outputs $logs $best_k_output $best_k_logfile $kmin $kmax $best_k_groups $threshold_group $entropy
         </command>
 	<inputs>
 		<param format="vcf" name="vcf" type="data" label="VCF file" help="VCF file"/>
@@ -23,6 +23,7 @@
 		<data format="txt" name="best_k_groups" label="Best K Groups"/>
 		<data format="txt" name="best_k_logfile" label="Best K Logfile"/>
 		<data format="txt" name="outputs" label="Structure by sNMF"/>
+		<data format="tabular" name="entropy" label="Cross-entropy values"/>
 		<data format="txt" name="logs" label="All Logs"/>
 	</outputs>