# HG changeset patch # User galaxyp # Date 1371759686 14400 # Node ID 9743296a53a3145933177d7f8e7b809108425426 # Parent 77cc9cc99e156babce1097fb18f6ee6c7b7b30b9 added repo dependencies diff -r 77cc9cc99e15 -r 9743296a53a3 psm_eval.xml --- 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 diff -r 77cc9cc99e15 -r 9743296a53a3 repository_dependencies.xml --- /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 diff -r 77cc9cc99e15 -r 9743296a53a3 tool_dependencies.xml --- /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 @@ + + + + + + https://github.com/jmchilton/psm-eval/archive/8c05781330.zip + + + + + Sets up a virtualenv for psm_eval. + + + \ No newline at end of file