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

'setup': collect default bases mask and flow cell mode #868

Closed pjbriggs closed 1 year ago

pjbriggs commented 1 year ago

Updates the setup command implementation in commands/setup_cmd.py to set additional metadata items:

This requires that setup fetches copies of both these files to extract the information (previously only the sample sheet file was fetched).

The default bases mask is not used directly but may be helpful in cases when the bases mask needs to be modified when running the make_fastqs command (for example to trim one or more reads).

The flow cell mode was previously not set until make_fastqs had completed (this mechanism remains for now), however setting it on setup seems to make more sense.