# HG changeset patch # User ric # Date 1474547920 14400 # Node ID 9fc9fc2a958ff57f3e31c0057752377d840ae074 # Parent b764aabef6f0449e6760e6be5e00c681e4c336ea Deleted selected files diff -r b764aabef6f0 -r 9fc9fc2a958f boh/data_collection.xml --- a/boh/data_collection.xml Thu Sep 22 08:38:04 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,125 +0,0 @@ - - import DataCollection 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 - data_collection - #if str($study) != 'use_provided' - --study ${study} - #end if - #if str($data_sample_type) != 'use_provided' - --data_sample-type=${data_sample_type} - #end if - #if str($label) - --label=${label} - #end if - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Will read in a tsv file with the following columns:: - - study label data_sample - BSTUDY dc-01 V0390290 - BSTUDY dc-01 V0390291 - BSTUDY dc-02 V0390292 - BSTUDY dc-02 V390293 - ... - -This will create new DataCollection(s), whose label is defined by the -label column, and link to it, using DataCollectionItem objects, -the DataSample object(s) identified by data_sample (a VID). - -Records that point to an unknown DataSample will abort the data -collection loading. Previously seen collections will be noisily -ignored. It is not legal to use the importer to add items to a -previously known collection. - - - - - - -