# HG changeset patch # User yating-l # Date 1494874994 14400 # Node ID b0f2a3fd3c8687b6f2cb27e437072a4ae1e40d9a # Parent 036cbfb47ee2884b72509a059161cd1632a4fdf8 planemo upload diff -r 036cbfb47ee2 -r b0f2a3fd3c86 windowmasker_ustat.xml --- 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