barcadia 3.2.0__py3-none-any.whl → 3.2.1__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.
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/METADATA +7 -7
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/RECORD +6 -6
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/WHEEL +0 -0
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/entry_points.txt +0 -0
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/licenses/LICENSE +0 -0
- {barcadia-3.2.0.dist-info → barcadia-3.2.1.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: barcadia
|
3
|
-
Version: 3.2.
|
3
|
+
Version: 3.2.1
|
4
4
|
Summary: A high-performance, memory-efficient toolkit for fast generation and validation of large-scale NGS barcodes
|
5
5
|
Author: Danting Jiang
|
6
6
|
License-Expression: Apache-2.0
|
7
|
-
Project-URL: Repository, https://github.com/
|
7
|
+
Project-URL: Repository, https://github.com/djiang0825/NGS_barcode
|
8
8
|
Project-URL: PyPI, https://pypi.org/project/barcadia/
|
9
9
|
Keywords: bioinformatics,NGS,barcodes
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
@@ -25,10 +25,10 @@ Requires-Dist: llvmlite==0.44.0
|
|
25
25
|
Requires-Dist: psutil==7.0.0
|
26
26
|
Dynamic: license-file
|
27
27
|
|
28
|
-
# Barcadia (v3.2.
|
28
|
+
# Barcadia (v3.2.1)
|
29
29
|
*Best-in-class toolkit for large-scale NGS barcode generation and validation*
|
30
30
|
|
31
|
-

|
32
32
|

|
33
33
|

|
34
34
|
|
@@ -211,7 +211,7 @@ pip install barcadia
|
|
211
211
|
|
212
212
|
#### Method 2: Install from Source (Development)
|
213
213
|
```bash
|
214
|
-
git clone https://github.com/
|
214
|
+
git clone https://github.com/djiang0825/NGS_barcode.git
|
215
215
|
cd barcadia
|
216
216
|
pip install -e .
|
217
217
|
```
|
@@ -454,8 +454,8 @@ If you use Barcadia in your research, please cite:
|
|
454
454
|
year={2025},
|
455
455
|
date={2025-09-12},
|
456
456
|
url={https://pypi.org/project/barcadia/},
|
457
|
-
note={Code repository: https://github.com/
|
458
|
-
version={3.2.
|
457
|
+
note={Code repository: https://github.com/djiang0825/NGS_barcode},
|
458
|
+
version={3.2.1}
|
459
459
|
}
|
460
460
|
```
|
461
461
|
|
@@ -6,9 +6,9 @@ barcadia/generate_barcodes.py,sha256=V1ry3zNbpCt9whNTmw-2rjCeX7bANUIQmT8ZGokuw54
|
|
6
6
|
barcadia/validate_barcodes.py,sha256=lxoJFINU2V26Hl1R7lB0QsmsLJsmTr6iKWjycy_qaoc,18215
|
7
7
|
barcadia/tools/generate_random_sequences.py,sha256=gfo69qgyA0M186nwk7j9xfH6dTXXuBfExznJt_WH5rU,3721
|
8
8
|
barcadia/tools/memory_benchmark.py,sha256=BtG4YN4M2aXZbzp6fi_mu7TISKm9ayxEhhukLhBLSnM,4699
|
9
|
-
barcadia-3.2.
|
10
|
-
barcadia-3.2.
|
11
|
-
barcadia-3.2.
|
12
|
-
barcadia-3.2.
|
13
|
-
barcadia-3.2.
|
14
|
-
barcadia-3.2.
|
9
|
+
barcadia-3.2.1.dist-info/licenses/LICENSE,sha256=nNChwEt8KgkqiCgNEzhIizDyZYImrfMAqNnuXukmt-Y,11344
|
10
|
+
barcadia-3.2.1.dist-info/METADATA,sha256=iLaH_O16MnHyVGmy1mbIkj6f37Uc3Sr5Y2QMI-MVNJc,25647
|
11
|
+
barcadia-3.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
12
|
+
barcadia-3.2.1.dist-info/entry_points.txt,sha256=JEHBM8E3wpBYhYiwjfSglzhKZApiR52xO57Fy9RhQqI,47
|
13
|
+
barcadia-3.2.1.dist-info/top_level.txt,sha256=3-Qgyc37l1w4uXq69KskFG9AU6b1jxda5HrgWZp6FCA,9
|
14
|
+
barcadia-3.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|