Fix a minor issues with emails
If the email address is not given, we pass None into the pesummary command. But, this causes a type error down the line. This just only adds the email if required.
If the email address is not given, we pass None into the pesummary command. But, this causes a type error down the line. This just only adds the email if required.