Hi NGS users,
when I run GATK recalibration score, it returns me the error about read group:
SAM/BAM file SAMFileReader{/dati1/Analysis_NGS/prova_s8/prova_GATK_localrealignment.bam.sorted.bam} is malformed: The input .bam file contains reads with no read group.
So I try to use the option with a random string and the program runs:
--default_platform Illumina --default_read_group HWUSI-EAS703
I don't know if this is correct or if I have to rerun bwa, using the patch and use this options:
-i read group identifier (ID)
-m read group sample (SM), required if ID is given
-l read group library (LB)
-p read group platform (PL)
Any suggestions?
Thanx a lot,
ME
when I run GATK recalibration score, it returns me the error about read group:
SAM/BAM file SAMFileReader{/dati1/Analysis_NGS/prova_s8/prova_GATK_localrealignment.bam.sorted.bam} is malformed: The input .bam file contains reads with no read group.
So I try to use the option with a random string and the program runs:
--default_platform Illumina --default_read_group HWUSI-EAS703
I don't know if this is correct or if I have to rerun bwa, using the patch and use this options:
-i read group identifier (ID)
-m read group sample (SM), required if ID is given
-l read group library (LB)
-p read group platform (PL)
Any suggestions?
Thanx a lot,
ME
Comment