fls-bioinformatics-core / auto_process_ngs

Scripts and utilities for automatic processing & management of Illumina NGS sequencing data.
Other
9 stars 6 forks source link

Move code for the standalone 'run_qc.py' utility into CLI submodule #840

Closed pjbriggs closed 1 year ago

pjbriggs commented 1 year ago

Move the code for the bin/run_qc.py standalone QC pipeline runner utility into a submodule auto_process_ngs/cli/run_qc.py, and refactor some of the internal functionality into functions (previously it was essentially one monolithic __main__ process).

Some deprecated options have also been dropped completely, and the --fastq_screen_subset option has been replaced by the --fastq_subset option.