Skip to content

Commit

Permalink
include arg_group in query
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Apr 5, 2024
1 parent e3d2cae commit c917ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parts/22-query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,8 @@ EOFhelp
user_group_association.user_id = galaxy_user.id
AND
date_trunc('month', job.create_time) = '$arg_year_month-01'
AND
galaxy_group.name = '$arg_group'
GROUP BY
job.tool_id, galaxy_user.username
EOF
Expand Down

0 comments on commit c917ada

Please sign in to comment.