changeset 89:99b91cd171fb draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit bdda7b10cb14636169d6aadba4d2a78d1679be45
author ximgchess
date Tue, 23 May 2023 14:56:33 +0000
parents c1ab13b9bd0a
children b930f59f334c
files tomo/.tmp.txt.swp tomo/tmp.txt
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file tomo/.tmp.txt.swp has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tomo/tmp.txt	Tue May 23 14:56:33 2023 +0000
@@ -0,0 +1,13 @@
+try:
+    from pyspec.file.spec import FileSpec
+    from pyspec.file.tiff import TiffFile
+except:
+    import sys
+    home = '/home/galaxy'
+    localpippath = f'{home}/.local/lib/python3.11/site-packages'
+    if localpippath not in sys.path:
+        sys.path.insert(0, localpippath)
+    from pyspec.file.spec import FileSpec
+    from pyspec.file.tiff import TiffFile
+
+