瀏覽代碼

Update readme.md

Mike Mikailov 3 年之前
父節點
當前提交
5d32884d47
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -43,7 +43,7 @@ The \*.sh files mentioned in sections 2.1 and 2.2  below are located under <a hr
 
 # 3 Heatmap stitching
 After the predictions matrices have been generated an SGE job using *heatmap_main.sh* SGE scrip could be launched to genertae heatmaps. Two arguments for this launch are: a) type of the slides (test, normal or tumor); b) the root directory of the results, like in below example run:  
-- qsub heatmap_main.sh test results_directory  
+- qsub ./heatmap_stitch/heatmap_main.sh test results_directory  
 -- *heatmap_main.sh* in turn calls *heatmap_arr.sh* which runs *heatmap_assembly.py* for the heatmap stitching of all slides in parallel/scalable manner.
 
 The files mentioned in this section are located under <a href="https://github.com/DIDSR/HPC_DPAI/tree/master/heatmap_stitch">heatmap_stitch</a> directory.