Description
Runs the velocity analysis on a BAM file, outputting a loom file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
logic: [ "Default" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.2 \
-main-script target/nextflow/velocity/velocyto/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--transcriptome -t | file required |
--barcode -b | file |
--without_umi | boolean_true |
--output -o | file required output |
--logic -l | string |