File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,5 @@ unzip -qq SeqAnHTS.zip
44unzip -qq htslib.zip
55make -C htslib-develop
66unzip -qq liblinear-2.01.zip
7- echo " Unzipping and relocating markerInfo files"
8- mkdir markerInfo
9- for i in {1..22}; do gunzip -c chr${i} markerInfo.gz > markerInfo/chr${i} markerInfo; rm chr${i} markerInfo.gz; done
10- mv longRepeats markerInfo/
11- mv defaultModel markerInfo/
12- echo " Unpacking kernel"
13- gunzip kernel.tar.gz
14- tar -xvf kernel.tar
157echo " Compiling binaries"
168make
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ echo " Unzipping and relocating markerInfo files"
3+ mkdir markerInfo
4+ for i in {1..22}; do gunzip -c chr${i} markerInfo.gz > markerInfo/chr${i} markerInfo; rm chr${i} markerInfo.gz; done
5+ mv longRepeats markerInfo/
6+ mv defaultModel markerInfo/
7+ echo " Unpacking kernel"
8+ gunzip kernel.tar.gz
9+ tar -xvf kernel.tar
10+ echo " Unpacking panel"
11+ gunzip panelMarkerInfo.tar.gz
12+ tar -xvf panelMarkerInfo.tar
You can’t perform that action at this time.
0 commit comments