Skip to content
Snippets Groups Projects
Commit 8db51568 authored by tpylak's avatar tpylak
Browse files

hcs integr. tests: register image datasets before analysis datasets

SVN: 16856
parent 22439135
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,15 @@ API_HCS=$WORK/screening_api ...@@ -30,13 +30,15 @@ API_HCS=$WORK/screening_api
# Prepare template incoming data and some destination data structures # Prepare template incoming data and some destination data structures
function prepare_data_first_phase { function prepare_data_first_phase {
rm -fr $DSS_INCOMING_PARENT_DIR/incoming* rm -fr $DSS_INCOMING_PARENT_DIR/incoming*
unzip $DATA_TEMPLATE -d $DSS_INCOMING_PARENT_DIR -x incoming-analysis-genedata/* unzip $DATA_TEMPLATE -d $DSS_INCOMING_PARENT_DIR -x incoming-analysis*/*
mkdir -p $DSS_INCOMING_PARENT_DIR/incoming-analysis-genedata mkdir -p $DSS_INCOMING_PARENT_DIR/incoming-analysis-genedata
mkdir -p $DSS_INCOMING_PARENT_DIR/incoming-analysis
chmod -R 700 $DSS_INCOMING_PARENT_DIR/incoming* chmod -R 700 $DSS_INCOMING_PARENT_DIR/incoming*
} }
function prepare_data_second_phase { function prepare_data_second_phase {
unzip $DATA_TEMPLATE -d $DSS_INCOMING_PARENT_DIR incoming-analysis-genedata/* unzip $DATA_TEMPLATE -d $DSS_INCOMING_PARENT_DIR incoming-analysis-genedata/*
unzip $DATA_TEMPLATE -d $DSS_INCOMING_PARENT_DIR incoming-analysis/*
chmod -R 700 $DSS_INCOMING_PARENT_DIR/incoming* chmod -R 700 $DSS_INCOMING_PARENT_DIR/incoming*
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment