changeset 3:910ebd2a6826

fix
author pieter.lukasse@wur.nl
date Thu, 22 Jan 2015 16:59:59 +0100
parents f6da901ffff8
children 266b64154f57
files nist_wrapper.xml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nist_wrapper.xml	Thu Jan 22 16:55:19 2015 +0100
+++ b/nist_wrapper.xml	Thu Jan 22 16:59:59 2015 +0100
@@ -16,6 +16,9 @@
 		$nistIniFile
 		$spectraFile
 		$outputFile
+		$outputFileFinal
+		$htmlReportFile
+		$htmlReportFile.files_path
 	</command>
 <inputs>
 	<param name="spectraFile" type="data" format="msp" label="Spectra file (.MSP)" help="E.g. file produced by MsClust"/>
@@ -828,6 +831,7 @@
 
 <outputs>
 	<data name="outputFile" format="tabular" label="${tool.name} on ${on_string} - NIST library matches (TSV)"/>
+	<data name="outputFileFinal" format="tabular" label="${tool.name} on ${on_string} - NIST library matches (TSV)"/>
 	<data name="outputLog" format="txt" label="${tool.name} on ${on_string} - LOG" hidden="True"/>
 	<data name="htmlReportFile" format="html" label="${tool.name} on ${on_string} - NIST matches report (HTML)"/>
 </outputs>