Skip to content

Commit

Permalink
Quiet unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Nov 14, 2019
1 parent f4ff982 commit 9de51d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runPPA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ homeDir=`git rev-parse --show-toplevel`;
#Unzip reference pathways if needed
if [[ ! -f "${homeDir}/referencePathways/reactome/R-HSA-109688.gOut" || "`ls ${homeDir}/referencePathways/reactome/*.gOut | wc -l`" -lt 1416 ]];
then
unzip ${homeDir}/referencePathways/reactome/reactomeGraphlets.zip -d ${homeDir}/referencePathways/reactome/
unzip -q ${homeDir}/referencePathways/reactome/reactomeGraphlets.zip -d ${homeDir}/referencePathways/reactome/
fi

#Convert networks for PGD
Expand Down

0 comments on commit 9de51d5

Please sign in to comment.