Miscellaneous |
Version lineage of this tool (guids ordered most recent to oldest) |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.8.1+galaxy9 (this tool) |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.8.1+3+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.8.1+2+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.8.1+1+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.8.1+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.7.2+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.6.0+galaxy1 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.6.0+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.3+galaxy10 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.3+galaxy9 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.3+galaxy8 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.3+galaxy6 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.3+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.4.2+galaxy0 |
toolshed.g2.bx.psu.edu/repos/ebi-gxa/scanpy_run_pca/scanpy_run_pca/1.3.2+galaxy1 |
scanpy_run_pca |
Requirements (dependencies defined in the <requirements> tag set) |
name | version | type |
scanpy-scripts | 1.1.3 | package |
Additional information about this tool |
ln -s '${input_obj_file}' input.h5 && PYTHONIOENCODING=utf-8 scanpy-run-pca #if $n_pcs --n-comps '${n_pcs}' #end if #if $run_mode.chunked --chunked --chunk-size '${run_mode.chunk_size}' #else ${run_mode.zero_center} #if $run_mode.svd_solver --svd-solver '${run_mode.svd_solver}' #end if #if $run_mode.random_seed is not None --random-state '${run_mode.random_seed}' #end if #end if #if $extra_outputs and "embeddings" in str($extra_outputs).split(','): --export-embedding embeddings.tsv #end if --input-format '${input_format}' input.h5 #if str($output_format).startswith('anndata') --show-obj stdout --output-format anndata output.h5 #else --show-obj stdout --output-format loom output.h5 #end if
Functional tests |
name | inputs | outputs | required files |
Test-1 |
input_obj_file: scale_data.h5 input_format: anndata output_format: anndata n_pcs: 50 run_mode|zero_center: True run_mode|svd_solver: arpack run_mode|random_seed: 1 run_mode|chunked: False extra_outputs: embeddings |
name: value name: value |
scale_data.h5 value |