Mercurial > repos > devteam > picard
diff rgPicardInsertSize.xml @ 2:9227b8c3093b
Updated command line format per dev team standards.
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Tue, 02 Apr 2013 09:42:36 -0400 |
parents | 1cd7f3b42609 |
children |
line wrap: on
line diff
--- a/rgPicardInsertSize.xml Thu Oct 25 12:51:42 2012 -0400 +++ b/rgPicardInsertSize.xml Tue Apr 02 09:42:36 2013 -0400 @@ -2,9 +2,9 @@ <description>for PAIRED data</description> <requirements><requirement type="package" version="1.56.0">picard</requirement></requirements> <command interpreter="python"> - picard_wrapper.py -i "$input_file" -n "$out_prefix" --tmpdir "${__new_file_path__}" --deviations "$deviations" - --histwidth "$histWidth" --minpct "$minPct" --malevel "$malevel" - -j "\$JAVA_JAR_PATH/CollectInsertSizeMetrics.jar" -d "$html_file.files_path" -t "$html_file" + picard_wrapper.py -i "${input_file}" -n "${out_prefix}" --tmpdir "${__new_file_path__}" --deviations "${deviations}" + --histwidth "${histWidth}" --minpct "${minPct}" --malevel "${malevel}" + -j "\$JAVA_JAR_PATH/CollectInsertSizeMetrics.jar" -d "${html_file.files_path}" -t "${html_file}" </command> <inputs> <param format="bam,sam" name="input_file" type="data" label="SAM/BAM dataset to generate statistics for"