Mercurial > repos > devteam > picard
comparison rgPicardASMetrics.xml @ 2:93ace7e49295 draft
Uploaded valid tools.
author | devteam |
---|---|
date | Fri, 21 Feb 2014 12:06:18 -0500 |
parents | ff4ec13e496e |
children |
comparison
equal
deleted
inserted
replaced
1:ab5e8beab4fe | 2:93ace7e49295 |
---|---|
1 <tool name="SAM/BAM Alignment Summary Metrics" id="PicardASMetrics" version="1.56.0"> | 1 <tool name="SAM/BAM Alignment Summary Metrics" id="PicardASMetrics" version="1.56.0"> |
2 <command interpreter="python"> | 2 <command interpreter="python"> |
3 picard_wrapper.py -i "$input_file" -d "$html_file.files_path" -t "$html_file" | 3 picard_wrapper.py -i "${input_file}" -d "${html_file.files_path}" -t "${html_file}" |
4 --assumesorted "$sorted" -b "$bisulphite" --adaptors "$adaptors" --maxinsert "$maxinsert" -n "$out_prefix" --datatype "$input_file.ext" | 4 --assumesorted "${sorted}" -b "${bisulphite}" --adaptors "${adaptors}" --maxinsert "${maxinsert}" -n "${out_prefix}" --datatype "${input_file.ext}" |
5 -j \$JAVA_JAR_PATH/CollectAlignmentSummaryMetrics.jar --tmpdir "${__new_file_path__}" | 5 -j \$JAVA_JAR_PATH/CollectAlignmentSummaryMetrics.jar --tmpdir "${__new_file_path__}" |
6 #if $genomeSource.refGenomeSource == "history": | 6 #if $genomeSource.refGenomeSource == "history": |
7 --ref-file "$genomeSource.ownFile" | 7 --ref-file "${genomeSource.ownFile}" |
8 #else | 8 #else |
9 --ref "${genomeSource.index.fields.path}" | 9 --ref "${genomeSource.index.fields.path}" |
10 #end if | 10 #end if |
11 </command> | 11 </command> |
12 <requirements><requirement type="package" version="1.56.0">picard</requirement></requirements> | 12 <requirements><requirement type="package" version="1.56.0">picard</requirement></requirements> |
24 <option value="history">Use a genome (fasta format) from my history</option> | 24 <option value="history">Use a genome (fasta format) from my history</option> |
25 </param> | 25 </param> |
26 <when value="default"> | 26 <when value="default"> |
27 <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."> | 27 <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."> |
28 <options from_data_table="all_fasta"> | 28 <options from_data_table="all_fasta"> |
29 <filter type="data_meta" ref="input_file" key="dbkey" column="dbkey" multiple="True" separator="," /> | 29 <filter type="data_meta" ref="input_file" key="dbkey" column="1" multiple="True" separator="," /> |
30 <validator type="no_options" message="No reference build available for selected input" /> | 30 <validator type="no_options" message="No reference build available for selected input" /> |
31 </options> | 31 </options> |
32 </param> | 32 </param> |
33 </when> | 33 </when> |
34 <when value="indexed"> | 34 <when value="indexed"> |