# HG changeset patch # User gga # Date 1554917451 14400 # Node ID 28b990d7e0f0856a6195784a6655e66e37f95729 # Parent 04ec25d7365c03654bec201cb0dd70671dbb952a planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 2488ac4ea447c45886ce5c7b102fb28c5839d26b diff -r 04ec25d7365c -r 28b990d7e0f0 create_or_update_organism.py --- a/create_or_update_organism.py Fri Mar 15 06:02:26 2019 -0400 +++ b/create_or_update_organism.py Wed Apr 10 13:30:51 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'