Skip to content

Commit

Permalink
Merge pull request #68 from Goosang-Yu/dev_goosang
Browse files Browse the repository at this point in the history
Release v0.13.6
  • Loading branch information
Goosang-Yu authored Jan 30, 2024
2 parents 13ec947 + 8ae0505 commit 04efb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/en/1_Predict/4_predict_pe.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pe2max_output = pegrna.predict(pe_system='PE2max', cell_type='HEK293T')

>>> pe2max_output.head()
```

| | ID | PE2max_score | Spacer | RT-PBS | PBS_len | RTT_len | RT-PBS_len | Edit_pos | Edit_len | RHA_len | Target |
| - | ---- | ------------ | -------------------- | ---------------------------------------------- | ------- | ------- | ---------- | -------- | -------- | ------- | ------------------------------------------------- |
| 0 | SampleName | 0.904387 | AAGACAACACCCTTGCCTTG | CGTCTCAGTTTCTGGGAGCTTTGAAAACTCCACAAGGCAAGG | 7 | 35 | 42 | 34 | 1 | 1 | ATAAAAGACAACACCCTTGCCTTGTGGAGTTTTCAAAGCTCCCAGA... |
Expand Down
2 changes: 1 addition & 1 deletion genet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# twine upload --username __token__ dist/*
# [Enter PyPI API token]

__version__ = '0.13.5'
__version__ = '0.13.6'

0 comments on commit 04efb0c

Please sign in to comment.