# HG changeset patch # User ric # Date 1474030587 14400 # Node ID 1e59902651e7f489e7d3e9ab8153b000e3beeaa0 # Parent aa77c4cd082045bcbd0abb4fee877a1e5ca418e6 Uploaded diff -r aa77c4cd0820 -r 1e59902651e7 birth_data.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/birth_data.xml Fri Sep 16 08:56:27 2016 -0400 @@ -0,0 +1,82 @@ + + 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. + + + + + + +