Entering edit mode
3.1 years ago
Sara
▴
260
I have a fastq files which looks like this:
7090-001-001_CTGATCGT-GCGCATAT_L004_R1.fastq.gz
7090-001-001_CTGATCGT-GCGCATAT_L004.sam
I need to extract the following information from the file:
1- Read Group Library Identifier
2- Read Group Platform; usually Illumina
3- Read Group Platform Unit
4- Read Group Sample
do you know how I can get above 4 info?