levseq 1.2.9__tar.gz → 1.2.10__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.
Files changed (40) hide show
  1. {levseq-1.2.9/levseq.egg-info → levseq-1.2.10}/PKG-INFO +2 -2
  2. {levseq-1.2.9 → levseq-1.2.10}/levseq/__init__.py +2 -2
  3. {levseq-1.2.9 → levseq-1.2.10}/levseq/barcoding/minion_barcodes.fasta +2 -2
  4. {levseq-1.2.9 → levseq-1.2.10}/levseq/run_levseq.py +1 -1
  5. {levseq-1.2.9 → levseq-1.2.10}/levseq/utils.py +2 -1
  6. {levseq-1.2.9 → levseq-1.2.10/levseq.egg-info}/PKG-INFO +2 -2
  7. {levseq-1.2.9 → levseq-1.2.10}/LICENSE +0 -0
  8. {levseq-1.2.9 → levseq-1.2.10}/MANIFEST.in +0 -0
  9. {levseq-1.2.9 → levseq-1.2.10}/README.md +0 -0
  10. {levseq-1.2.9 → levseq-1.2.10}/levseq/IO_processor.py +0 -0
  11. {levseq-1.2.9 → levseq-1.2.10}/levseq/barcoding/__init__.py +0 -0
  12. {levseq-1.2.9 → levseq-1.2.10}/levseq/barcoding/demultiplex +0 -0
  13. {levseq-1.2.9 → levseq-1.2.10}/levseq/barcoding/demultiplex-arm64 +0 -0
  14. {levseq-1.2.9 → levseq-1.2.10}/levseq/barcoding/demultiplex-x86 +0 -0
  15. {levseq-1.2.9 → levseq-1.2.10}/levseq/basecaller.py +0 -0
  16. {levseq-1.2.9 → levseq-1.2.10}/levseq/cmd.py +0 -0
  17. {levseq-1.2.9 → levseq-1.2.10}/levseq/coordinates.py +0 -0
  18. {levseq-1.2.9 → levseq-1.2.10}/levseq/globals.py +0 -0
  19. {levseq-1.2.9 → levseq-1.2.10}/levseq/interface.py +0 -0
  20. {levseq-1.2.9 → levseq-1.2.10}/levseq/parser.py +0 -0
  21. {levseq-1.2.9 → levseq-1.2.10}/levseq/screen.py +0 -0
  22. {levseq-1.2.9 → levseq-1.2.10}/levseq/seqfit.py +0 -0
  23. {levseq-1.2.9 → levseq-1.2.10}/levseq/simulation.py +0 -0
  24. {levseq-1.2.9 → levseq-1.2.10}/levseq/user.py +0 -0
  25. {levseq-1.2.9 → levseq-1.2.10}/levseq/variantcaller.py +0 -0
  26. {levseq-1.2.9 → levseq-1.2.10}/levseq/visualization.py +0 -0
  27. {levseq-1.2.9 → levseq-1.2.10}/levseq.egg-info/SOURCES.txt +0 -0
  28. {levseq-1.2.9 → levseq-1.2.10}/levseq.egg-info/dependency_links.txt +0 -0
  29. {levseq-1.2.9 → levseq-1.2.10}/levseq.egg-info/entry_points.txt +0 -0
  30. {levseq-1.2.9 → levseq-1.2.10}/levseq.egg-info/requires.txt +0 -0
  31. {levseq-1.2.9 → levseq-1.2.10}/levseq.egg-info/top_level.txt +0 -0
  32. {levseq-1.2.9 → levseq-1.2.10}/setup.cfg +0 -0
  33. {levseq-1.2.9 → levseq-1.2.10}/setup.py +0 -0
  34. {levseq-1.2.9 → levseq-1.2.10}/tests/test_demultiplex_docker.py +0 -0
  35. {levseq-1.2.9 → levseq-1.2.10}/tests/test_deploy.py +0 -0
  36. {levseq-1.2.9 → levseq-1.2.10}/tests/test_opligopools.py +0 -0
  37. {levseq-1.2.9 → levseq-1.2.10}/tests/test_seqfitvis.py +0 -0
  38. {levseq-1.2.9 → levseq-1.2.10}/tests/test_seqs.py +0 -0
  39. {levseq-1.2.9 → levseq-1.2.10}/tests/test_statistics.py +0 -0
  40. {levseq-1.2.9 → levseq-1.2.10}/tests/test_variant_calling.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: levseq
3
- Version: 1.2.9
3
+ Version: 1.2.10
4
4
  Home-page: https://github.com/fhalab/levseq/
5
- Author: Yueming Long, Emreay Gursoy, Ariane Mora, Francesca-Zhoufan Li
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.2.9'
22
- __author__ = 'Yueming Long, Emreay Gursoy, Ariane Mora, Francesca-Zhoufan Li'
21
+ __version__ = '1.2.10'
22
+ __author__ = 'Yueming Long, Ariane Mora, Francesca-Zhoufan Li, Emre Gursoy'
23
23
  __author_email__ = 'ylong@caltech.edu'
24
24
  __license__ = 'GPL3'
25
25
 
@@ -241,7 +241,7 @@ GCATAGTTCTGCATGATGGGTTAG
241
241
  >RB25
242
242
  GTAAGTTGGGTATGCAACGCAATG
243
243
  >RB26
244
- CATACAGCGACTACGCATTCTCAT
244
+ ACTATGCCTTTCCGTGAAACAGTT
245
245
  >RB27
246
246
  CGACGGTTAGATTCACCTCTTACA
247
247
  >RB28
@@ -381,4 +381,4 @@ GATTGTCCTCAAACTGCCACCTAC
381
381
  >RB95
382
382
  CCTGTCTGGAAGAAGAATGGACTT
383
383
  >RB96
384
- CTGAACGGTCATAGAGTCCACCAT
384
+ CTGAACGGTCATAGAGTCCACCAT
@@ -364,7 +364,7 @@ def create_nc_variant(variant, refseq):
364
364
  return refseq
365
365
  elif "DEL" in variant:
366
366
  return "#DEL#"
367
- elif variant == '+':
367
+ elif "INS" in variant:
368
368
  return "#INS#"
369
369
  else:
370
370
  mutations = variant.split("_")
@@ -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.2.9
3
+ Version: 1.2.10
4
4
  Home-page: https://github.com/fhalab/levseq/
5
- Author: Yueming Long, Emreay Gursoy, Ariane Mora, Francesca-Zhoufan Li
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