Skip to content

Commit

Permalink
Merge pull request #302 from wtsi-npg/devel
Browse files Browse the repository at this point in the history
pull from devel to master to create Release 3.22.1
  • Loading branch information
jmtcsngr authored Feb 21, 2024
2 parents f0e7559 + 918d612 commit fed85c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Release 3.22.1

- avoid uninitialized value in addition when human group not created

Release 3.22.0

- Introduced ss_<STUDY_ID>_human iRODS group to provide limited
Expand Down
2 changes: 1 addition & 1 deletion bin/populate_wtsi_irods_groups.pl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sub _uid_to_irods_uid {
}

if ($study->contaminated_human_dna) {
$altered_human_count += $iga->ensure_group_exists("ss_$study_id".'_human');
$altered_human_count += $iga->ensure_group_exists("ss_$study_id".'_human')||0;
}

$group_count++;
Expand Down

0 comments on commit fed85c2

Please sign in to comment.