diff create_or_update_organism.py @ 17:8dc690130172 draft default tip

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 12282c16658b37858f49944796fd95515ef0fc0b
author gga
date Wed, 11 Jan 2023 11:48:41 +0000
parents f515aa0b0437
children
line wrap: on
line diff
--- a/create_or_update_organism.py	Fri Dec 10 09:53:05 2021 +0000
+++ b/create_or_update_organism.py	Wed Jan 11 11:48:41 2023 +0000
@@ -88,7 +88,7 @@
 
     # Cleanup if existing
     if not IsRemote():
-        if(os.path.exists(args.jbrowse)):
+        if os.path.exists(args.jbrowse):
             shutil.rmtree(args.jbrowse)
         # Copy files
         shutil.copytree(args.jbrowse_src, args.jbrowse, symlinks=True)