levseq 1.0.2__tar.gz → 1.1.0__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.0.2/levseq.egg-info → levseq-1.1.0}/PKG-INFO +7 -5
- {levseq-1.0.2 → levseq-1.1.0}/README.md +5 -3
- {levseq-1.0.2 → levseq-1.1.0}/levseq/__init__.py +2 -2
- {levseq-1.0.2 → levseq-1.1.0}/levseq/barcoding/minion_barcodes.fasta +2 -4
- {levseq-1.0.2 → levseq-1.1.0}/levseq/run_levseq.py +207 -234
- {levseq-1.0.2 → levseq-1.1.0}/levseq/screen.py +3 -3
- levseq-1.1.0/levseq/seqfit.py +1285 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/simulation.py +5 -4
- {levseq-1.0.2 → levseq-1.1.0}/levseq/utils.py +135 -114
- {levseq-1.0.2 → levseq-1.1.0}/levseq/variantcaller.py +66 -63
- {levseq-1.0.2 → levseq-1.1.0}/levseq/visualization.py +4 -4
- {levseq-1.0.2 → levseq-1.1.0/levseq.egg-info}/PKG-INFO +7 -5
- {levseq-1.0.2 → levseq-1.1.0}/levseq.egg-info/SOURCES.txt +4 -0
- {levseq-1.0.2 → levseq-1.1.0}/tests/test_demultiplex_docker.py +3 -1
- levseq-1.1.0/tests/test_opligopools.py +93 -0
- levseq-1.1.0/tests/test_seqfitvis.py +5 -0
- levseq-1.1.0/tests/test_statistics.py +176 -0
- {levseq-1.0.2 → levseq-1.1.0}/tests/test_variant_calling.py +10 -2
- {levseq-1.0.2 → levseq-1.1.0}/LICENSE +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/MANIFEST.in +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/IO_processor.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/barcoding/__init__.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/barcoding/demultiplex +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/barcoding/demultiplex-arm64 +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/barcoding/demultiplex-x86 +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/basecaller.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/cmd.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/globals.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/interface.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/parser.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq/user.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq.egg-info/dependency_links.txt +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq.egg-info/entry_points.txt +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq.egg-info/requires.txt +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/levseq.egg-info/top_level.txt +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/setup.cfg +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/setup.py +0 -0
- {levseq-1.0.2 → levseq-1.1.0}/tests/test_seqs.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: levseq
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Home-page: https://github.com/fhalab/levseq/
|
|
5
|
-
Author: Yueming Long, Emreay Gursoy, Ariane Mora
|
|
5
|
+
Author: Yueming Long, Emreay Gursoy, Ariane Mora, Francesca-Zhoufan Li
|
|
6
6
|
Author-email: ylong@caltech.edu
|
|
7
7
|
License: GPL3
|
|
8
8
|
Project-URL: Bug Tracker, https://github.com/fhalab/levseq/
|
|
@@ -90,7 +90,7 @@ git clone https://github.com/fhalab/LevSeq.git
|
|
|
90
90
|
```
|
|
91
91
|
|
|
92
92
|
```
|
|
93
|
-
conda create --name levseq python=3.
|
|
93
|
+
conda create --name levseq python=3.10 -y
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
```
|
|
@@ -133,7 +133,7 @@ conda install conda-forge::gcc=13
|
|
|
133
133
|
LevSeq can be run using the command line interface. Here's the basic structure of the command:
|
|
134
134
|
|
|
135
135
|
```
|
|
136
|
-
levseq <name> <location to data folder> <location of reference csv file>
|
|
136
|
+
levseq <name of the run you can make this whatever> <location to data folder> <location of reference csv file>
|
|
137
137
|
```
|
|
138
138
|
#### Required Arguments
|
|
139
139
|
1. Name of the experiment, this will be the name of the output folder
|
|
@@ -154,7 +154,8 @@ For installing the whole pipeline, you'll need to use the docker image. For this
|
|
|
154
154
|
operating system (https://docs.docker.com/engine/install/).
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
To build the docker image run (within the main folder that contains the `Dockerfile`)
|
|
157
|
+
To build the docker image run (within the main folder that contains the `Dockerfile`). Note building does **not** work
|
|
158
|
+
on Mac M3 chip, please use a ubuntu machine to build the docker image!
|
|
158
159
|
|
|
159
160
|
```
|
|
160
161
|
docker build -t levseq .
|
|
@@ -170,6 +171,7 @@ Note! The docker image should work with linux, and mac, however, different mac a
|
|
|
170
171
|
Basically the -v connects a folder on your computer with the output from the minION sequencer with the docker image that will take these results and then perform
|
|
171
172
|
demultiplexing and variant calling.
|
|
172
173
|
|
|
174
|
+
docker run -v /disk1/ariane/vscode/LevSeq/manuscript/Data/20241116-YL-LevSeq-parlqep400-1-2-P25-28:/levseq_results/ levseq docker-test levseq_results/ levseq_results/LevSeq-T1.csv
|
|
173
175
|
```
|
|
174
176
|
docker run -v /Users/XXXX/Documents/LevSeq/data:/levseq_results/ levseq 20240502 levseq_results/20240502/ levseq_results/20240502-YL-ParLQ-ep2.csv
|
|
175
177
|
```
|
|
@@ -44,7 +44,7 @@ git clone https://github.com/fhalab/LevSeq.git
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
```
|
|
47
|
-
conda create --name levseq python=3.
|
|
47
|
+
conda create --name levseq python=3.10 -y
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
```
|
|
@@ -87,7 +87,7 @@ conda install conda-forge::gcc=13
|
|
|
87
87
|
LevSeq can be run using the command line interface. Here's the basic structure of the command:
|
|
88
88
|
|
|
89
89
|
```
|
|
90
|
-
levseq <name> <location to data folder> <location of reference csv file>
|
|
90
|
+
levseq <name of the run you can make this whatever> <location to data folder> <location of reference csv file>
|
|
91
91
|
```
|
|
92
92
|
#### Required Arguments
|
|
93
93
|
1. Name of the experiment, this will be the name of the output folder
|
|
@@ -108,7 +108,8 @@ For installing the whole pipeline, you'll need to use the docker image. For this
|
|
|
108
108
|
operating system (https://docs.docker.com/engine/install/).
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
To build the docker image run (within the main folder that contains the `Dockerfile`)
|
|
111
|
+
To build the docker image run (within the main folder that contains the `Dockerfile`). Note building does **not** work
|
|
112
|
+
on Mac M3 chip, please use a ubuntu machine to build the docker image!
|
|
112
113
|
|
|
113
114
|
```
|
|
114
115
|
docker build -t levseq .
|
|
@@ -124,6 +125,7 @@ Note! The docker image should work with linux, and mac, however, different mac a
|
|
|
124
125
|
Basically the -v connects a folder on your computer with the output from the minION sequencer with the docker image that will take these results and then perform
|
|
125
126
|
demultiplexing and variant calling.
|
|
126
127
|
|
|
128
|
+
docker run -v /disk1/ariane/vscode/LevSeq/manuscript/Data/20241116-YL-LevSeq-parlqep400-1-2-P25-28:/levseq_results/ levseq docker-test levseq_results/ levseq_results/LevSeq-T1.csv
|
|
127
129
|
```
|
|
128
130
|
docker run -v /Users/XXXX/Documents/LevSeq/data:/levseq_results/ levseq 20240502 levseq_results/20240502/ levseq_results/20240502-YL-ParLQ-ep2.csv
|
|
129
131
|
```
|
|
@@ -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.0
|
|
22
|
-
__author__ = 'Yueming Long, Emreay Gursoy, Ariane Mora'
|
|
21
|
+
__version__ = '1.1.0'
|
|
22
|
+
__author__ = 'Yueming Long, Emreay Gursoy, Ariane Mora, Francesca-Zhoufan Li'
|
|
23
23
|
__author_email__ = 'ylong@caltech.edu'
|
|
24
24
|
__license__ = 'GPL3'
|
|
25
25
|
|
|
@@ -190,7 +190,6 @@ GATTGTCCTCAAACTGCCACCTAC
|
|
|
190
190
|
CCTGTCTGGAAGAAGAATGGACTT
|
|
191
191
|
>NB96
|
|
192
192
|
CTGAACGGTCATAGAGTCCACCAT
|
|
193
|
-
|
|
194
193
|
>RB01
|
|
195
194
|
AAGAAAGTTGTCGGTGTCTTTGTG
|
|
196
195
|
>RB02
|
|
@@ -242,7 +241,7 @@ GCATAGTTCTGCATGATGGGTTAG
|
|
|
242
241
|
>RB25
|
|
243
242
|
GTAAGTTGGGTATGCAACGCAATG
|
|
244
243
|
>RB26
|
|
245
|
-
|
|
244
|
+
CATACAGCGACTACGCATTCTCAT
|
|
246
245
|
>RB27
|
|
247
246
|
CGACGGTTAGATTCACCTCTTACA
|
|
248
247
|
>RB28
|
|
@@ -382,5 +381,4 @@ GATTGTCCTCAAACTGCCACCTAC
|
|
|
382
381
|
>RB95
|
|
383
382
|
CCTGTCTGGAAGAAGAATGGACTT
|
|
384
383
|
>RB96
|
|
385
|
-
CTGAACGGTCATAGAGTCCACCAT
|
|
386
|
-
|
|
384
|
+
CTGAACGGTCATAGAGTCCACCAT
|