Mercurial > repos > yating-l > windowmasker_2_5_0
changeset 1:b0f2a3fd3c86 draft default tip
planemo upload
author | yating-l |
---|---|
date | Mon, 15 May 2017 15:03:14 -0400 |
parents | 036cbfb47ee2 |
children | |
files | windowmasker_ustat.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/windowmasker_ustat.xml Mon May 15 14:54:24 2017 -0400 +++ b/windowmasker_ustat.xml Mon May 15 15:03:14 2017 -0400 @@ -32,7 +32,7 @@ ## Convert WindowMasker interval output to BED format #if str($output_format) == "interval": - | ${__tool_directory__}/WindowMasker_to_bed.pl > "${mask_output}" + | ${__tool_directory__}/windowmasker_to_bed.pl > "${mask_output}" #else -out "${mask_output}" #end if