Previous changeset 4:0897308ec0e5 (2018-02-14) Next changeset 6:d619e2a0a4f6 (2018-04-06) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173 |
modified:
chimera.pintail.xml macros.xml |
removed:
tool_test_output_all.html |
b |
diff -r 0897308ec0e5 -r 2fce0dddaa48 chimera.pintail.xml --- a/chimera.pintail.xml Wed Feb 14 12:01:42 2018 -0500 +++ b/chimera.pintail.xml Tue Mar 20 14:00:44 2018 -0400 |
b |
@@ -84,6 +84,7 @@ help="Default is set to 300. Note, changing the window size will require new quantile files to be made."/> <param argument="increment" type="integer" value="25" label="increment - Increment for window slide on each iteration (uses default if < 1)" help="Default is 25. Note, changing the increment will require new quantile files to be made."/> + <expand macro="param-savelog"/> </inputs> <outputs> <expand macro="logfile-output"/> @@ -105,6 +106,7 @@ <param name="window" value="200"/> <output name="pintail.chimeras" md5="644fe23ee459a76de7b225e530361865" ftype="txt"/> <output name="out_accnos" file="Mock_S280_L001_R1_001_small.trim.contigs.good.pintail.accnos" ftype="mothur.accnos"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> <test> @@ -121,6 +123,7 @@ </output> <output name="out_quantile" md5="74372024214704010aed4f9c8258f77b" ftype="mothur.quan"/> <output name="out_freq" md5="2d2c4066c5de06c8d1d78ee3784daa3d" ftype="mothur.freq"/> + <param name="savelog" value="true"/> <expand macro="logfile-test"/> </test> </tests> |
b |
diff -r 0897308ec0e5 -r 2fce0dddaa48 macros.xml --- a/macros.xml Wed Feb 14 12:01:42 2018 -0500 +++ b/macros.xml Tue Mar 20 14:00:44 2018 -0400 |
b |
@@ -124,8 +124,13 @@ <xml name="param-printlevel"> <param argument="printlevel" type="integer" value="-1" min="-1" label="Print level" help="specify taxlevel of your *tax.summary file to print to. Options are 1 to the maz level in the file. The default is -1, meaning max level" /> </xml> + <xml name="param-savelog"> + <param name="savelog" type="boolean" checked="false" label="Output logfile?"/> + </xml> <xml name="logfile-output"> - <data name="logfile" format="txt" from_work_dir="mothur.out.log" label="${tool.name} on ${on_string}: logfile"/> + <data name="logfile" format="txt" from_work_dir="mothur.out.log" label="${tool.name} on ${on_string}: logfile"> + <filter>savelog</filter> + </data> </xml> <!-- Output file tests --> |
b |
diff -r 0897308ec0e5 -r 2fce0dddaa48 tool_test_output_all.html --- a/tool_test_output_all.html Wed Feb 14 12:01:42 2018 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
[ |
b'@@ -1,383 +0,0 @@\n-<!DOCTYPE html>\n-<html lang="en">\n- <head>\n- <meta charset="utf-8">\n- <meta http-equiv="X-UA-Compatible" content="IE=edge">\n- <meta name="viewport" content="width=device-width, initial-scale=1">\n- <title>Tool Test Results (powered by Planemo)</title>\n-\n- <!-- Bootstrap -->\n- <style>/*!\n- * Bootstrap v3.3.1 (http://getbootstrap.com)\n- * Copyright 2011-2014 Twitter, Inc.\n- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n- *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:\'Glyphicons Halflings\';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(\'embedded-opentype\'),url(../fonts/glyphicons-halflings-regular.woff) format(\'woff\'),url(../fonts/glyphicons-halflings-regular.ttf) format(\'truetype\'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(\'svg\')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\'G'..b'g\\ninput_otu..0.04.chao.svg\\ninput_otu..0.04.ace.svg\\ninput_otu..0.05.sobs.svg\\ninput_otu..0.05.chao.svg\\ninput_otu..0.05.ace.svg\\ninput_otu..0.06.sobs.svg\\ninput_otu..0.06.chao.svg\\ninput_otu..0.06.ace.svg\\ninput_otu..0.07.sobs.svg\\ninput_otu..0.07.chao.svg\\ninput_otu..0.07.ace.svg\\ninput_otu..0.08.sobs.svg\\ninput_otu..0.08.chao.svg\\ninput_otu..0.08.ace.svg\\ninput_otu..0.09.sobs.svg\\ninput_otu..0.09.chao.svg\\ninput_otu..0.09.ace.svg\\ninput_otu..0.10.sobs.svg\\ninput_otu..0.10.chao.svg\\ninput_otu..0.10.ace.svg\\ninput_otu..0.11.sobs.svg\\ninput_otu..0.11.chao.svg\\ninput_otu..0.11.ace.svg\\ninput_otu..0.12.sobs.svg\\ninput_otu..0.12.chao.svg\\ninput_otu..0.12.ace.svg\\ninput_otu..0.13.sobs.svg\\ninput_otu..0.13.chao.svg\\ninput_otu..0.13.ace.svg\\ninput_otu..0.14.sobs.svg\\ninput_otu..0.14.chao.svg\\ninput_otu..0.14.ace.svg\\ninput_otu..0.15.sobs.svg\\ninput_otu..0.15.chao.svg\\ninput_otu..0.15.ace.svg\\ninput_otu..0.16.sobs.svg\\ninput_otu..0.16.chao.svg\\ninput_otu..0.16.ace.svg\\ninput_otu..0.17.sobs.svg\\ninput_otu..0.17.chao.svg\\ninput_otu..0.17.ace.svg\\ninput_otu..0.18.sobs.svg\\ninput_otu..0.18.chao.svg\\ninput_otu..0.18.ace.svg\\ninput_otu..0.19.sobs.svg\\ninput_otu..0.19.chao.svg\\ninput_otu..0.19.ace.svg\\ninput_otu..0.20.sobs.svg\\ninput_otu..0.20.chao.svg\\ninput_otu..0.20.ace.svg\\ninput_otu..0.21.sobs.svg\\ninput_otu..0.21.chao.svg\\ninput_otu..0.21.ace.svg\\ninput_otu..0.22.sobs.svg\\ninput_otu..0.22.chao.svg\\ninput_otu..0.22.ace.svg\\ninput_otu..0.23.sobs.svg\\ninput_otu..0.23.chao.svg\\ninput_otu..0.23.ace.svg\\ninput_otu..0.24.sobs.svg\\ninput_otu..0.24.chao.svg\\ninput_otu..0.24.ace.svg\\ninput_otu..0.25.sobs.svg\\ninput_otu..0.25.chao.svg\\ninput_otu..0.25.ace.svg\\ninput_otu..0.26.sobs.svg\\ninput_otu..0.26.chao.svg\\ninput_otu..0.26.ace.svg\\ninput_otu..0.27.sobs.svg\\ninput_otu..0.27.chao.svg\\ninput_otu..0.27.ace.svg\\ninput_otu..0.29.sobs.svg\\ninput_otu..0.29.chao.svg\\ninput_otu..0.29.ace.svg\\ninput_otu..0.32.sobs.svg\\ninput_otu..0.32.chao.svg\\ninput_otu..0.32.ace.svg\\ninput_otu..0.33.sobs.svg\\ninput_otu..0.33.chao.svg\\ninput_otu..0.33.ace.svg\\ninput_otu..0.36.sobs.svg\\ninput_otu..0.36.chao.svg\\ninput_otu..0.36.ace.svg\\ninput_otu..0.38.sobs.svg\\ninput_otu..0.38.chao.svg\\ninput_otu..0.38.ace.svg\\ninput_otu..0.41.sobs.svg\\ninput_otu..0.41.chao.svg\\ninput_otu..0.41.ace.svg\\ninput_otu..0.45.sobs.svg\\ninput_otu..0.45.chao.svg\\ninput_otu..0.45.ace.svg\\ninput_otu..0.55.sobs.svg\\ninput_otu..0.55.chao.svg\\ninput_otu..0.55.ace.svg\\n\\n\\nmothur > quit\\n", "command_line": "set -o pipefail; ln -s \'/tmp/saskia/tmpKSDp0p/files/003/dataset_3926.dat\' input_otu.dat && echo \'venn( list=input_otu.dat, abund=10, calc=sobs-chao-ace, fontsize=24, sharedotus=true )\' | sed \'s/ //g\' | mothur | tee mothur.out.log", "exit_code": 0, "state": "ok", "create_time": "2018-02-08T18:54:39.400697", "params": {"sharedotus": "\\"true\\"", "nseqs": "\\"false\\"", "dbkey": "\\"hg17\\"", "fontsize": "\\"24\\"", "input": "{\\"abund\\": \\"10\\", \\"label\\": null, \\"source\\": \\"similarity\\", \\"__current_case__\\": 1, \\"calc\\": [\\"sobs\\", \\"chao\\", \\"ace\\"], \\"otu\\": {\\"values\\": [{\\"src\\": \\"hda\\", \\"id\\": 3926}]}}", "chromInfo": "\\"/tmp/saskia/tmpKSDp0p/galaxy-dev/tool-data/shared/ucsc/chrom/hg17.len\\"", "permute": "\\"4\\""}, "stderr": "mothur: /home/saskia/miniconda3/envs/__mothur@1.39.5/bin/../lib/libtinfo.so.5: no version information available (required by /lib/x86_64-linux-gnu/libreadline.so.6)\\nmothur: /home/saskia/miniconda3/envs/__mothur@1.39.5/bin/../lib/libtinfo.so.5: no version information available (required by /lib/x86_64-linux-gnu/libreadline.so.6)\\n", "job_metrics": [], "model_class": "Job", "external_id": "9316", "id": "ec7711f2346cbca2", "user_email": "test@bx.psu.edu"}}, "id": "functional.test_toolbox.TestForTool_mothur_venn.test_tool_000001", "has_data": true}], "version": "0.1", "exit_code": 1, "summary": {"num_skips": 0, "num_errors": 0, "num_failures": 1, "num_tests": 305}};\n- renderTestResults(test_data);\n- }\n- </script>\n- </body>\n-</html>\n\\ No newline at end of file\n' |