Mercurial > repos > gga > apollo_iframe
diff create_or_update_organism.py @ 17:300a6bebd790 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:46:37 +0000 |
parents | e1346ad005b3 |
children |
line wrap: on
line diff
--- a/create_or_update_organism.py Fri Dec 10 09:53:35 2021 +0000 +++ b/create_or_update_organism.py Wed Jan 11 11:46:37 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)