From: Diane Trout Date: Tue, 10 Mar 2009 00:29:04 +0000 (+0000) Subject: Use gigio's fully name instead of nickname X-Git-Tag: 0.2.0.2~18 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=35e13dfcdf42d60b0f20145ea8ec852f723db2ef Use gigio's fully name instead of nickname --- diff --git a/docs/conv_caltech_v0.1_made_for.py b/docs/conv_caltech_v0.1_made_for.py index bcf6746..206de00 100644 --- a/docs/conv_caltech_v0.1_made_for.py +++ b/docs/conv_caltech_v0.1_made_for.py @@ -26,7 +26,7 @@ def main(): 'Erich Schwarz', 'Georgi Warinov', 'Gilberto Desalvo', - 'Gigio', + 'Gilberto Hernandez', 'Gordon Kwan', 'Hudson-Alpha', 'James Puckett', @@ -62,6 +62,7 @@ def main(): 'Erich Schwartz': ('Erich Schwarz',), 'Georgi Warinov': ('Georgi Warinov',), 'Gilberto Desalvo': ('Gilberto Desalvo',), + 'Gilberto Hernandez': ('Gilberto Hernandez',), 'Gordon Kwan': ('Gordon Kwan',), 'Gordon': ('Gordon Kwan',), 'Alpha-Hudson': ('Hudson-Alpha',), @@ -71,7 +72,7 @@ def main(): 'Jingli Zhang': ('Jingli Zhang',), 'Jose Luis': ('Jose Luis',), 'Katherine Fisher': ('Katherine Fisher',), - 'Katherine, Gigio': ('Katherine Fisher', 'Gigio',), + 'Katherine, Gigio': ('Katherine Fisher', 'Gilberto Desalvo',), 'Meyerowitz': ('Meyerowitz',), 'Ryan, Demo': ('Ryan', 'Demo',), 'Stathopoulos': ('Angela Stathopoulos',), @@ -104,4 +105,4 @@ if __name__ == "__main__": print "" print "The user lists are hard coded and exist mostly for my" print "convienence." - #main() + main()