Skip to content

Commit

Permalink
invert condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nvta1209 committed Apr 5, 2024
1 parent 608deb9 commit e32add9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbin/uta-load
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ sbin/assoc-acs-merge "$working_dir/assocacs.gz" | gzip -c > "$working_dir/assoc-
# Load genes into gene table.
if [ "$skip_load_genes" = "true" ]
then
echo "Skipping load-geneinfo"
else
uta --conf=etc/global.conf --conf=etc/[email protected] load-geneinfo "$working_dir/geneinfo.gz" 2>&1 | \
tee "$log_dir/load-geneinfo.log"
fi
Expand Down

0 comments on commit e32add9

Please sign in to comment.