# HG changeset patch # User ebi-gxa # Date 1606484330 0 # Node ID 90d7f30478ee16d2810101abeee84b018cec8946 # Parent 424f8251a20279bc264f25e39e1a299a35c0efb2 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19" diff -r 424f8251a202 -r 90d7f30478ee ct_get_tool_perf_table.xml --- a/ct_get_tool_perf_table.xml Mon Jul 13 07:24:58 2020 -0400 +++ b/ct_get_tool_perf_table.xml Fri Nov 27 13:38:50 2020 +0000 @@ -1,4 +1,4 @@ - + Get performance table for a list of outputs generated by various tools ct_macros.xml @@ -10,7 +10,7 @@ cp '$input_file' input_dir/; #end for - get_tool_performance_table.R --input-dir input_dir --ref-file "${ref_file}" --num-cores \${GALAXY_SLOTS:-1} --lab-cl-mapping "${lab_cl_mapping}" --output-path "${output_path}" + get_tool_performance_table.R --input-dir input_dir --ref-file "${ref_file}" --parallel "TRUE" --num-cores \${GALAXY_SLOTS:-1} --lab-cl-mapping "${lab_cl_mapping}" --output-path "${output_path}" --tmpdir ./ #if $exclusions --exclusions "${exclusions}" @@ -18,12 +18,6 @@ #if $ontology_graph --ontology-graph "${ontology_graph}" #end if - #if $parallel - --parallel "${parallel}" - #end if - #if $tmpdir - --tmpdir "${tmpdir}" - #end if #if $include_sem_siml --include-sem-siml "${include_sem_siml}" #end if @@ -47,16 +41,22 @@ - - - + - - - - + + + + + + + + + + + + @@ -66,13 +66,11 @@ - - - + diff -r 424f8251a202 -r 90d7f30478ee ct_macros.xml --- a/ct_macros.xml Mon Jul 13 07:24:58 2020 -0400 +++ b/ct_macros.xml Fri Nov 27 13:38:50 2020 +0000 @@ -1,10 +1,10 @@ - 1.1.0 + 1.1.1 More information can be found at https://github.com/ebi-gene-expression-group/cell-types-analysis 18.01 - cell-types-analysis + cell-types-analysis @@ -15,6 +15,7 @@ @@ -34,6 +35,17 @@ + + + + + + + + + + +