Mercurial > repos > gga > apollo_delete_features
diff create_or_update_organism.py @ 17:f8d6315223d8 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:47:30 +0000 |
parents | 6c42ea4ab169 |
children |
line wrap: on
line diff
--- a/create_or_update_organism.py Fri Dec 10 09:50:11 2021 +0000 +++ b/create_or_update_organism.py Wed Jan 11 11:47:30 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)