changeset 8:2c749ed310da draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 2488ac4ea447c45886ce5c7b102fb28c5839d26b
author gga
date Wed, 10 Apr 2019 14:07:45 -0400
parents 8bcf0fb07f1e
children f26ac3b582e1
files create_or_update_organism.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/create_or_update_organism.py	Fri Mar 15 06:05:35 2019 -0400
+++ b/create_or_update_organism.py	Wed Apr 10 14:07:45 2019 -0400
@@ -47,7 +47,7 @@
     if(os.path.exists(args.jbrowse)):
         shutil.rmtree(args.jbrowse)
     # Copy files
-    shutil.copytree(args.jbrowse_src, args.jbrowse)
+    shutil.copytree(args.jbrowse_src, args.jbrowse, symlinks=True)
 
     path_fasta = args.jbrowse + '/seq/genome.fasta'
     path_2bit = args.jbrowse + '/seq/genome.2bit'