Mercurial > repos > trinity_ctat > test_ctat_genome_res_lib_dm
changeset 4:eaff9060d479 draft
oops, uncommented wrong line in the file.
| author | trinity_ctat |
|---|---|
| date | Tue, 19 Jun 2018 10:43:54 -0400 |
| parents | 7078007c8bff |
| children | 2c95395bfafc |
| files | data_manager/add_ctat_resource_lib.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.py Tue Jun 19 10:17:55 2018 -0400 +++ b/data_manager/add_ctat_resource_lib.py Tue Jun 19 10:43:54 2018 -0400 @@ -17,10 +17,10 @@ import subprocess # Comment out the following line when testing without galaxy package. -# from galaxy.util.json import to_json_string +from galaxy.util.json import to_json_string # The following is not being used, but leaving as info # in case we ever want to get input values using json. -from galaxy.util.json import from_json_string +# from galaxy.util.json import from_json_string # datetime.now() is used to create the unique_id from datetime import datetime
