Skip to content

Commit

Permalink
fix cs Tags to cs tags
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Nov 23, 2023
1 parent 4979ecc commit 634ca6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ conda install -c bioconda cstag

## 💡 Usage

### Generating cs Tags
### Generating cs tags

```python
import cstag
Expand All @@ -60,7 +60,7 @@ print(cstag.call(cigar, md, seq, long=True))
# =AC*ag=TACGT-ag=ACGT+ac~nn3nn=G
```

### Shortening or Lengthening cs Tags
### Shortening or Lengthening cs tags

```python
import cstag
Expand Down Expand Up @@ -106,7 +106,7 @@ print(cstag.mask(cs_tag, cigar, qual, phred_threshold))
# =ACNN*an+ng-cc=T
```

### Splitting a cs Tag
### Splitting a cs tag

```python
import cstag
Expand All @@ -116,7 +116,7 @@ print(cstag.split(cs_tag))
# ['=ACGT', '*ac', '+gg', '-cc', '=T']
```

### Reverse Complement of a cs Tag
### Reverse Complement of a cs tag

```python
import cstag
Expand Down

0 comments on commit 634ca6d

Please sign in to comment.