# HG changeset patch # User ric # Date 1474547926 14400 # Node ID 34b8e41b0a7bb2d0b03528c2a0c669572441fda9 # Parent 9fc9fc2a958ff57f3e31c0057752377d840ae074 Deleted selected files diff -r 9fc9fc2a958f -r 34b8e41b0a7b boh/birth_data.xml --- a/boh/birth_data.xml Thu Sep 22 08:38:40 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ - - import diagnosis data 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 - --report_file=$report - --loglevel=$__app__.config.vl_loglevel - --logfile=${logfile} - birth_data - #if str($study) != 'use_provided' - --study ${study} - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Will read in a tsv file with the following columns:: - - study individual timestamp birth_date birth_place - ASTUDY V1234 1310057541608 12/03/1978 006171 - ASTUDY V14112 1310057541608 25/04/1983 006149 - ASTUDY V1241 1310057541608 12/03/2001 006172 - ..... - -where birth_place is a valid ISTAT code for an Italian city or a -foreign Country and birth_date must have the dd/mm/YYYY format. - - - - - - -