Mercurial > repos > iuc > macs2
diff macs2_randsample.xml @ 19:05aca18fd8dc draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 23 Apr 2014 18:25:51 -0400 |
| parents | 35a80f8dda5c |
| children | 59845dc3331f |
line wrap: on
line diff
--- a/macs2_randsample.xml Sat Feb 15 15:50:45 2014 -0500 +++ b/macs2_randsample.xml Wed Apr 23 18:25:51 2014 -0400 @@ -7,16 +7,16 @@ </macros> <command> macs2 randsample - -t $infile - -o $outfile + -t "${ infile }" + -o "${ outfile }" - --format '$infile.extension.upper()' + --format '${ infile.extension.upper() }' @tag_size@ #if $method_options.method_options_selector == 'percentage': - --percentage $method_options.percentage + --percentage "${ method_options.percentage }" #else: - --number $method_options.number + --number "${ method_options.number }" #end if </command> <expand macro="stdio" />
