levseq 1.2.9__tar.gz → 1.3.1__tar.gz
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.
- {levseq-1.2.9/levseq.egg-info → levseq-1.3.1}/PKG-INFO +2 -2
- {levseq-1.2.9 → levseq-1.3.1}/levseq/__init__.py +2 -2
- {levseq-1.2.9 → levseq-1.3.1}/levseq/barcoding/minion_barcodes.fasta +6 -6
- {levseq-1.2.9 → levseq-1.3.1}/levseq/run_levseq.py +1 -1
- {levseq-1.2.9 → levseq-1.3.1}/levseq/utils.py +2 -1
- {levseq-1.2.9 → levseq-1.3.1/levseq.egg-info}/PKG-INFO +2 -2
- {levseq-1.2.9 → levseq-1.3.1}/LICENSE +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/MANIFEST.in +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/README.md +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/IO_processor.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/barcoding/__init__.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/barcoding/demultiplex +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/barcoding/demultiplex-arm64 +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/barcoding/demultiplex-x86 +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/basecaller.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/cmd.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/coordinates.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/globals.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/interface.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/parser.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/screen.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/seqfit.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/simulation.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/user.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/variantcaller.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq/visualization.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq.egg-info/SOURCES.txt +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq.egg-info/dependency_links.txt +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq.egg-info/entry_points.txt +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq.egg-info/requires.txt +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/levseq.egg-info/top_level.txt +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/setup.cfg +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/setup.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_demultiplex_docker.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_deploy.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_opligopools.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_seqfitvis.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_seqs.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_statistics.py +0 -0
- {levseq-1.2.9 → levseq-1.3.1}/tests/test_variant_calling.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: levseq
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Home-page: https://github.com/fhalab/levseq/
|
|
5
|
-
Author: Yueming Long,
|
|
5
|
+
Author: Yueming Long, Ariane Mora, Francesca-Zhoufan Li, Emre Gursoy
|
|
6
6
|
Author-email: ylong@caltech.edu
|
|
7
7
|
License: GPL3
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/fhalab/levseq/
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
__title__ = 'levseq'
|
|
19
19
|
__description__ = 'LevSeq nanopore sequencing'
|
|
20
20
|
__url__ = 'https://github.com/fhalab/levseq/'
|
|
21
|
-
__version__ = '1.
|
|
22
|
-
__author__ = 'Yueming Long,
|
|
21
|
+
__version__ = '1.3.1'
|
|
22
|
+
__author__ = 'Yueming Long, Ariane Mora, Francesca-Zhoufan Li, Emre Gursoy'
|
|
23
23
|
__author_email__ = 'ylong@caltech.edu'
|
|
24
24
|
__license__ = 'GPL3'
|
|
25
25
|
|
|
@@ -267,9 +267,9 @@ GCTTGCGATTGATGCTTAGTATCA
|
|
|
267
267
|
>RB38
|
|
268
268
|
ACCACAGGAGGACGATACAGAGAA
|
|
269
269
|
>RB39
|
|
270
|
-
|
|
270
|
+
CCACAGTGTCAACTAGAGCCTCTC
|
|
271
271
|
>RB40
|
|
272
|
-
|
|
272
|
+
TAGTTTGGATGACCAAGGATAGCC
|
|
273
273
|
>RB41
|
|
274
274
|
GGAGTTCGTCCAGAGAAGTACACG
|
|
275
275
|
>RB42
|
|
@@ -285,7 +285,7 @@ GCTGTGTTCCACTTCATTCTCCTG
|
|
|
285
285
|
>RB47
|
|
286
286
|
GTGCAACTTTCCCACAGGTAGTTC
|
|
287
287
|
>RB48
|
|
288
|
-
|
|
288
|
+
CATCTGGAACGTGGTACACCTGTA
|
|
289
289
|
>RB49
|
|
290
290
|
ACTGGTGCAGCTTTGAACATCTAG
|
|
291
291
|
>RB50
|
|
@@ -297,7 +297,7 @@ TGAGAGACAAGATTGTTCGTGGAC
|
|
|
297
297
|
>RB53
|
|
298
298
|
AGATTCAGACCGTCTCATGCAAAG
|
|
299
299
|
>RB54
|
|
300
|
-
|
|
300
|
+
CAAGAGCTTTGACTAAGGAGCATG
|
|
301
301
|
>RB55
|
|
302
302
|
TGGAAGATGAGACCCTGATCTACG
|
|
303
303
|
>RB56
|
|
@@ -309,7 +309,7 @@ CAGGTTACTCCTCCGTGAGTCTGA
|
|
|
309
309
|
>RB59
|
|
310
310
|
TCAATCAAGAAGGGAAAGCAAGGT
|
|
311
311
|
>RB60
|
|
312
|
-
|
|
312
|
+
CATGTTCAACCAAGGCTTCTATGG
|
|
313
313
|
>RB61
|
|
314
314
|
AGAGGGTACTATGTGCCTCAGCAC
|
|
315
315
|
>RB62
|
|
@@ -381,4 +381,4 @@ GATTGTCCTCAAACTGCCACCTAC
|
|
|
381
381
|
>RB95
|
|
382
382
|
CCTGTCTGGAAGAAGAATGGACTT
|
|
383
383
|
>RB96
|
|
384
|
-
CTGAACGGTCATAGAGTCCACCAT
|
|
384
|
+
CTGAACGGTCATAGAGTCCACCAT
|
|
@@ -248,6 +248,7 @@ def alignment_from_cigar(cigar: str, alignment: str, ref: str, query_qualities:
|
|
|
248
248
|
pos += op_len
|
|
249
249
|
ref_pos += op_len
|
|
250
250
|
elif op == 1: # insertion to the reference
|
|
251
|
+
insertion_updates
|
|
251
252
|
inserts[ref_pos - 1] = alignment[pos - 1:pos + op_len]
|
|
252
253
|
new_seq = new_seq[:-1] + 'I' # Set the previous position to be an insertion
|
|
253
254
|
pos += op_len
|
|
@@ -500,4 +501,4 @@ def get_variant_label_for_well(seq_df, threshold):
|
|
|
500
501
|
combined_p_value = float("nan")
|
|
501
502
|
# Return also the mean mutation rate for the well
|
|
502
503
|
mean_mutation_rate = np.mean([1 - x for x in non_refs['freq_non_ref'].values])
|
|
503
|
-
return label, probability, combined_p_value, mixed_well, mean_mutation_rate
|
|
504
|
+
return label, probability, combined_p_value, mixed_well, mean_mutation_rate
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: levseq
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Home-page: https://github.com/fhalab/levseq/
|
|
5
|
-
Author: Yueming Long,
|
|
5
|
+
Author: Yueming Long, Ariane Mora, Francesca-Zhoufan Li, Emre Gursoy
|
|
6
6
|
Author-email: ylong@caltech.edu
|
|
7
7
|
License: GPL3
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/fhalab/levseq/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|