trackscan 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
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.
- trackscan/cli.py +1 -1
- {trackscan-0.0.3.dist-info → trackscan-0.0.4.dist-info}/METADATA +1 -1
- {trackscan-0.0.3.dist-info → trackscan-0.0.4.dist-info}/RECORD +6 -6
- {trackscan-0.0.3.dist-info → trackscan-0.0.4.dist-info}/WHEEL +0 -0
- {trackscan-0.0.3.dist-info → trackscan-0.0.4.dist-info}/entry_points.txt +0 -0
- {trackscan-0.0.3.dist-info → trackscan-0.0.4.dist-info}/top_level.txt +0 -0
trackscan/cli.py
CHANGED
@@ -2,7 +2,7 @@ import argparse
|
|
2
2
|
from .modules.make_tracks import Tracks
|
3
3
|
|
4
4
|
def main():
|
5
|
-
parser = argparse.ArgumentParser("Cell track post-processing and analysis")
|
5
|
+
parser = argparse.ArgumentParser(prog="trackscan", description="Cell track post-processing and analysis")
|
6
6
|
parser.add_argument("-i", "--input", type=str, required=True, help="Path to CSV file containing tracking data.")
|
7
7
|
args = parser.parse_args()
|
8
8
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
trackscan/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
trackscan/cli.py,sha256=
|
2
|
+
trackscan/cli.py,sha256=rnZBu3ZDSOmLpBHhZsWrbjEAI3of5bEbe9jWJgnIolg,419
|
3
3
|
trackscan/modules/analysis_utils.py,sha256=SqjRRsIdD7pwc-IJ4CpR_vJ3H72ZFiQnB9Y9YQbKAdE,1632
|
4
4
|
trackscan/modules/curve_fitting.py,sha256=iydC_5tMfbyW9H_11NPq5ERHLJDH2fnU088oj3BGRiw,4386
|
5
5
|
trackscan/modules/io_utils.py,sha256=SgenAFttXVrM6ePg55Za9j9p6nzByTMag04svpaQjiA,4007
|
@@ -8,8 +8,8 @@ trackscan/modules/make_tracks.py,sha256=PoUxLZDdY5U06YDe0vKWNp_dZrDuKUmmy7VOQkfL
|
|
8
8
|
trackscan/modules/msd_analysis.py,sha256=0YEA7KbwOCd-eq4YaioTkg4DTb1uGpFbL4a0gj9iWrw,1802
|
9
9
|
trackscan/modules/track_manipulations.py,sha256=OftctqAhZpek-lTM3kal9Pr_T9JfOOeL1z6HDGM_Djk,4152
|
10
10
|
trackscan/modules/visualization_utils.py,sha256=QUObz_jxupEG2K27A7QRKJwqF8UwHYfP23ok0jT099w,1296
|
11
|
-
trackscan-0.0.
|
12
|
-
trackscan-0.0.
|
13
|
-
trackscan-0.0.
|
14
|
-
trackscan-0.0.
|
15
|
-
trackscan-0.0.
|
11
|
+
trackscan-0.0.4.dist-info/METADATA,sha256=uq41I6HEC3cnIug7PKf9skKC53-H5nNqW2XCtMnNjHM,1783
|
12
|
+
trackscan-0.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
13
|
+
trackscan-0.0.4.dist-info/entry_points.txt,sha256=PcZipTfWwCENILCe2glxfm0S3nYADEUiaibaaoloz6U,49
|
14
|
+
trackscan-0.0.4.dist-info/top_level.txt,sha256=I-02fPts_g5_f9QaXtFNaqqs9Sje_eKzEng2nJMI-1k,10
|
15
|
+
trackscan-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|