Mercurial > repos > devteam > picard
diff picard_ReorderSam.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 | 3d4f1fa26f0e |
line wrap: on
line diff
--- a/picard_ReorderSam.xml Thu Oct 25 12:51:42 2012 -0400 +++ b/picard_ReorderSam.xml Tue Apr 02 09:42:36 2013 -0400 @@ -2,19 +2,19 @@ <requirements><requirement type="package" version="1.56.0">picard</requirement></requirements> <command interpreter="python"> picard_wrapper.py - --input=$inputFile + --input="${inputFile}" #if $source.indexSource == "built-in" --ref="${source.ref.fields.path}" #else - --ref-file=$refFile - --species-name=$source.speciesName - --build-name=$source.buildName - --trunc-names=$source.truncateSeqNames + --ref-file="${refFile}" + --species-name="${source.speciesName}" + --build-name="${source.buildName}" + --trunc-names="${source.truncateSeqNames}" #end if - --allow-inc-dict-concord=$allowIncDictConcord - --allow-contig-len-discord=$allowContigLenDiscord - --output-format=$outputFormat - --output=$outFile + --allow-inc-dict-concord="${allowIncDictConcord}" + --allow-contig-len-discord="${allowContigLenDiscord}" + --output-format="${outputFormat}" + --output="${outFile}" --tmpdir "${__new_file_path__}" -j "\$JAVA_JAR_PATH/ReorderSam.jar" </command>