Mercurial > repos > rnateam > dorina
changeset 1:6986169fa312 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/dorina/ commit d720bfabe099baad94dfe54442cb6a4dd023524a
author | rnateam |
---|---|
date | Fri, 07 Oct 2016 09:43:41 -0400 |
parents | 9cda775b6d3d |
children | |
files | data_source.py dorina.xml |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/data_source.py Wed May 27 08:42:03 2015 -0400 +++ b/data_source.py Fri Oct 07 09:43:41 2016 -0400 @@ -3,12 +3,12 @@ # Data source application parameters are temporarily stored in the dataset file. import socket, urllib, sys, os from galaxy import eggs #eggs needs to be imported so that galaxy.util can find docutils egg... -from galaxy.util.json import loads, dumps from galaxy.util import get_charset_from_http_headers import galaxy.model # need to import model before sniff to resolve a circular import dependency from galaxy.datatypes import sniff from galaxy.datatypes.registry import Registry from galaxy.jobs import TOOL_PROVIDED_JOB_METADATA_FILE +from json import loads, dumps assert sys.version_info[:2] >= ( 2, 4 )
--- a/dorina.xml Wed May 27 08:42:03 2015 -0400 +++ b/dorina.xml Fri Oct 07 09:43:41 2016 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool name="DoRiNA Search" id="dorina_search" tool_type="data_source"> +<tool name="DoRiNA Search" id="dorina_search" tool_type="data_source" version="1.0"> <description>DoRiNA data source</description> <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>