Mercurial > repos > gga > apollo_create_account
comparison create_or_update_organism.py @ 20:8e0ece6ef474 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:44:06 +0000 |
| parents | bda202275e70 |
| children |
comparison
equal
deleted
inserted
replaced
| 19:78b286c4db94 | 20:8e0ece6ef474 |
|---|---|
| 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' |
