Mercurial > repos > rmarenco > hubarchivecreator
comparison hubArchiveCreator.py @ 17:c02720d1afee draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1adbf397de1fc7af4d91e026093d7fff983e21cf
author | rmarenco |
---|---|
date | Fri, 30 Sep 2016 15:14:24 -0400 |
parents | 3233451a3bd6 |
children | d786bca6a75d |
comparison
equal
deleted
inserted
replaced
16:3233451a3bd6 | 17:c02720d1afee |
---|---|
124 | 124 |
125 inputs_data = json.loads(json_inputs_data) | 125 inputs_data = json.loads(json_inputs_data) |
126 # We remove the spaces in ["name"] of inputs_data | 126 # We remove the spaces in ["name"] of inputs_data |
127 sanitize_name_inputs(inputs_data) | 127 sanitize_name_inputs(inputs_data) |
128 | 128 |
129 | |
130 # TODO: Check here all the binaries / tools we need. Exception if missing | 129 # TODO: Check here all the binaries / tools we need. Exception if missing |
131 | 130 |
132 # Create the Track Hub folder | 131 # Create the Track Hub folder |
133 trackHub = TrackHub(reference_genome, user_email, outputFile, extra_files_path, toolDirectory) | 132 trackHub = TrackHub(reference_genome, user_email, outputFile, extra_files_path, toolDirectory) |
134 | 133 |