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

Add functionality to generate concise summary of sample sheet outputs #869

Closed pjbriggs closed 2 months ago

pjbriggs commented 1 year ago

Adds a new function summarise_outputs to the sample_sheet_utils module, to generate a concise summary of the expected outputs from a sample sheet file. This is intended as an alternative to the existing predict_outputs function, which is more verbose.

The summary can be accessed from the command line via a new -s/--summarise option of the samplesheet command; it is also used in the setup and samplesheet -i (import) commands, in place of the current sample sheet output prediction.