Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazzy-Rabbit authored Jun 30, 2023
1 parent 7274fe8 commit da308cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 01.SnpCalling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ java -jar picard.jar MarkDuplicates I=$sample.sort.bam O=$sample.dup.bam ASSUME_
java -jar picard.jar AddOrReplaceReadGroups I=input.bam O=output.bam RGID=$sample RGLB=$sample RGPL=illumina RGPU=$samplePU RGSM=$sample
```
##### 02.variants calling using GATK4+
GATK4版本之后就不用对INDEL区域进行重比对了,方便
```
~/gatk-4.1.4.0/gatk HaplotypeCaller -R $reference.fa -L $chr -ERC GVCF -I $bam -o $chr.gvcf.gz
~/gatk-4.1.4.0/gatk CombineGVCFs -R $reference.fa --variant $chr.list -o $chr.gvcf.gz
Expand Down

0 comments on commit da308cb

Please sign in to comment.