Skip to content

Commit

Permalink
Update adj_filter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent e8c3331 commit 0281434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/adj/adj_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ncore=$($SIGNET_ROOT/signet -s --ncore_local)

cd $SIGNET_TMP_ROOT/tmpg

echo -e "Splitting genotype data ... \n"
echo -e "Splitting genotype data into chromosome-wise... \n"
$SIGNET_SCRIPT_ROOT/geno_prep/splitchr.pl matched.Geno.data impute/impute_Genotype.sizes $nchr


Expand Down Expand Up @@ -46,5 +46,5 @@ $SIGNET_SCRIPT_ROOT/adj/extractsnp.pl snps5.idx matched.Geno.data > ${resa}_new
## Summarize minor allele frequency for SNPs in new.Geno output to new.Geno.maf
echo $(wc -l < ${resa}_new.Geno) >> sz

echo -e "Summarizing minor allele frequencies ... \n"
echo -e "Summarizing minor allele frequencies...\n"
Rscript $SIGNET_SCRIPT_ROOT/adj/masummary.R

0 comments on commit 0281434

Please sign in to comment.