trackplot 0.2.1__tar.gz → 0.2.3__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.
- {trackplot-0.2.1 → trackplot-0.2.3}/PKG-INFO +3 -4
- {trackplot-0.2.1 → trackplot-0.2.3}/Pipfile +1 -1
- {trackplot-0.2.1 → trackplot-0.2.3}/Pipfile.lock +528 -509
- {trackplot-0.2.1 → trackplot-0.2.3}/README.md +2 -3
- {trackplot-0.2.1 → trackplot-0.2.3}/pyproject.toml +1 -1
- {trackplot-0.2.1 → trackplot-0.2.3}/setup.py +3 -3
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/ReadDepth.py +32 -16
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/cli.py +1 -1
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Reference.py +6 -14
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/PKG-INFO +3 -4
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/requires.txt +1 -1
- {trackplot-0.2.1 → trackplot-0.2.3}/LICENSE +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/setup.cfg +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/__init__.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/anno/AxLabel.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/anno/__init__.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/anno/theme.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/CoordinateMap.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/GenomicLoci.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/Junction.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/Protein.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/Readder.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/Stroke.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/Transcript.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/__init__.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/base/pyUniprot.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/conf/DomainSetting.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/conf/__init__.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/conf/config.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/conf/drawing.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/ATAC.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Bam.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/BedGraph.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Bigwig.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Depth.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Fasta.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/File.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/HiCMatrixTrack.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Junction.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/Motif.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/ReadSegments.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/file/__init__.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/plot.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/plot_func.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot/plot_tests.py +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/SOURCES.txt +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/dependency_links.txt +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/entry_points.txt +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/not-zip-safe +0 -0
- {trackplot-0.2.1 → trackplot-0.2.3}/trackplot.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: trackplot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Home-page: https://github.com/ygidtu/trackplot
|
|
5
5
|
Requires-Python: >=3.8
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -107,8 +107,7 @@ The trackplot is written in Python, and user could install it in a variety of wa
|
|
|
107
107
|
4. install from bioconda
|
|
108
108
|
|
|
109
109
|
```bash
|
|
110
|
-
|
|
111
|
-
# conda install -c bioconda -c conda-forge trackplot
|
|
110
|
+
conda install -c bioconda -c conda-forge trackplot
|
|
112
111
|
|
|
113
112
|
# or install trackplot into an isolated environments
|
|
114
113
|
conda create -n trackplot -c bioconda -c conda-forge trackplot
|
|
@@ -212,5 +211,5 @@ contact [Yiming Zhang](https://github.com/ygidtu) and
|
|
|
212
211
|
|
|
213
212
|
If you use Sashimi.py in your publication, please cite Sashimi.py by
|
|
214
213
|
|
|
215
|
-
[Zhang et al.
|
|
214
|
+
[Zhang et al. bioRxiv, 2022.11.02.514803.](https://www.biorxiv.org/content/10.1101/2022.11.02.514803v1)
|
|
216
215
|
|