# HG changeset patch # User ric # Date 1474547572 14400 # Node ID d84735cff8eddd019b74bc783720e46ea20b1d45 # Parent 2237a2053fc7d13d6589dfba330acf57220d79cd Deleted selected files diff -r 2237a2053fc7 -r d84735cff8ed importer.py --- a/importer.py Thu Sep 22 08:32:12 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -# BEGIN_COPYRIGHT -# END_COPYRIGHT - -import sys -from bl.vl.app.importer.main import main - -main(sys.argv[1:]) diff -r 2237a2053fc7 -r d84735cff8ed study.xml --- a/study.xml Thu Sep 22 08:32:12 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,83 +0,0 @@ - - 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 - .... - - - - - - -