biocore / my-microbes

A set of tools for delivering personal microbiome results to individuals participating in microbiome sequencing studies.
7 stars 5 forks source link

Update generate_participant_list.py to accept single column file #105

Closed jairideout closed 11 years ago

jairideout commented 11 years ago

generate_participant_list.py currently expects a two-column file in the same format accepted by notify_participants.py (I originally designed it this way for convenience). generate_participant_list.py should be updated to handle files with at least one column.

The reason is that due to IRB, we want to limit the scripts that require participants' email addresses just to notify_participants.py. Generating an HTML list of participants shouldn't require the email addresses.