Description
Map wells in batch, using STAR
Spliced Transcripts Alignment to a Reference (C) Alexander Dobin
https://github.com/alexdobin/STAR
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
limitBAMsortRAM: [ "10000000000" ]
runThreadN: [ 1 ]
output: "$id.$key.output._*"
joblog: "$id.$key.joblog"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.14.7 \
-main-script target/nextflow/parallel_map/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_r1 | file required multiple |
--input_r2 | file required multiple |
--genomeDir | file required |
--barcodesFasta | file required |
Name | Type & Properties |
|---|---|
--umiLength | integer required |
--limitBAMsortRAM | string |
Name | Type & Properties |
|---|---|
--runThreadN | integer |
Name | Type & Properties |
|---|---|
--output | file required multiple output |
--joblog | file output |