comparison jbrowse2.py @ 123:160f33c6ba85 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit a9124072bc71dd670ee58ff8e4846e14d6d603ec-dirty
author fubar
date Fri, 04 Oct 2024 04:20:38 +0000
parents ae07c55ab96b
children fbabf7498471
comparison
equal deleted inserted replaced
122:ae07c55ab96b 123:160f33c6ba85
418 self.genome_names = [] 418 self.genome_names = []
419 self.trackIdlist = [] 419 self.trackIdlist = []
420 self.tracksToAdd = {} 420 self.tracksToAdd = {}
421 self.config_json = {} 421 self.config_json = {}
422 self.config_json_file = os.path.join(outdir, "config.json") 422 self.config_json_file = os.path.join(outdir, "config.json")
423 self.clone_jbrowse() 423 self.clone_jbrowse(realclone=False)
424 424
425 def get_cwd(self, cwd): 425 def get_cwd(self, cwd):
426 if cwd: 426 if cwd:
427 return self.outdir 427 return self.outdir
428 else: 428 else: