Description
Run the ingestion QC report generation
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 Name | Type & Properties |
|---|---|
--id | string |
--input | file required |
--ingestion_method | string required |
--sample_metadata | file |
--max_samples_per_report | integer |
Name | Type & Properties |
|---|---|
--var_gene_names | string |
--obs_metadata | string multiple |
Name | Type & Properties |
|---|---|
--var_name_mitochondrial_genes | string |
--var_name_ribosomal_genes | string |
--min_total_counts | integer |
--min_num_nonzero_vars | integer |
Name | Type & Properties |
|---|---|
--run_cellbender | boolean |
--cellbender_epochs | integer |
Name | Type & Properties |
|---|---|
--output_qc_report | file required multiple output |
--output_processed_h5mu | file required output |