# HG changeset patch # User ric # Date 1474547333 14400 # Node ID 975b05518cb9035095eb791c046ed78b3ea9ade9 # Parent c9499541746e7530a1eb6f47eae581edff2e7855 Uploaded diff -r c9499541746e -r 975b05518cb9 study.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/study.xml Thu Sep 22 08:28:53 2016 -0400 @@ -0,0 +1,83 @@ + + import study definitions within omero/vl + + #if $__app__.config.vl_import_enabled_users.split(',').count($__user_email__)==1 #importer.py + #else #unauthorized_access.py + #end if + #if $advanced_configuration.configuration_level == 'advanced' + --host=$advanced_configuration.vl_host + --user=$advanced_configuration.vl_user + --passwd=$advanced_configuration.vl_passwd + #end if + --operator=galaxy + --ifile=$input + --ofile=$output + --report_file=$report + --loglevel=$__app__.config.vl_loglevel + --logfile=${logfile} + #if $blocking_validation + --blocking-validator + #end if + study + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Will import a stream of new study definitions defined by the following +tab-separated columns. A typical file will look like the following:: + + label description + BSTUDY A basically empty description of BSTUDY + CSTUDY A basically empty description of CSTUDY + .... + + + + + + +