# HG changeset patch # User iuc # Date 1707650998 0 # Node ID d6c074a93c5127066a6ded8ea18e0f3513a6e426 # Parent 1b52f0c8ad7f1cc57496257c8247d7f0d74a1099 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/aegean commit 669dd4d406e86aee7d83e7420dced981c180d805 diff -r 1b52f0c8ad7f -r d6c074a93c51 macros.xml --- a/macros.xml Sun Jan 03 14:58:02 2021 +0000 +++ b/macros.xml Sun Feb 11 11:29:58 2024 +0000 @@ -9,12 +9,12 @@ - gaeval + gaeval - aegean + aegean @@ -32,5 +32,5 @@ 0.16.0 - + 1 diff -r 1b52f0c8ad7f -r d6c074a93c51 parseval.xml --- a/parseval.xml Sun Jan 03 14:58:02 2021 +0000 +++ b/parseval.xml Sun Feb 11 11:29:58 2024 +0000 @@ -1,110 +1,110 @@ - + compare two sets of gene annotations for the same sequence. macros.xml - - - + + + parseval --version - + " >> '${output_html.files_path}'/index.html && - cp '${output_html.files_path}'/index.html '$output_html' + #if $output_type =="text" + -f "text" + -o "$output_txt" + #else if $output_type == "html" + -f "html" + -o "${output_html.files_path}" && + echo " " >> "${output_html.files_path}"/index.html && + cp "${output_html.files_path}"/index.html "$output_html" #end if ]]> - - - - - - - + + + + + + + - - + + - - output_type == 'text' + + output_type == "text" - - output_type == 'html' + + output_type == "html" - - - - - + + + + + - - - + + + - - - - - + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - - + + + + + + @@ -144,5 +144,5 @@ ]]> - +