Skip to content

Commit

Permalink
add full path for adj of GTEx
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhongli Jiang committed Apr 30, 2022
1 parent f091749 commit 2c624fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/adj_portal_gtex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ usage() {

pheno=$($SIGNET_ROOT/signet -s --pheno | sed -r '/^\s*$/d')
tissue=$($SIGNET_ROOT/signet -s --tissue | sed -r '/^\s*$/d')
anno=$($SIGNET_ROOT/signet -s --anno | sed -r '/^\s*$/d')
resa=$($SIGNET_ROOT/signet -s --resa.gtex | sed -r '/^\s*$/d')
resg=$($SIGNET_ROOT/signet -s --resg.gtex | sed -r '/^\s*$/d')
rest=$($SIGNET_ROOT/signet -s --rest.gtex | sed -r '/^\s*$/d')
anno=$($SIGNET_ROOT/signet -s --anno | sed -r '/^\s*$/d' | readlink -f )
resa=$($SIGNET_ROOT/signet -s --resa.gtex | sed -r '/^\s*$/d' | readlink -f )
resg=$($SIGNET_ROOT/signet -s --resg.gtex | sed -r '/^\s*$/d' | readlink -f)
rest=$($SIGNET_ROOT/signet -s --rest.gtex | sed -r '/^\s*$/d' | readlink -f)
forcerm=$($SIGNET_ROOT/signet -s --forcerm | sed -r '/^\s*$/d')

ARGS=`getopt -a -o a:r -l h:,pheno:,resa:,help -- "$@"`
Expand Down

0 comments on commit 2c624fb

Please sign in to comment.