diff rgPicardASMetrics.xml @ 2:93ace7e49295 draft

Uploaded valid tools.
author devteam
date Fri, 21 Feb 2014 12:06:18 -0500
parents ff4ec13e496e
children
line wrap: on
line diff
--- a/rgPicardASMetrics.xml	Tue Dec 17 16:12:31 2013 -0500
+++ b/rgPicardASMetrics.xml	Fri Feb 21 12:06:18 2014 -0500
@@ -1,10 +1,10 @@
 <tool name="SAM/BAM Alignment Summary Metrics" id="PicardASMetrics" version="1.56.0">
   <command interpreter="python">
-    picard_wrapper.py -i "$input_file" -d "$html_file.files_path" -t "$html_file"
-    --assumesorted "$sorted" -b "$bisulphite" --adaptors "$adaptors" --maxinsert "$maxinsert" -n "$out_prefix" --datatype "$input_file.ext"
+    picard_wrapper.py -i "${input_file}" -d "${html_file.files_path}" -t "${html_file}"
+    --assumesorted "${sorted}" -b "${bisulphite}" --adaptors "${adaptors}" --maxinsert "${maxinsert}" -n "${out_prefix}" --datatype "${input_file.ext}"
     -j \$JAVA_JAR_PATH/CollectAlignmentSummaryMetrics.jar  --tmpdir "${__new_file_path__}" 
 #if $genomeSource.refGenomeSource == "history":
-    --ref-file "$genomeSource.ownFile"
+    --ref-file "${genomeSource.ownFile}"
 #else
     --ref "${genomeSource.index.fields.path}"
 #end if
@@ -26,7 +26,7 @@
       <when value="default">
         <param name="index" type="select" label="Check the assigned reference genome" help="Galaxy thinks that the reads in you dataset were aligned against this reference. If this is not correct, use the 'Select a build-in reference genome' option of the 'Select Reference Genome' dropdown to select approprtiate Reference.">
           <options from_data_table="all_fasta">
-          <filter type="data_meta" ref="input_file" key="dbkey" column="dbkey" multiple="True" separator="," />
+          <filter type="data_meta" ref="input_file" key="dbkey" column="1" multiple="True" separator="," />
           <validator type="no_options" message="No reference build available for selected input" /> 
           </options>
         </param>