Description
Generate summary statistics from BAM files generated by STAR solo.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
processedBAMFile: "$id.$key.processedBAMFile"
nrReadsNrGenesPerChrom: "$id.$key.nrReadsNrGenesPerChrom"
nrReadsNrUMIsPerCB: "$id.$key.nrReadsNrUMIsPerCB"
umiFreqTop: "$id.$key.umiFreqTop"
threads: [ 1 ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.14.7 \
-main-script target/nextflow/stats/generate_well_statistics/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file |
--barcode | string required |
--well_id | string required |
--processedBAMFile | file output |
--nrReadsNrGenesPerChrom | file output |
--nrReadsNrUMIsPerCB | file output |
--umiFreqTop | file output |
--threads | integer |