varvamp 1.2.2__py3-none-any.whl → 1.3__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.
@@ -1,87 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: varvamp
3
- Version: 1.2.2
4
- Summary: Variable VirusAMPlicons (varVAMP) is a tool to design primers for highly diverse viruses
5
- Home-page: https://github.com/jonas-fuchs/varVAMP
6
- Author: Dr. Jonas Fuchs
7
- Author-email: jonas.fuchs@uniklinik-freiburg.de
8
- Classifier: Programming Language :: Python :: 3.9
9
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
10
- Requires-Python: >=3.9
11
- Description-Content-Type: text/markdown
12
- Requires-Dist: biopython>=1.79
13
- Requires-Dist: matplotlib>=3.5.1
14
- Requires-Dist: primer3-py>=1.1.0
15
- Requires-Dist: pandas>=1.4.4
16
- Requires-Dist: numpy>=1.23.3
17
- Requires-Dist: seqfold>=0.7.15
18
- Dynamic: author
19
- Dynamic: author-email
20
- Dynamic: classifier
21
- Dynamic: description
22
- Dynamic: description-content-type
23
- Dynamic: home-page
24
- Dynamic: requires-dist
25
- Dynamic: requires-python
26
- Dynamic: summary
27
-
28
-
29
- **var**iable **V**irus**AMP**licons (varVAMP) is a tool to design primers for highly diverse viruses. The input is an alignment of your viral (full-genome) sequences.
30
-
31
- # varVAMP
32
- [![language](https://img.shields.io/badge/python-%3E3.9-green)](https://www.python.org/)
33
- [![License: GPL v3](https://img.shields.io/github/license/jonas-fuchs/varvamp)](https://www.gnu.org/licenses/gpl-3.0)
34
- [![PiPy](https://img.shields.io/pypi/v/varvamp?label=pypi%20version)](https://pypi.org/project/varvamp/)
35
- [![PiPy](https://static.pepy.tech/personalized-badge/varvamp?period=total&units=international_system&left_color=grey&right_color=green&left_text=pypi%20downloads)](https://pypi.org/project/varvamp/)
36
- [![CONDA](https://img.shields.io/conda/v/bioconda/varvamp?label=conda%20version)](https://anaconda.org/bioconda/varvamp)
37
- [![CONDA](https://img.shields.io/conda/dn/bioconda/varvamp?label=conda%20downloads)](https://anaconda.org/bioconda/varvamp)
38
- <img src= https://anaconda.org/conda-forge/r-clv/badges/platforms.svg />
39
- [![DOI](https://zenodo.org/badge/606756158.svg)](https://zenodo.org/badge/latestdoi/606756158)
40
-
41
- For a lot of virus genera it is difficult to design pan-specific primers. varVAMP solves this by introducing ambiguous characters into primers and minimizes mismatches at the 3' end. Primers might not work for some sequences of your input alignment but should recognize the large majority.
42
-
43
- **varVAMP comes in three different flavors:**
44
-
45
- <img src="https://github.com/jonas-fuchs/varVAMP/blob/master/docs/varvamp.png" alt="varVAMP logo" />
46
-
47
- **SINGLE**: varVAMP searches for the very best primers and reports back non-overlapping amplicons which can be used for PCR-based screening approaches.
48
-
49
- <img src="https://github.com/jonas-fuchs/varVAMP/blob/master/docs/single.png" alt="single" />
50
-
51
- **TILED**: varVAMP uses a graph based approach to design overlapping amplicons that tile the entire viral genome. This designs amplicons that are suitable for Oxford Nanopore or Illumina based full-genome sequencing.
52
-
53
- <img src="https://github.com/jonas-fuchs/varVAMP/blob/master/docs/tiled.png" alt="tiled" />
54
-
55
- **QPCR**: varVAMP searches for small amplicons with an optimized internal probe (TaqMan). It minimizes temperature differences between the primers and checks for amplicon secondary structures.
56
-
57
- <img src="https://github.com/jonas-fuchs/varVAMP/blob/master/docs/qpcr.png" alt="qpcr" />
58
-
59
- # Documentation
60
-
61
- * [Installation](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/installation.md)
62
- * [Preparing the data](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/preparing_the_data.md)
63
- * [Usage](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/usage.md)
64
- * [Output](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/output.md)
65
- * [Wet-lab protocol](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/wet_lab_protocol.md)
66
- * [How it works](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/how_varvamp_works.md)
67
- * [FAQ](https://github.com/jonas-fuchs/varVAMP/blob/master/docs/FAQ.md)
68
-
69
- # Already established primer schemes
70
-
71
- We, in collaboration with specialists for the respective viruses, have already designed and wet-lab evaluated primer schemes for various viral pathogens. All the input data and varVAMP outputs are freely available [here](https://github.com/jonas-fuchs/ViralPrimerSchemes).
72
-
73
- Moreover, varVAMP primers are now available at [primerschemes](https://labs.primalscheme.com/). varVAMP now reports primer bed files in ARTICv3 format. Feel free to contribute newly designed schemes via this [Github repository of the QuickLab](https://github.com/quick-lab/primerschemes). Use [primal-page](https://github.com/ChrisgKent/primal-page) developed by [Chris Kent](https://github.com/ChrisgKent) to generate data for compatible pull-requests.
74
-
75
- # Citing varVAMP
76
-
77
- **varVAMP: automated pan-specific primer design for tiled full genome sequencing and qPCR of highly diverse viral pathogens.**
78
-
79
- [biorxiv preprint](https://doi.org/10.1101/2024.05.08.593102)
80
-
81
- ---
82
-
83
- **Important disclaimer:**
84
- *For the primer design, varVAMP uses [primer3](https://pypi.org/project/primer3-py/) to check if digested kmers of a sequence are potential primers. Some of the functions for this were adapted from [primalscheme](https://github.com/aresti/primalscheme) and I do not claim credit.*
85
-
86
- *The remaing code is under the GPLv3 licence. The code is WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or
87
- (at your option) any later version.*
@@ -1,21 +0,0 @@
1
- varvamp/__init__.py,sha256=wCHzWXwkVwFmeC5JBU1NcQH5A-wYZkWuit357pqziQA,107
2
- varvamp/__main__.py,sha256=9R3mbX2_Q5LByPx8WLoTbvZ-G2dbRSMpDlgze0Wm5Fc,98
3
- varvamp/command.py,sha256=9SOR3G9Ew0bJMQt_osWI9QW2Hh671kjez02SwhcnOAY,19749
4
- varvamp/scripts/__init__.py,sha256=DtRsgfnA60BvccKMuD-Ueo1UpxaeANUfIWxGi1xPcV0,46
5
- varvamp/scripts/alignment.py,sha256=w2I7BnaUt_rh1EaDQaU9Q_dmL_q019NtnaC8YMccOgM,7317
6
- varvamp/scripts/blast.py,sha256=yF1-FjL7-P8sxSO6x4Q15gzj_I3LbE8ZfP37w6K3Akk,8434
7
- varvamp/scripts/consensus.py,sha256=eU5eKU9iXyWeln2BW_LMPI8JiEq0_NXBI0jy4kMOvQg,3375
8
- varvamp/scripts/default_config.py,sha256=8yjZ1ugZ5pus1daWRXeQMo-lVIikJXV4_q7FPEkTS64,3766
9
- varvamp/scripts/get_config.py,sha256=Kvg3YhttUbDeRxjKhfxLjI5JSKpPoiLSEYqcE6rT4Xk,2940
10
- varvamp/scripts/logging.py,sha256=Vg_iojqrTejjKYOwba5VGm0gAi_-cQ5h7WNx0bMnmBc,20820
11
- varvamp/scripts/param_estimation.py,sha256=jpfmbjCFp23V07af3y1uO2dQZJiWLlyOBa11aMphkko,3694
12
- varvamp/scripts/primers.py,sha256=zLNs3lWiHS0dBmRIMpi8v0XxWi26JrS43YJW7xhEneM,13422
13
- varvamp/scripts/qpcr.py,sha256=qO6JTl36WMUZGoz6NHIjRrtMOF87yQedmj-sE85Yay8,14453
14
- varvamp/scripts/regions.py,sha256=VgYAlZmkC3rT946yhAdxATi-YT4oGcEwAPa0BkkfWIg,3239
15
- varvamp/scripts/reporting.py,sha256=KGy3Nicb8q3dgyzkNqYQa6BYlUsWzERv_5O2TDkpY5s,22792
16
- varvamp/scripts/scheme.py,sha256=8pg8n5WMVUx23Pb7fNjUlLIpV_TqszVIAvvlcgqg8mo,16198
17
- varvamp-1.2.2.dist-info/METADATA,sha256=dgoF0hWirC5BQAQwMUOaMiLV6K2C16yUTotKOAacajo,5573
18
- varvamp-1.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
- varvamp-1.2.2.dist-info/entry_points.txt,sha256=puzW-basyBexZT4JVRUfUEqobvFmEyfqRQaqFjp7rB0,49
20
- varvamp-1.2.2.dist-info/top_level.txt,sha256=11oVwE3SBUB9aTmvpvEDru95Tc5GZqQikzzFjw2eVGc,8
21
- varvamp-1.2.2.dist-info/RECORD,,