Mercurial > repos > ximgchess > chap_test_20230411
view tomo/tmp.txt @ 91:72608a06dd7f draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
| author | ximgchess |
|---|---|
| date | Wed, 24 May 2023 11:57:05 +0000 |
| parents | 99b91cd171fb |
| children |
line wrap: on
line source
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
