Skip to content

Commit 231d036

Browse files
committed
pre-v0.05
1 parent 1b9a49e commit 231d036

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
## Updates (pre-release v0.0.5)
1313

14+
* Add -s/--somatic/--mosaic to output low AF somatic/mosaic variant
15+
* Add -T/--trans-elem; output TE (transposable/mobile element, Alu/L1/SVA) information for INS/DEL
16+
* Add INFO:TSD;REPNAME in VCF for TE INS/DEL
17+
* Add --refine-aln: refine read alignment based on MSA in output SAM/BAM/CRAM
1418
* Fix a SegFault in ONT mode regarding BAM/SA tag
15-
* Significant speed improvement (compiling mistake in last release)
16-
* Add --refine-aln: refine read alignment based on MSA in output BAM/CRAM
19+
<!-- * Significant speed improvement (compiling mistake in last release) -->
1720
* Add -Oz for compressed VCF output
18-
* Add -s/--somatic to output somatic/mosaic variant
1921
* Add --exclude-ctg & --all-ctg; --autosome-XY is default now
20-
* Add -T/--trans-elem; output TE (transposable/mobile element, Alu/L1/SVA) information for INS/DEL
21-
* Add INFO:TSD;REPNAME in VCF for TE INS/DEL
2222
<!-- * Add INFO:TANDAM in VCF for tandem duplications -->
2323
* Fix lower case ref base
2424
* Fix compiling in macOS-x64
@@ -107,6 +107,16 @@ longcallD call -t16 ref.fa hifi.bam > hifi.vcf # default for PacBio HiFi
107107
longcallD call -t16 ref.fa ont.bam --ont > ont.vcf # for ONT reads
108108
```
109109

110+
### Low allele-frequency mosaic variant calling
111+
With `-s`, longcallD will detect both germline and somatic/mosaic variants.
112+
113+
For each somatic/mosaic variant, a `SOMATIC` tag will be added to the INFO field in the output VCF.
114+
```
115+
longcallD call -s -t16 ref.fa hifi.bam > hifi.vcf
116+
longcallD call -s -t16 ref.fa hifi.bam -T AluY_L1_SVA_cons_noPA.fa > hifi.vcf # add MEI information in INFO field
117+
longcallD call -s -t16 ref.fa ont.bam --ont > ont.vcf
118+
```
119+
110120
### Region-specific variant calling
111121
LongcallD supports region-based variant calling, similar to `samtools view`.
112122
```

0 commit comments

Comments
 (0)