pydna 5.5.2__py3-none-any.whl → 5.5.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pydna/__init__.py +1 -1
- pydna/assembly2.py +1116 -135
- pydna/cre_lox.py +130 -0
- pydna/dseqrecord.py +50 -2
- pydna/gateway.py +154 -152
- pydna/opencloning_models.py +553 -0
- pydna/parsers.py +23 -0
- pydna/seqrecord.py +1 -1
- pydna/sequence_regex.py +44 -0
- pydna/types.py +5 -2
- {pydna-5.5.2.dist-info → pydna-5.5.4.dist-info}/METADATA +14 -56
- {pydna-5.5.2.dist-info → pydna-5.5.4.dist-info}/RECORD +14 -11
- {pydna-5.5.2.dist-info → pydna-5.5.4.dist-info}/WHEEL +1 -1
- {pydna-5.5.2.dist-info → pydna-5.5.4.dist-info/licenses}/LICENSE.txt +0 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pydna
|
|
3
|
-
Version: 5.5.
|
|
3
|
+
Version: 5.5.4
|
|
4
4
|
Summary: Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules.
|
|
5
5
|
License: BSD
|
|
6
|
+
License-File: LICENSE.txt
|
|
6
7
|
Author: Björn F. Johansson
|
|
7
8
|
Author-email: bjornjobb@gmail.com
|
|
8
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10,<4.0
|
|
9
10
|
Classifier: Development Status :: 4 - Beta
|
|
10
11
|
Classifier: Environment :: Console
|
|
11
12
|
Classifier: Intended Audience :: Education
|
|
@@ -13,7 +14,6 @@ Classifier: Intended Audience :: Developers
|
|
|
13
14
|
Classifier: Intended Audience :: Science/Research
|
|
14
15
|
Classifier: License :: OSI Approved :: BSD License
|
|
15
16
|
Classifier: Operating System :: OS Independent
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -24,12 +24,13 @@ Provides-Extra: download
|
|
|
24
24
|
Provides-Extra: express
|
|
25
25
|
Provides-Extra: gel
|
|
26
26
|
Requires-Dist: appdirs (>=1.4.4)
|
|
27
|
-
Requires-Dist: biopython (
|
|
27
|
+
Requires-Dist: biopython (==1.85)
|
|
28
28
|
Requires-Dist: cai2 (>=1.0.5) ; extra == "express"
|
|
29
29
|
Requires-Dist: matplotlib (>=3.4.3) ; extra == "gel"
|
|
30
30
|
Requires-Dist: networkx (>=2.8.8)
|
|
31
31
|
Requires-Dist: numpy (>1.26) ; python_version < "3.12"
|
|
32
32
|
Requires-Dist: numpy (>=2.3.0) ; python_version >= "3.12"
|
|
33
|
+
Requires-Dist: opencloning-linkml (==0.4.5)
|
|
33
34
|
Requires-Dist: pillow (>=8.4.0) ; extra == "gel"
|
|
34
35
|
Requires-Dist: prettytable (>=3.5.0)
|
|
35
36
|
Requires-Dist: pydivsufsort (>=0.0.14)
|
|
@@ -49,9 +50,9 @@ Description-Content-Type: text/markdown
|
|
|
49
50
|
|
|
50
51
|
# 
|
|
51
52
|
|
|
52
|
-
| [](https://github.com/pydna-group/pydna/actions/workflows/pydna_test_and_coverage_workflow.yml) | [](https://codecov.io/gh/pydna-group/pydna/branch/master) | [](https://badge.fury.io/py/pydna) | [](https://groups.google.com/g/pydna) |
|
|
53
54
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
|
|
54
|
-
| [](https://github.com/pydna-group/pydna/actions/workflows/publish-docs.yml) | [](https://github.com/pydna-group/pydna/actions/workflows/publish-docs.yml) | [](https://github.com/pydna-group/pydna/issues) | [](https://github.com/pydna-group/pydna/stargazers) | |
|
|
55
56
|
|
|
56
57
|
<!-- docs/index.rst-start -->
|
|
57
58
|
|
|
@@ -438,15 +439,11 @@ Feedback & suggestions are very welcome! Please create an issue with your questi
|
|
|
438
439
|
|
|
439
440
|
If you don't have a github account, you can get in touch through the [google group](https://groups.google.com/d/forum/pydna) for pydna.
|
|
440
441
|
|
|
441
|
-
Below are the instructions for developers who want to contribute to pydna. Please direct pull requests towards the `
|
|
442
|
+
Below are the instructions for developers who want to contribute to pydna. Please direct pull requests towards the `master` branch.
|
|
442
443
|
|
|
443
444
|
### Fork the repository and set up a dev branch 🍴
|
|
444
445
|
|
|
445
|
-
Fork the
|
|
446
|
-
|
|
447
|
-

|
|
448
|
-
|
|
449
|
-
Create your branch starting from `dev_bjorn`, and if your changes are related to an issue, call the branch `issue_<number>`.
|
|
446
|
+
Fork the repository. Create your branch starting from `master`, and if your changes are related to an issue, call the branch `issue_<number>`.
|
|
450
447
|
|
|
451
448
|
```bash
|
|
452
449
|
# Clone the repository
|
|
@@ -455,12 +452,6 @@ git clone https://github.com/<your-username>/pydna.git
|
|
|
455
452
|
# Change to the repository directory
|
|
456
453
|
cd pydna
|
|
457
454
|
|
|
458
|
-
# Go to the dev_bjorn branch
|
|
459
|
-
git checkout -b dev_bjorn
|
|
460
|
-
|
|
461
|
-
# Pull the current version of dev_bjorn
|
|
462
|
-
git pull origin dev_bjorn
|
|
463
|
-
|
|
464
455
|
# Create your own branch
|
|
465
456
|
git checkout -b issue_<number>
|
|
466
457
|
```
|
|
@@ -494,27 +485,6 @@ poetry shell
|
|
|
494
485
|
poetry run pre-commit install
|
|
495
486
|
```
|
|
496
487
|
|
|
497
|
-
#### Alternative method (using `pip`) 🐍
|
|
498
|
-
|
|
499
|
-
Use this for a small contribution or if you don't manage to set up the dev environment.
|
|
500
|
-
|
|
501
|
-
```bash
|
|
502
|
-
# Create a new virtual environment
|
|
503
|
-
python -m venv .venv
|
|
504
|
-
|
|
505
|
-
# Activate the virtual environment
|
|
506
|
-
source .venv/bin/activate
|
|
507
|
-
|
|
508
|
-
# Install all dependencies (library deps + dev and test requirements)
|
|
509
|
-
pip install -r requirements.txt
|
|
510
|
-
|
|
511
|
-
# Install the project as editable dependency
|
|
512
|
-
pip install -e .
|
|
513
|
-
|
|
514
|
-
# Install the pre-commit hooks
|
|
515
|
-
pre-commit install
|
|
516
|
-
```
|
|
517
|
-
|
|
518
488
|
#### Contributing code 💻
|
|
519
489
|
|
|
520
490
|
1. Make your changes.
|
|
@@ -540,7 +510,7 @@ pre-commit install
|
|
|
540
510
|
|
|
541
511
|
### Creating a PR 🔗
|
|
542
512
|
|
|
543
|
-
* From your fork, make a PR towards the branch `
|
|
513
|
+
* From your fork, make a PR towards the branch `master` in the original repository.
|
|
544
514
|
* Mention the issue number in the PR description (e.g., `Closes #123`).
|
|
545
515
|
* Remember to click the "Allow edits from maintainers" checkbox so that we can make some changes to the PR if necessary.
|
|
546
516
|
|
|
@@ -551,22 +521,10 @@ supported python versions.
|
|
|
551
521
|
|
|
552
522
|
### Building the documentation locally 📚
|
|
553
523
|
|
|
554
|
-
Documentation is built using [Sphinx](http://www.sphinx-doc.org/) from [docstrings](https://www.python.org/dev/peps/pep-0257/)
|
|
555
|
-
using a GitHub [action](https://github.com/pydna-group/pydna/actions/workflows/publish-docs.yml).
|
|
524
|
+
Documentation is built using [Sphinx](http://www.sphinx-doc.org/) from [docstrings](https://www.python.org/dev/peps/pep-0257/) using a GitHub [action](https://github.com/pydna-group/pydna/actions/workflows/publish-docs.yml) and also built in readthedocs.
|
|
556
525
|
The [numpy](https://www.numpy.org) [docstring format](https://numpy.org/doc/stable/dev/howto-docs.html#docstring-intro) is used.
|
|
557
526
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
```bash
|
|
561
|
-
# Install docs dependency group
|
|
562
|
-
poetry install --with docs
|
|
563
|
-
|
|
564
|
-
# Start the sphinx server to see docs live by default at http://127.0.0.1:8000/
|
|
565
|
-
sphinx-autobuild --watch src/ docs docs/_build/html
|
|
566
|
-
|
|
567
|
-
```
|
|
568
|
-
|
|
569
|
-
More info about how to contribute to the documentation can be found [here](docs/README.md)
|
|
527
|
+
To work locally with the documentation, check the [documentation README](docs/README.md) for instructions.
|
|
570
528
|
|
|
571
529
|
## Release process 🚀
|
|
572
530
|
|
|
@@ -596,7 +554,7 @@ Wang, Y., Xue, H., Pourcel, C., Du, Y., & Gautheret, D. (2021).
|
|
|
596
554
|
In Cold Spring Harbor Laboratory (p. 2021.01.17.427048). [DOI](https://doi.org/10.1101/2021.01.17.427048)
|
|
597
555
|
[PubMed](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8180056)
|
|
598
556
|
|
|
599
|
-
[
|
|
557
|
+
[OpenCloning](https://opencloning.org), a web application for designing and documenting DNA cloning strategies.
|
|
600
558
|
|
|
601
559
|
[An Automated Protein Synthesis Pipeline with Transcriptic and Snakemake](http://blog.booleanbiotech.com/transcriptic_protein_synthesis_pipeline.html)
|
|
602
560
|
|
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
pydna/__init__.py,sha256=
|
|
1
|
+
pydna/__init__.py,sha256=Fb-8yiWHmQwChAGIXW38c0iWfPw4Cm3tQLHTiBOU9pc,12867
|
|
2
2
|
pydna/_pretty.py,sha256=foRAxdL3Jiupuz7l38THBQZ7tu-5vQvLm1cKdDa7n6A,923
|
|
3
3
|
pydna/_thermodynamic_data.py,sha256=9_w-97DpkbsWbJGHVijscMvUS_SFt7GxzrxspMRPZSg,10903
|
|
4
4
|
pydna/all.py,sha256=xwkbR5Hn52xVfgLAXaEfIgtNwaBiGDbJFTQfa3Zi6HQ,1781
|
|
5
5
|
pydna/amplicon.py,sha256=X4rCSanhlx1sPN0eAtcdAWg4Lw0WKrGQhv-cgZKtM3s,5343
|
|
6
6
|
pydna/amplify.py,sha256=XRwmSMQ2d8Y379zcl56yU6rt1xWbSulWWHLqp-HRDc0,19260
|
|
7
7
|
pydna/assembly.py,sha256=LM3-s3YysFvvkl1oooxoBjYLt0iMc3E1YLoqE05i8bs,19936
|
|
8
|
-
pydna/assembly2.py,sha256=
|
|
8
|
+
pydna/assembly2.py,sha256=A_agqF57amqquwaYuEJmzhU8qn6XjGiNh1vHeDNcpC4,106017
|
|
9
9
|
pydna/codon.py,sha256=Nxa_03n2wxXKACkzi55bUN1t5xUU_DBRRwh_ZLIb9_o,2568
|
|
10
10
|
pydna/common_sub_strings.py,sha256=A-gJeA2cEyxKKGQSFoC0BKvcXUGJZcnTUU7x2xlAovc,11574
|
|
11
11
|
pydna/conftest.py,sha256=T5-WmHWLZH3U3ifxnbxd_oOiIFibIrkYpwNacCHlvsY,999
|
|
12
12
|
pydna/contig.py,sha256=m0XV0LO2AbArPZkjyNCf8c7_b1EkXFtYwXHJVG4eTY8,8168
|
|
13
|
+
pydna/cre_lox.py,sha256=sOj9R8_oFPGWs68vc4jf6LqWOXjMsVSwtJaeKl6ZF2M,4476
|
|
13
14
|
pydna/crispr.py,sha256=iwu0Cjskzdb2r-In9633QIxQYKGmSNVOEM_dLK6lC54,3619
|
|
14
15
|
pydna/design.py,sha256=BAoPb4M47yMkF1p4gGmbomZPFyTl0WuXkv8sLSY_Tg0,29067
|
|
15
16
|
pydna/download.py,sha256=7tT8LAEy2Vg05spGfbCea_sol6pUOOBVbxOtyk2mnlQ,1085
|
|
16
17
|
pydna/dseq.py,sha256=2N_dXX36niJItQzN61PoVweee0xxP04_amJ3cSExAtU,54232
|
|
17
|
-
pydna/dseqrecord.py,sha256=
|
|
18
|
+
pydna/dseqrecord.py,sha256=MMc6nWUqFfc8KmnDWKDeb2bze8qv9X2rSbZXSS-AXrU,49885
|
|
18
19
|
pydna/fakeseq.py,sha256=uxyu1PXF-sVasEqhmyhMcsbpTy84uUtubDiZuxHNb9c,1174
|
|
19
20
|
pydna/fusionpcr.py,sha256=tfIfGGkNoZjg_dodcEx9wTc12aLRnC7J3g-Vg3Jg1uA,2821
|
|
20
|
-
pydna/gateway.py,sha256=
|
|
21
|
+
pydna/gateway.py,sha256=iwNHrDIOqKl6_3Rdz7z7c8n_kcLQZuuu72oxNIjyyL8,8686
|
|
21
22
|
pydna/gel.py,sha256=QE1uhnjWXLl2nXgbLs_1TWbPixgUa0-z_UR8jZaByS4,3371
|
|
22
23
|
pydna/genbank.py,sha256=rH677VRklVKBpPoFRsl7Az8fZvrC8TD2lNrNoHO1wU8,8856
|
|
23
24
|
pydna/genbankfile.py,sha256=ii0_RjNGnsfUThTN01c5PRLSZkQT3WlYDvoC6R6ozAA,1451
|
|
@@ -26,18 +27,20 @@ pydna/genbankrecord.py,sha256=u9RNBifT0j8rrA2bSdWajodtwm42P52_VlXsxKeOvq0,5566
|
|
|
26
27
|
pydna/goldengate.py,sha256=LvUWAzhG9OhN1wil7osJIkjfqwBLh355a18wCZO1TvI,1778
|
|
27
28
|
pydna/ladders.py,sha256=fKfWwezxQpX4qon9YCMIwchMBkGVOu8-C02xXk90J-E,3310
|
|
28
29
|
pydna/ligate.py,sha256=ap8xgS4aL9cH4w38e-kpw1Ixa7DtpYF_ipezrVXiHG0,1965
|
|
29
|
-
pydna/
|
|
30
|
+
pydna/opencloning_models.py,sha256=DOvoaG4eQSslguZQDWBsfYhKX1xxy4fYHQUqrdfMhmA,19535
|
|
31
|
+
pydna/parsers.py,sha256=FW2RhZrxWX9wUYJcmt0qi1n7DZP0RfsNaXHhG0eVTWg,7319
|
|
30
32
|
pydna/primer.py,sha256=k9Z_fHfBcY_rGnOtfys806rQBDtvyKwKl2ceSx3_w9A,2272
|
|
31
33
|
pydna/readers.py,sha256=tKoonGlIB9ACeOMnzjhbCya1ooqhFMQIO_G36azN81E,1575
|
|
32
34
|
pydna/seq.py,sha256=82gR1g2D8jfPy1So1pSJvlXYk4zkcKx_qmgvcydxth4,7579
|
|
33
|
-
pydna/seqrecord.py,sha256=
|
|
35
|
+
pydna/seqrecord.py,sha256=haLp1316KQkROkQ0HkJp-RfgWN-eDyLPzTGFLjgXwHk,23363
|
|
34
36
|
pydna/sequence_picker.py,sha256=Pco9IrUwNSiS0wQ5hp5FMfE9kIN9XOwXasKLF9OA6DM,1402
|
|
37
|
+
pydna/sequence_regex.py,sha256=DYuAJkWm_GqEGMpd0pE-Mad_B6POUP8gwjSCFR8RfXw,1259
|
|
35
38
|
pydna/threading_timer_decorator_exit.py,sha256=D91kqjKSavWDnXyc1Fo-CwPYtbmR2DjTXnBYSRXKmSA,2793
|
|
36
39
|
pydna/tm.py,sha256=0r4Aqjt_qanfqR8GNvqNh8us7AKM6JvaQKqHYsswAz4,11143
|
|
37
|
-
pydna/types.py,sha256=
|
|
40
|
+
pydna/types.py,sha256=Y9HxQ0wd-1AGuBzCSIU9JwZhGSrAIZBAFYjmEdOyL3M,1490
|
|
38
41
|
pydna/user_cloning.py,sha256=VSpYX1tdbcD_PzEt69Jz6Lud-yAkYMVXnzVd4v2usnE,692
|
|
39
42
|
pydna/utils.py,sha256=BwBOcr2HyLAPAVdpXEEDiwJ5MeWW096EOekvfyXxbDM,25227
|
|
40
|
-
pydna-5.5.
|
|
41
|
-
pydna-5.5.
|
|
42
|
-
pydna-5.5.
|
|
43
|
-
pydna-5.5.
|
|
43
|
+
pydna-5.5.4.dist-info/METADATA,sha256=01RQRwIOoehyk7LNVpLSmQGgFynAyTZ97Di4juPnm0w,24379
|
|
44
|
+
pydna-5.5.4.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
45
|
+
pydna-5.5.4.dist-info/licenses/LICENSE.txt,sha256=u8QfcsnNXZM0UCexerK_MvyA2lPWgeGyUtSYXvLG6Oc,6119
|
|
46
|
+
pydna-5.5.4.dist-info/RECORD,,
|
|
File without changes
|