Repository 'apollo_create_or_update'
hg clone https://toolshed.g2.bx.psu.edu/repos/gga/apollo_create_or_update

Changeset 8:496444ad9291 (2019-04-10)
Previous changeset 7:cfeab429f660 (2019-03-15) Next changeset 9:29ce13734a5c (2019-07-29)
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 2488ac4ea447c45886ce5c7b102fb28c5839d26b
modified:
create_or_update_organism.py
b
diff -r cfeab429f660 -r 496444ad9291 create_or_update_organism.py
--- a/create_or_update_organism.py Fri Mar 15 06:04:22 2019 -0400
+++ b/create_or_update_organism.py Wed Apr 10 14:00:29 2019 -0400
b
@@ -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'