Description of feature
It would be nice if metadata regarding the sequencing run was displayed in the reports. In the case of an Illumina run this could include:
- Control software version
- Reagent kit version
- RTA version
- Flowcell type
- and more...
This should be data that can be scraped from sequencing output files, like RunInfo.xml and RunParameters.xml.
This information could be shown in its own section in the reports or be part of the Software versions table.
This is how this feature has been implemented in seqreports: https://github.com/Molmed/seqreports/blob/main/bin/get_metadata.py
Description of feature
It would be nice if metadata regarding the sequencing run was displayed in the reports. In the case of an Illumina run this could include:
This should be data that can be scraped from sequencing output files, like RunInfo.xml and RunParameters.xml.
This information could be shown in its own section in the reports or be part of the Software versions table.
This is how this feature has been implemented in seqreports: https://github.com/Molmed/seqreports/blob/main/bin/get_metadata.py