Entering edit mode
10.2 years ago
muralinmars
▴
100
Hi guys,
It will be great if someone can give some suggestions.
How to loop the body (shown below) to different "chr$" files, where dollar sign take different values (eg. 1,3,5,7,12).
Say for instance, for the first run it takes the value chr1 (and use it in the body) and then chr3 and so on.....
This is the body of the loop file:
/drn/common/u/snn/FAST/FAST.1.8.mc/bin/linux_x86_64/FAST \
--summary-file /drn/common/data/chr$.simple \
--hap-file /drn/common/CEU/chr$.hap.gz \
--pos-file /drn/common/CEU/chr$.hap.ra.gz \
--out-file /drn/common/output/out_chr$ \
--gene-set /drn/common/data/chr$.txt \
--chr $ \
--mode summary \
--n-sample 2000 \
--logistic-vegas-perm \
Thanks a bunch
I should have refreshed before posting, you beat me by 3 minutes!
Thanks a bunch,, ashutosh,
what does the
echo $command
do - just curiousIt prints the command that you want to run to the screen to ensure that things are working correctly.