# HG changeset patch # User ximgchess # Date 1684853793 0 # Node ID 99b91cd171fb33eb51083dc172f90b0d6f901c17 # Parent c1ab13b9bd0a77e125aaf807511bfd1e1c080b96 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit bdda7b10cb14636169d6aadba4d2a78d1679be45 diff -r c1ab13b9bd0a -r 99b91cd171fb tomo/.tmp.txt.swp Binary file tomo/.tmp.txt.swp has changed diff -r c1ab13b9bd0a -r 99b91cd171fb tomo/tmp.txt --- /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 + +