diff create_or_update_organism.py @ 17:f6e09a37bc8b 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:06 +0000
parents 56b9a26694c0
children
line wrap: on
line diff
--- a/create_or_update_organism.py	Fri Dec 10 09:51:08 2021 +0000
+++ b/create_or_update_organism.py	Wed Jan 11 11:48:06 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)