# HG changeset patch # User rnateam # Date 1485038361 18000 # Node ID 4310ac018d05a04cd0a70e5f1962fc96dee2099d # Parent 4a9754d476fe56157d3ba6e67998014982fdb485 planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/CollectResults commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86 diff -r 4a9754d476fe -r 4310ac018d05 evaluation.py --- a/evaluation.py Fri Jan 13 16:59:29 2017 -0500 +++ b/evaluation.py Sat Jan 21 17:39:21 2017 -0500 @@ -2,6 +2,7 @@ from os import system import re from sklearn import metrics +from shutil import make_archive def sh(script): system("bash -c '%s'" % script) @@ -67,3 +68,6 @@ with open("RESULTS/evaluation.txt", "w") as fOut: fOut.write(toWrite) + + +make_archive('RESULTS', 'zip', root_dir='RESULTS') diff -r 4a9754d476fe -r 4310ac018d05 glob_report.xml --- a/glob_report.xml Fri Jan 13 16:59:29 2017 -0500 +++ b/glob_report.xml Sat Jan 21 17:39:21 2017 -0500 @@ -1,19 +1,19 @@ - - graphclust-wrappers - perl-array-utils - scikit-learn - locarna - rnaz - infernal - viennarna - graphicsmagick - - - - - - + graphclust-wrappers + perl-array-utils + scikit-learn + locarna + rnaz + infernal + viennarna + graphicsmagick + + + + + + /dev/null && #set $inputFiles = "" @@ -29,7 +29,7 @@ #set $inputFilesTrees += str($mods)+',' #end for #set $inputFilesTrees = $inputFilesTrees[:-1] - glob_res.pl + 'glob_res.pl' '$inputFiles' $merge_cluster_ol $merge_overlap @@ -47,110 +47,169 @@ $final_partition_used_cmsearch #end if + #if str($advanced_opts.advanced_opts_selector) == "show": + #if str($advanced_opts.param_type.param_type_selector) == "gclust": + $advanced_opts.param_type.p + $advanced_opts.param_type.max_diff_am + $advanced_opts.param_type.max_diff + $advanced_opts.param_type.tau + $advanced_opts.param_type.struct_weight + $advanced_opts.param_type.indel_opening + $advanced_opts.param_type.indel + $advanced_opts.param_type.alifold_consensus_dp + #end if + #end if + && python '$__tool_directory__/evaluation.py' - #if $cdhit: - && - python '$__tool_directory__/addCdhitseqs.py' '$cdhit' - #end if + #if $cdhit: + && + python '$__tool_directory__/addCdhitseqs.py' '$cdhit' + #end if ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + @inproceedings{costa2010fast, title={Fast neighborhood subgraph pairwise distance kernel}, author={Costa, Fabrizio and De Grave, Kurt}, diff -r 4a9754d476fe -r 4310ac018d05 test-data/RESULTS.zip Binary file test-data/RESULTS.zip has changed