Browse Source

Update readme.md

Mike Mikailov 5 years ago
parent
commit
9fbbf81d18
1 changed files with 3 additions and 2 deletions
  1. 3 2
      readme.md

+ 3 - 2
readme.md

@@ -5,7 +5,7 @@
 
 
 
 
 # 1 Image patch extraction
 # 1 Image patch extraction
-- Adjust configuration parameters in files, *config_testing_cn_true.txt*, *config_normal_cn_true.txt*, *config_tumor_cn_true.txt*, *config_testing.txt*, *config_normal.txt* and *config_tumor.txt*.
+- Adjust configuration parameters in files *config_testing.txt*, *config_normal.txt* and *config_tumor.txt*.
 - Run the commands listed in the following subsections to launch Son of Grid Engine (SGE) jobs to extract, group patches in HDF5 files and create a lookup table for every HDF5 file. 
 - Run the commands listed in the following subsections to launch Son of Grid Engine (SGE) jobs to extract, group patches in HDF5 files and create a lookup table for every HDF5 file. 
 ## 1.2 Extract and group
 ## 1.2 Extract and group
 - qsub split_main.sh ./config_testing.txt  
 - qsub split_main.sh ./config_testing.txt  
@@ -20,7 +20,8 @@
 The lookup tables are created only once and used at [Prediction](#2-prediction) stage for launching array job tasks. These tasks are run in parallel and scalable manner - if there are not enough resourcs for running all tasks then they are queued up automatically and started as resources become available. Each task processes only one group. 
 The lookup tables are created only once and used at [Prediction](#2-prediction) stage for launching array job tasks. These tasks are run in parallel and scalable manner - if there are not enough resourcs for running all tasks then they are queued up automatically and started as resources become available. Each task processes only one group. 
 
 
 # 2 Prediction
 # 2 Prediction
-Run the below commands to launch SGE jobs to generate prediction matrices.
+- Additionally adjust configuration parameters in files, *config_testing_cn_true.txt*, *config_normal_cn_true.txt*, *config_tumor_cn_true.txt*.
+- Run the below commands to launch SGE jobs to generate prediction matrices.
 ## 2.1 With color normalization
 ## 2.1 With color normalization
 - qsub process_main.sh ./config_testing_cn_true.txt  
 - qsub process_main.sh ./config_testing_cn_true.txt  
 - qsub process_main.sh ./config_normal_cn_true.txt  
 - qsub process_main.sh ./config_normal_cn_true.txt