parallel_map

Description

Map wells in batch, using STAR
Spliced Transcripts Alignment to a Reference (C) Alexander Dobin
https://github.com/alexdobin/STAR

Type

bash_script

License

MIT

Contributors

Run this component

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  

Input arguments

Name
Type & Properties
--input_r1
file
required
multiple
--input_r2
file
required
multiple
--genomeDir
file
required
--barcodesFasta
file
required

Barcode arguments

Name
Type & Properties
--umiLength
integer
required
--limitBAMsortRAM
string

Runtime arguments

Name
Type & Properties
--runThreadN
integer

Output arguments

Name
Type & Properties
--output
file
required
multiple
output
--joblog
file
output

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.