This PR adds a new subcommand allowing to reformat the description of fastq records for fastq files.
For reformatting description entries following input is required:
a regular expression with named capture group(s)
a target string containing wildcards matching the named capture group(s)
The reformatted description entries will be added to the description leaving the original entries untouched.
The resulting records are written to std out.
This PR adds a new subcommand allowing to reformat the description of fastq records for fastq files. For reformatting description entries following input is required:
The reformatted description entries will be added to the description leaving the original entries untouched. The resulting records are written to std out.