Skip to content

Commit

Permalink
Update cis-eQTL.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent c8b76f1 commit 5b6d97d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/cis-eQTL/cis-eQTL.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo -e "Splitting the SNPs by maf\n"
echo -e "Splitting the SNPs by MAF...\n"

$SIGNET_SCRIPT_ROOT/cis-eQTL/snpsplit.sh &&

Expand All @@ -13,14 +13,14 @@ $SIGNET_SCRIPT_ROOT/cis-eQTL/rare.ciseQTL.sh &&
wait

#Combine the results
echo -e "Begin to summarize the results\n"
echo -e "Summarizing the results...\n"
$SIGNET_SCRIPT_ROOT/cis-eQTL/combine.sh &&

#
#echo -e "\nBegin to find the uncorrelated SNPs and fit a ridge regression to genes that has more than one cis-eQTL region\n"

echo -e "\nCis-eQTL analysis completed!\n"
echo -e "Please copy the following files into research cluster for computing:\n"
echo -e "\nCis-eQTL mapping is completed!\n"
echo -e "Please copy the following files into research clusters for constructing GRN:\n"

echo -e "1. ${resc}_all.sig.pValue_$alpha\n"
echo -e "2. ${resc}_net.gexp.data\n"
Expand Down

0 comments on commit 5b6d97d

Please sign in to comment.