# HG changeset patch # User ebi-gxa # Date 1606484297 0 # Node ID 0917f5e09d83f2c4c2789fefc6e6254d6b4896be # Parent 00abf723fc8715f63d61f6d7da81aa41b33c5215 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19" diff -r 00abf723fc87 -r 0917f5e09d83 ct_get_consensus_outputs.xml --- a/ct_get_consensus_outputs.xml Thu Jul 23 11:56:13 2020 -0400 +++ b/ct_get_consensus_outputs.xml Fri Nov 27 13:38:17 2020 +0000 @@ -1,5 +1,5 @@ - - Get consensus outputs across multiple tools + + across multiple tools ct_macros.xml @@ -10,22 +10,16 @@ cp '$table' input_dir/; #end for - get_consensus_output.R --input-dir input_dir --num-cores \${GALAXY_SLOTS:-1} --cl-dictionary "${lab_cl_mapping}" --summary-table-output-path "${summary_table_output_path}" --raw-table-output-path "${raw_table_output_path}" + get_consensus_output.R --input-dir input_dir --parallel "TRUE" --num-cores \${GALAXY_SLOTS:-1} --cl-dictionary "${lab_cl_mapping}" --summary-table-output-path "${summary_table_output_path}" --raw-table-output-path "${raw_table_output_path}" --tmpdir ./ #if $tool_table --tool-table "${tool_table}" #end if #if $ontology_graph --ontology-graph "${ontology_graph}" #end if - #if $tmpdir - --tmpdir "${tmpdir}" - #end if #if $include_sem_siml --include-sem-siml "${include_sem_siml}" #end if - #if $parallel - --parallel "${parallel}" - #end if #if $sort_by_agg_score --sort-by-agg-score "${sort_by_agg_score}" #end if @@ -35,17 +29,19 @@ #if $sem_siml_metric --semantic-sim-metric "${sem_siml_metric}" #end if + #if $true_labels + --true-labels "${true_labels}" + #end if ]]> - - + @@ -54,12 +50,10 @@ - + - - diff -r 00abf723fc87 -r 0917f5e09d83 ct_macros.xml --- a/ct_macros.xml Thu Jul 23 11:56:13 2020 -0400 +++ b/ct_macros.xml Fri Nov 27 13:38:17 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 @@ + + + + + + + + + + +