dchary / ucdeconvolve

UniCell Deconvolve - Cloud Cell Type Deconvolution For Transcriptomic Data
GNU General Public License v3.0
20 stars 7 forks source link

Fixed email in "Please check inbox at ..." #9

Open evodify opened 1 year ago

evodify commented 1 year ago

Registration email was fixed to dmcharytonowicz@gmail.com in:

print(f"Please check inbox at dmcharytonowicz@gmail.com and copy/paste activation code into prompt below.")

Corrected to show user's email entered during registration:

print(f"Please check inbox at {params['email']} and copy/paste activation code into prompt below.")