Skip to content

Commit 673e69b

Browse files
Update README.md
1 parent ae500c3 commit 673e69b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
Library for reading microbiology DNA files (ABI, SCF, FASTA, etc).
44
Requires LightSaber base library.
55

6-
7-
Allows you to:
6+
Has support for:
7+
* SNP (Single Nucleotide Polymorphism)
8+
* QV (base Quality Value)
9+
* Integrated trimming engine (automatic bad-end trimming)
10+
* Recalling of bad (N) peaks using proprietary algorithm
11+
* Automatic sequence direction (F/R)
12+
* Reading and displaying the chromatogram data
813
* read/write SCF files
914
* read ABI/AB/AB1/AB! files
1015
* read/write FASTA files
1116
* read/write GeneBank (GBK) files.
1217

13-
All this functionality is accessible with simple access to TCubeImport.Import(FileName)
18+
The import functionality is accessible with a call to a single function: TCubeImport.Import(FileName)
1419

1520
TCube = class(TCubeAbstractSnp)
1621
public

0 commit comments

Comments
 (0)