offtracker 2.10.8__zip → 2.10.10__zip
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.
- {offtracker-2.10.8/offtracker.egg-info → offtracker-2.10.10}/PKG-INFO +4 -1
- {offtracker-2.10.8 → offtracker-2.10.10}/README.md +3 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/_version.py +4 -2
- {offtracker-2.10.8 → offtracker-2.10.10/offtracker.egg-info}/PKG-INFO +4 -1
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker.egg-info/SOURCES.txt +2 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker.egg-info/requires.txt +1 -1
- {offtracker-2.10.8 → offtracker-2.10.10}/scripts/offtracker_config.py +4 -1
- offtracker-2.10.10/scripts/offtracker_init.py +11 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/scripts/offtracker_qc.py +4 -1
- {offtracker-2.10.8 → offtracker-2.10.10}/setup.py +8 -34
- {offtracker-2.10.8 → offtracker-2.10.10}/LICENSE.txt +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/MANIFEST.in +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/X_offplot.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/X_offtracker.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/X_sequence.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/__init__.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/snakefile/Snakefile_QC.smk +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/snakefile/Snakefile_offtracker.smk +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/1.1_bed2fr.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/1.3_bdg_normalize_v4.0.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/bedGraphToBigWig +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/hg38.chrom.sizes +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/mm10.chrom.sizes +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/offtracker_blacklist_hg38.merged.bed +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/offtracker_blacklist_mm10.merged.bed +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker.egg-info/dependency_links.txt +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/offtracker.egg-info/top_level.txt +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/scripts/offtracker_analysis.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/scripts/offtracker_candidates.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/scripts/offtracker_plot.py +0 -0
- {offtracker-2.10.8 → offtracker-2.10.10}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: offtracker
|
3
|
-
Version: 2.10.
|
3
|
+
Version: 2.10.10
|
4
4
|
Summary: Tracking-seq data analysis
|
5
5
|
Home-page: https://github.com/Lan-lab/offtracker
|
6
6
|
Author: Runda Xu
|
@@ -78,6 +78,9 @@ offtracker_candidates.py -t 8 -g hg38 \
|
|
78
78
|
--name 'VEGFA2' --sgrna 'GACCCCCTCCACCCCGCCTC' --pam 'NGG' \
|
79
79
|
-o /Your_Path_To_Candidates_Folder
|
80
80
|
|
81
|
+
# if analyzing Cas12a, whose pam is upstream of the sgRNA, add this:
|
82
|
+
--pam_location 'upstream'
|
83
|
+
|
81
84
|
```
|
82
85
|
|
83
86
|
|
@@ -66,6 +66,9 @@ offtracker_candidates.py -t 8 -g hg38 \
|
|
66
66
|
--name 'VEGFA2' --sgrna 'GACCCCCTCCACCCCGCCTC' --pam 'NGG' \
|
67
67
|
-o /Your_Path_To_Candidates_Folder
|
68
68
|
|
69
|
+
# if analyzing Cas12a, whose pam is upstream of the sgRNA, add this:
|
70
|
+
--pam_location 'upstream'
|
71
|
+
|
69
72
|
```
|
70
73
|
|
71
74
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
__version__ = "2.10.
|
1
|
+
__version__ = "2.10.10"
|
2
2
|
# 2023.08.11. v1.1.0 adding a option for not normalizing the bw file
|
3
3
|
# 2023.10.26. v1.9.0 prerelease for v2.0
|
4
4
|
# 2023.10.27. v2.0.0 大更新,还没微调
|
@@ -34,4 +34,6 @@ __version__ = "2.10.8"
|
|
34
34
|
# 2025.05.22. v2.9.0 翻新部分代码结构
|
35
35
|
# 2025.06.05. v2.10.0 增加了QC模块。保留了负数score的记录,并在plot时显示为红字。增加了 "--ignore_chr" 用于跳过common chr过滤。
|
36
36
|
# 2025.06.17. v2.10.7 修复翻新代码结构导致的bug
|
37
|
-
# 2025.06.27. v2.10.8 将 chmod 放在了 setup.py 里
|
37
|
+
# 2025.06.27. v2.10.8 将 chmod 放在了 setup.py 里
|
38
|
+
# 2025.06.28. v2.10.9 现在 pip 都是从 wheel 安装,不再运行 setup.py,所以增加一个 offtracker_init.py
|
39
|
+
# 2025.06.28. v2.10.10 直接塞 script 里试试
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: offtracker
|
3
|
-
Version: 2.10.
|
3
|
+
Version: 2.10.10
|
4
4
|
Summary: Tracking-seq data analysis
|
5
5
|
Home-page: https://github.com/Lan-lab/offtracker
|
6
6
|
Author: Runda Xu
|
@@ -78,6 +78,9 @@ offtracker_candidates.py -t 8 -g hg38 \
|
|
78
78
|
--name 'VEGFA2' --sgrna 'GACCCCCTCCACCCCGCCTC' --pam 'NGG' \
|
79
79
|
-o /Your_Path_To_Candidates_Folder
|
80
80
|
|
81
|
+
# if analyzing Cas12a, whose pam is upstream of the sgRNA, add this:
|
82
|
+
--pam_location 'upstream'
|
83
|
+
|
81
84
|
```
|
82
85
|
|
83
86
|
|
@@ -12,6 +12,7 @@ offtracker.egg-info/SOURCES.txt
|
|
12
12
|
offtracker.egg-info/dependency_links.txt
|
13
13
|
offtracker.egg-info/requires.txt
|
14
14
|
offtracker.egg-info/top_level.txt
|
15
|
+
offtracker/utility/bedGraphToBigWig
|
15
16
|
offtracker/snakefile/Snakefile_QC.smk
|
16
17
|
offtracker/snakefile/Snakefile_offtracker.smk
|
17
18
|
offtracker/utility/1.1_bed2fr.py
|
@@ -24,5 +25,6 @@ offtracker/utility/offtracker_blacklist_mm10.merged.bed
|
|
24
25
|
scripts/offtracker_analysis.py
|
25
26
|
scripts/offtracker_candidates.py
|
26
27
|
scripts/offtracker_config.py
|
28
|
+
scripts/offtracker_init.py
|
27
29
|
scripts/offtracker_plot.py
|
28
30
|
scripts/offtracker_qc.py
|
@@ -13,7 +13,10 @@ import offtracker
|
|
13
13
|
import offtracker.X_sequence as xseq
|
14
14
|
script_dir = os.path.abspath(os.path.dirname(offtracker.__file__))
|
15
15
|
utility_dir = os.path.join(script_dir, 'utility')
|
16
|
-
#
|
16
|
+
# try:
|
17
|
+
# os.chmod( os.path.join(utility_dir, 'bedGraphToBigWig'), 0o755)
|
18
|
+
# except:
|
19
|
+
# print('offtracker may be installed in root but not initialized. Please run "offtracker_init.py" with root permission first.')
|
17
20
|
|
18
21
|
###
|
19
22
|
parser = argparse.ArgumentParser()
|
@@ -0,0 +1,11 @@
|
|
1
|
+
#!/usr/bin/env python
|
2
|
+
# -*- coding: utf-8 -*-
|
3
|
+
|
4
|
+
import os
|
5
|
+
from importlib_metadata import distribution
|
6
|
+
|
7
|
+
dist = distribution('offtracker')
|
8
|
+
package_path = dist.locate_file('')
|
9
|
+
utility_dir = os.path.join(package_path, 'offtracker/utility')
|
10
|
+
os.chmod( os.path.join(utility_dir, 'bedGraphToBigWig'), 0o755)
|
11
|
+
print('offtracker is initialized.')
|
@@ -12,7 +12,10 @@ import offtracker.X_sequence as xseq
|
|
12
12
|
|
13
13
|
script_dir = os.path.abspath(os.path.dirname(offtracker.__file__))
|
14
14
|
utility_dir = os.path.join(script_dir, 'utility')
|
15
|
-
#
|
15
|
+
# try:
|
16
|
+
# os.chmod( os.path.join(utility_dir, 'bedGraphToBigWig'), 0o755)
|
17
|
+
# except:
|
18
|
+
# print('offtracker may be installed in root but not initialized. Please run "offtracker_init.py" with root permission first.')
|
16
19
|
|
17
20
|
###
|
18
21
|
parser = argparse.ArgumentParser()
|
@@ -6,10 +6,6 @@ import io, os
|
|
6
6
|
# from shutil import rmtree
|
7
7
|
from setuptools import setup
|
8
8
|
|
9
|
-
# import pkg_resources
|
10
|
-
from importlib_metadata import distribution
|
11
|
-
from setuptools.command.install import install
|
12
|
-
from setuptools.command.develop import develop
|
13
9
|
|
14
10
|
#
|
15
11
|
NAME = 'offtracker'
|
@@ -30,7 +26,7 @@ with open(os.path.join(here, package_folder, '_version.py'),'r',encoding='utf-8'
|
|
30
26
|
|
31
27
|
# requirements
|
32
28
|
REQUIRED = [
|
33
|
-
'pandas', 'numpy', 'biopython', 'pybedtools', 'pyyaml',
|
29
|
+
'pandas', 'numpy', 'biopython<=1.85', 'pybedtools', 'pyyaml',
|
34
30
|
]
|
35
31
|
## pybedtools may be not supported in Windows
|
36
32
|
|
@@ -41,26 +37,6 @@ except FileNotFoundError:
|
|
41
37
|
long_description = DESCRIPTION
|
42
38
|
|
43
39
|
|
44
|
-
|
45
|
-
|
46
|
-
class PostInstallCommand(install):
|
47
|
-
def run(self):
|
48
|
-
install.run(self)
|
49
|
-
# 获取文件位置
|
50
|
-
dist = distribution('offtracker')
|
51
|
-
package_path = dist.locate_file('')
|
52
|
-
utility_dir = os.path.join(package_path, 'offtracker/utility')
|
53
|
-
os.chmod( os.path.join(utility_dir, 'bedGraphToBigWig'), 0o755)
|
54
|
-
|
55
|
-
class PostDevelopCommand(develop):
|
56
|
-
def run(self):
|
57
|
-
develop.run(self)
|
58
|
-
# 获取文件位置
|
59
|
-
dist = distribution('offtracker')
|
60
|
-
package_path = dist.locate_file('')
|
61
|
-
utility_dir = os.path.join(package_path, 'offtracker/utility')
|
62
|
-
os.chmod( os.path.join(utility_dir, 'bedGraphToBigWig'), 0o755)
|
63
|
-
|
64
40
|
setup(
|
65
41
|
name=NAME,
|
66
42
|
version=VERSION,
|
@@ -73,15 +49,13 @@ setup(
|
|
73
49
|
python_requires=REQUIRES_PYTHON,
|
74
50
|
packages=['offtracker'],
|
75
51
|
package_data={'offtracker': ['snakefile/*','utility/*']},
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
'scripts/offtracker_analysis.py',
|
84
|
-
'scripts/offtracker_plot.py'],
|
52
|
+
scripts = [ 'offtracker/utility/bedGraphToBigWig',
|
53
|
+
'scripts/offtracker_init.py',
|
54
|
+
'scripts/offtracker_qc.py',
|
55
|
+
'scripts/offtracker_config.py',
|
56
|
+
'scripts/offtracker_candidates.py',
|
57
|
+
'scripts/offtracker_analysis.py',
|
58
|
+
'scripts/offtracker_plot.py'],
|
85
59
|
install_requires=REQUIRED,
|
86
60
|
include_package_data=True
|
87
61
|
)
|
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
|
{offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/offtracker_blacklist_hg38.merged.bed
RENAMED
File without changes
|
{offtracker-2.10.8 → offtracker-2.10.10}/offtracker/utility/offtracker_blacklist_mm10.merged.bed
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|