Description
No description provided.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
layer_spliced: [ "spliced" ]
layer_unspliced: [ "unspliced" ]
layer_ambiguous: [ "ambiguous" ]
output: "$id.$key.output"
output_h5mu: "$id.$key.output_h5mu"
log_transform: [ true ]
n_neighbors: [ 30 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.0 \
-main-script target/nextflow/velocity/scvelo/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--counts_layer | string |
--modality | string required |
--layer_spliced | string |
--layer_unspliced | string |
--layer_ambiguous | string |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_h5mu | 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 |