Bam file @RG read group information LB (The library from which the read has been sequenced)
Hello everyone,
I have 120 bam files. I want to run Breakdancer-max.
Bam file currently have below read group information
@RG ID:sample105_sg1_humansingle1_l1 SM:sample105_sg1_humansingle1 PL:ILLUMINA
To run Breakdancer LB (library) information is needed?
I don't have much idea about the sequencing of these samples
Is there any way, I can get library information from bam file itself?
• 1,752 views
•
link
1 answer
how I can get the library information for each bams file
Best is to ask the wetlab team who performed the experiment.
and this is the answer to how you can add LB - picard's AddOrReplaceReadGroups tool
java -jar AddOrReplaceReadGroups.jar
• 0 views
•
link
Log in to answer this question.