# HG changeset patch # User gga # Date 1554919229 14400 # Node ID 496444ad92919013f184d1e51cf59f588041fd5c # Parent cfeab429f660316ad2e15d012825cfcd812da748 planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 2488ac4ea447c45886ce5c7b102fb28c5839d26b 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 @@ -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'