Mercurial > repos > galaxyp > msconvert
diff msconvert.xml.template @ 3:7e41529ee90c
added repo and tool dependencies
author | galaxyp |
---|---|
date | Thu, 20 Jun 2013 16:08:23 -0400 |
parents | 10f4a0356342 |
children |
line wrap: on
line diff
--- a/msconvert.xml.template Fri May 10 17:24:56 2013 -0400 +++ b/msconvert.xml.template Thu Jun 20 16:08:23 2013 -0400 @@ -7,6 +7,10 @@ <!-- END_VERSION_DEFAULT --> <command interpreter="python"> + #set $ext = $input.ext + #if $ext.startswith("m:") + #set $ext = $ext[len("m:"):] + #end if msconvert_wrapper.py --input=${input} #if hasattr($input, 'display_name') @@ -14,7 +18,7 @@ #end if --output=${output} ## BEGIN_VERSION_DEFAULT - --fromextension=${input.ext} + --fromextension=$ext ## END_VERSION_DEFAULT ## BEGIN_VERSION_RAW @@ -363,6 +367,9 @@ <requirements> <requirement type="package">proteowizard</requirement> + <!-- BEGIN_VERSION_RAW --> + <requirement type="platform">windows</requirement> + <!-- END_VERSION_RAW --> </requirements> <help>