Description
Runner for HT RNA-seq pipeline
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
ignore: [ "Undetermined" ]
umi_length: [ 10 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.5.5 \
-main-script target/nextflow/workflows/runner/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
--barcodesFasta | file required |
--genomeDir | file required |
--annotation | file required |
--ignore | string multiple |
--umi_length | integer |
Name | Type & Properties |
|---|---|
--id | string |
--project_id | string required |
--experiment_id | string required |
Name | Type & Properties |
|---|---|
--plain_output | boolean_true |
Name | Type & Properties |
|---|---|
--fastq_publish_dir | string required |
--results_publish_dir | string required |