Description
Run scGPT integration (cell embedding generation) followed by neighbour calculations, leiden clustering and run umap on the result.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
obsm_integrated: [ "X_scgpt" ]
pad_token: [ "<pad>" ]
pad_value: [ -2 ]
n_hvg: [ 1200 ]
dsbn: [ true ]
batch_size: [ 64 ]
n_input_bins: [ 51 ]
leiden_resolution: [ 1 ]
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.0.0 \
-main-script target/nextflow/workflows/integration/scgpt_leiden/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--input | file required |
--modality | string |
--input_layer | string |
--var_gene_names | string |
--obs_batch_label | string |
Name | Type & Properties |
|---|---|
--model | file required |
--model_vocab | file required |
--model_config | file required |
--finetuned_checkpoints_key | string |
Name | Type & Properties |
|---|---|
--output | file required output |
--obsm_integrated | string |
Name | Type & Properties |
|---|---|
--pad_token | string |
--pad_value | integer |
Name | Type & Properties |
|---|---|
--n_hvg | integer |
Name | Type & Properties |
|---|---|
--max_seq_len | integer |
Name | Type & Properties |
|---|---|
--dsbn | boolean |
--batch_size | integer |
Name | Type & Properties |
|---|---|
--n_input_bins | integer |
--seed | integer |
Name | Type & Properties |
|---|---|
--leiden_resolution | double multiple |