stats/generate_well_statistics

Description

Generate summary statistics from BAM files generated by STAR solo.

Type

python_script

License

MIT

Contributors

Run this component

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  

Arguments

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

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.