workflows/generate_qc_report

Description

Run the ingestion QC report generation

Type

nextflow_script

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
max_samples_per_report: [ 20 ]  
var_name_mitochondrial_genes: [ "mitochondrial" ]  
var_name_ribosomal_genes: [ "ribosomal" ]  
min_total_counts: [ 10 ]  
min_num_nonzero_vars: [ 10 ]  
run_cellbender: [ false ]  
cellbender_epochs: [ 150 ]  
output_qc_report: "$id.$key.output_qc_report._*.html"  
output_processed_h5mu: "$id.$key.output_processed_h5mu"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline_qc.git \  
  -revision v0.2.0 \  
  -main-script target/nextflow/workflows/generate_qc_report/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--id
string
--input
file
required
--ingestion_method
string
required
--sample_metadata
file
--max_samples_per_report
integer

Options

Name
Type & Properties
--var_gene_names
string
--obs_metadata
string
multiple

QC options

Name
Type & Properties
--var_name_mitochondrial_genes
string
--var_name_ribosomal_genes
string
--min_total_counts
integer
--min_num_nonzero_vars
integer

Cellbender options

Name
Type & Properties
--run_cellbender
boolean
--cellbender_epochs
integer

Outputs

Name
Type & Properties
--output_qc_report
file
required
multiple
output
--output_processed_h5mu
file
required
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.