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 'analysis number' to analysis directory metadata and use for run ID #859

Closed pjbriggs closed 1 year ago

pjbriggs commented 1 year ago

Updates the analysis directory metadata to include a new analysis_number item, which can optionally be specified to distinguish between different processing and analysis attempts of the same run.

If the analysis number is set when creating a new analysis directory via the setup command (via the new -n option), then this number will be appended to the automatically generated directory name (e.g. -n 2 will result in <RUN>_analysis2).

Run IDs have also been modified to include the analysis number appended after a period (e.g. NOVASEQ6000_230601#79.2 would indicate that the analysis is labelled as number 2).