Skip to content

Commit 237d149

Browse files
authored
Merge pull request #184 from aanil/aggreg_qc
Remove hardcoded personal mail
2 parents cb8904d + 431d065 commit 237d149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/mail_resp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main(args):
2121
conf = yaml.load(conf_file, Loader=yaml.SafeLoader)
2222
statusdb = load_couch_server(conf)
2323

24-
operator = "par.lundin@scilifelab.se"
24+
operator = "genomics-bioinfo@scilifelab.se"
2525
summary = {}
2626
project_types = [
2727
"Aggregate QC (DNA) 4.0",

0 commit comments

Comments
 (0)