Description
Runner for HT RNA-seq pipeline
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
umi_length: [ 10 ]
id: "run"
run_params: "$id.$key.run_params"
run_metadata: "$id.$key.run_metadata"
star_output_dir: "$id.$key.star_output_dir"
nrReadsNrGenesPerChrom_dir: "$id.$key.nrReadsNrGenesPerChrom_dir"
star_qc_metrics_dir: "$id.$key.star_qc_metrics_dir"
eset_dir: "$id.$key.eset_dir"
f_data_dir: "$id.$key.f_data_dir"
p_data_dir: "$id.$key.p_data_dir"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.15.0-rc.2 \
-main-script target/nextflow/workflows/runner/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--run_id | string |
--barcodesFasta | file required |
--genomeDir | file required |
--annotation | file required |
--pools | string multiple |
--umi_length | integer |
Name | Type & Properties |
|---|---|
--id | string |
--project_id | string required |
--experiment_id | string required |
Name | Type & Properties |
|---|---|
--fastq_publish_dir | string required |
--results_publish_dir | string required |
Name | Type & Properties |
|---|---|
--run_params | file output |
--run_metadata | file output |
--star_output_dir | file output |
--nrReadsNrGenesPerChrom_dir | file output |
--star_qc_metrics_dir | file output |
--eset_dir | file output |
--f_data_dir | file output |
--p_data_dir | file output |