Mercurial > repos > rmarenco > hubarchivecreator
comparison Datatype.py @ 13:25809f699cb3 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 65ab931ef2b05a5acf06cbde3a746c94a0a0a4cb
author | rmarenco |
---|---|
date | Thu, 11 Aug 2016 19:02:29 -0400 |
parents | d05236b15f81 |
children | 3233451a3bd6 |
comparison
equal
deleted
inserted
replaced
12:747475757cb0 | 13:25809f699cb3 |
---|---|
37 raise TypeError(not_init_message.format('reference genome')) | 37 raise TypeError(not_init_message.format('reference genome')) |
38 if Datatype.extra_files_path is None: | 38 if Datatype.extra_files_path is None: |
39 raise TypeError(not_init_message.format('track Hub path')) | 39 raise TypeError(not_init_message.format('track Hub path')) |
40 if Datatype.tool_directory is None: | 40 if Datatype.tool_directory is None: |
41 raise TypeError(not_init_message.format('tool directory')) | 41 raise TypeError(not_init_message.format('tool directory')) |
42 | |
43 | |
44 | 42 |
45 @staticmethod | 43 @staticmethod |
46 def pre_init(reference_genome, two_bit_path, chrom_sizes_file, | 44 def pre_init(reference_genome, two_bit_path, chrom_sizes_file, |
47 extra_files_path, tool_directory, specie_folder, tracks_folder): | 45 extra_files_path, tool_directory, specie_folder, tracks_folder): |
48 Datatype.extra_files_path = extra_files_path | 46 Datatype.extra_files_path = extra_files_path |