Difference between revisions of "How to do parallel search of smi files on the cluster"
Jump to navigation
Jump to search
(Created page with "This tutorial shows how to do parallel search of smi files on the cluster.") |
|||
Line 1: | Line 1: | ||
− | This tutorial shows how to do parallel search of smi files on the cluster. | + | This tutorial shows how to do parallel search of smi files on the cluster. The files and scripts can be found in /nfs/home/jizhou/ex7/2D/test-parallel @gimel.compbio.ucsf.edu |
+ | |||
+ | '''Create a folder with the following files and scripts''' | ||
+ | <pre> | ||
+ | SUBMIT.sh | ||
+ | input.txt | ||
+ | search_smi.sh | ||
+ | merge.sh | ||
+ | </pre> |
Revision as of 17:05, 19 July 2018
This tutorial shows how to do parallel search of smi files on the cluster. The files and scripts can be found in /nfs/home/jizhou/ex7/2D/test-parallel @gimel.compbio.ucsf.edu
Create a folder with the following files and scripts
SUBMIT.sh input.txt search_smi.sh merge.sh