Description
No description provided.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
log_transform: [ true ]
n_neighbors: [ 30 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.1 \
-main-script target/nextflow/velocity/scvelo/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_compression | string |
Name | Type & Properties |
|---|---|
--min_counts | integer |
--min_counts_u | integer |
--min_cells | integer |
--min_cells_u | integer |
--min_shared_counts | integer |
--min_shared_cells | integer |
--n_top_genes | integer |
--log_transform | boolean |
Name | Type & Properties |
|---|---|
--n_principal_components | integer |
--n_neighbors | integer |