Mercurial > repos > galaxyp > psm_eval
changeset 1:9743296a53a3 draft
added repo dependencies
author | galaxyp |
---|---|
date | Thu, 20 Jun 2013 16:21:26 -0400 |
parents | 77cc9cc99e15 |
children | f8356c01939b |
files | psm_eval.xml repository_dependencies.xml tool_dependencies.xml |
diffstat | 3 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/psm_eval.xml Fri May 10 18:11:25 2013 -0400 +++ b/psm_eval.xml Thu Jun 20 16:21:26 2013 -0400 @@ -11,7 +11,7 @@ #for $peak_list in $peak_lists: - path: $peak_list name: "$peak_list.display_name" - encoded_id: "${$__app__.security.encode_id( $peak_list.id )}" + encoded_id: "${$__app__.security.encode_id( $peak_list.id )}|${$peak_list.extra_dir_file_name if hasattr($peak_list, 'extra_dir_file_name') else ''}" #end for psms: $psms_cond.psms psms_type: $psms_cond.type
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/repository_dependencies.xml Thu Jun 20 16:21:26 2013 -0400 @@ -0,0 +1,1 @@ +hg clone ssh://hg@bitbucket.org/galaxyp/galaxyp-toolshed-psm-eval
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jun 20 16:21:26 2013 -0400 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="psm_eval" version="0.1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/jmchilton/psm-eval/archive/8c05781330.zip</action> + <action type="setup_virtualenv" /> + </actions> + </install> + <readme> + Sets up a virtualenv for psm_eval. + </readme> + </package> +</tool_dependency> \ No newline at end of file