Description
Cross-check genes with pre-trained scGPT model.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
output_var_filter: [ "id_in_vocab" ]
pad_token: [ "<pad>" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v3.0.1 \
-main-script target/nextflow/scgpt/cross_check_genes/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--vocab_file | file required |
--input_var_gene_names | string |
--var_input | string |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_var_filter | string |
--output_compression | string |
Name | Type & Properties |
|---|---|
--pad_token | string |