Mercurial > repos > ebi-gxa > ct_get_empirical_dist
view ct_get_empirical_dist.xml @ 6:14eb5128af69 draft default tip
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit a1ad1ddd9b8e4db5bb82c3accae8311e0e488b19"
author | ebi-gxa |
---|---|
date | Fri, 27 Nov 2020 13:38:33 +0000 |
parents | 36eab91e0ff5 |
children |
line wrap: on
line source
<tool id="ct_get_empirical_dist" name="Cell types - get empirical distribution" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@"> <description>for tool performance table</description> <macros> <import>ct_macros.xml</import> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ get_empirical_dist.R --input-ref-file "${input_ref_file}" --label-column-ref "${label_col_ref}" --lab-cl-mapping "${lab_cl_mapping}" --num-iterations "${num_iter}" --parallel "TRUE" --num-cores \${GALAXY_SLOTS:-1} --tmpdir ./ --output-path "${output_list_path}" #if $ontology_graph --ontology-graph "${ontology_graph}" #end if #if $sample_labs --sample-labs "${sample_labs}" #end if #if $exclusions --exclusions "${exclusions}" #end if #if $sem_siml_metric --semantic-sim-metric "${sem_siml_metric}" #end if ]]></command> <inputs> <param type="data" name="input_ref_file" label="Input reference file" format="txt" help="Text file with reference cell labels" /> <param type="data" name="exclusions" format="yml" label="Exclusions file" optional="true" help="YML file with excluded/unlabelled terms" /> <param type="text" name="label_col_ref" label="Reference label column" value="cell_type" help="Label column in reference file"> <expand macro="sanitize_strings" /> </param> <param type="data" name="lab_cl_mapping" label="Label - CL term mapping" format="rdata" help="Mapping between cell labels and ontology terms" /> <param type="integer" name="num_iter" value='5' label="Number of iterations" help="Number of simulations to generate empirical CDF" /> <param type="integer" name="sample_labs" value='50' label="Number of labels to sample" help="Number of labels to sample for each permutation" /> <param type="data" name="ontology_graph" label="Ontology graph" format="obo" optional="true" help="Ontology graph to run semantis similarity computations" /> <expand macro="sem_siml_options" /> </inputs> <outputs> <data name="output_list_path" format="rdata" /> </outputs> <tests> <test> <param name="input_ref_file" value="reference_sdrf.tsv" /> <param name="label_col_ref" value='Sample Characteristic[cell type]' /> <param name="exclusions" value="exclusions.yml" /> <param name="lab_cl_mapping" value="label_cl_dict.rds" /> <output name="output_list_path" file="empirical_dist_list.rds" compare="sim_size" /> </test> </tests> <help><![CDATA[ @HELP@ @VERSION_HISTORY@ ]]></help> <expand macro="citations" /> </tool>