You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible method that might help with speed is to implement this natively in Groovy. Processes using exec are executed on the head node and don't need to be distributed to a node like a python script does.
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
The text was updated successfully, but these errors were encountered: