Mercurial > repos > yating-l > jbrowse_hub
changeset 36:d5ec43607f66 draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit faeedda55e23f1197bc454d3db2d52af29d786e8-dirty
author | yating-l |
---|---|
date | Fri, 17 Mar 2017 13:04:11 -0400 |
parents | 6d77d3bc0794 |
children | 046c5bfc0413 |
files | jbrowse_hub.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jbrowse_hub.py Fri Mar 17 12:54:54 2017 -0400 +++ b/jbrowse_hub.py Fri Mar 17 13:04:11 2017 -0400 @@ -67,11 +67,11 @@ extra_files_path = '.' tool_directory = '.' if args.genome_name: - genome = utils.sanitize_name(args.genome_name) + genome = args.genome_name if args.out: out_path = args.out if args.extra_files_path: - extra_files_path = utils.sanitize_name(args.extra_files_path) + extra_files_path = args.extra_files_path #tool_directory not work for Galaxy tool, all tools need to exist in the current PATH, deal with it with tool dependencies if args.tool_directory: