comparison create_or_update_organism.py @ 17:300a6bebd790 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:46:37 +0000
parents e1346ad005b3
children
comparison
equal deleted inserted replaced
16:29159d9ce6f0 17:300a6bebd790
86 86
87 path_fasta = args.jbrowse_src + '/seq/genome.fasta' 87 path_fasta = args.jbrowse_src + '/seq/genome.fasta'
88 88
89 # Cleanup if existing 89 # Cleanup if existing
90 if not IsRemote(): 90 if not IsRemote():
91 if(os.path.exists(args.jbrowse)): 91 if os.path.exists(args.jbrowse):
92 shutil.rmtree(args.jbrowse) 92 shutil.rmtree(args.jbrowse)
93 # Copy files 93 # Copy files
94 shutil.copytree(args.jbrowse_src, args.jbrowse, symlinks=True) 94 shutil.copytree(args.jbrowse_src, args.jbrowse, symlinks=True)
95 95
96 path_2bit = args.jbrowse + '/seq/genome.2bit' 96 path_2bit = args.jbrowse + '/seq/genome.2bit'