Update the standalone QC pipeline utility run_qc.py by adding a new option --star-index which allows the STAR index used for mapping to be explicitly specified (similar to the existing options for 10x reference datasets).
This also includes an update to the underlying pipeline in qc/pipeline to enable a specific STAR index to be passed to the QC for a project.
Update the standalone QC pipeline utility
run_qc.py
by adding a new option--star-index
which allows the STAR index used for mapping to be explicitly specified (similar to the existing options for 10x reference datasets).This also includes an update to the underlying pipeline in
qc/pipeline
to enable a specific STAR index to be passed to the QC for a project.