Mercurial > repos > yating-l > jbrowsehubtoapollo
diff apollo/ApolloUser.py @ 1:2ae1e96a8380 draft
planemo upload for repository https://github.com/Yating-L/jbrowse-archive-creator.git commit a8c47ae0025953ef398bdc689dc5df5516edf686-dirty
author | yating-l |
---|---|
date | Tue, 24 Oct 2017 18:24:40 -0400 |
parents | bc00f5c4c59e |
children |
line wrap: on
line diff
--- a/apollo/ApolloUser.py Tue Oct 17 17:28:05 2017 -0400 +++ b/apollo/ApolloUser.py Tue Oct 24 18:24:40 2017 -0400 @@ -3,7 +3,7 @@ import os class ApolloUser(object): - def __init__(self, user_email, firstname, lastname, password): + def __init__(self, user_email, password, firstname=None, lastname=None): self.user_email = user_email self.firstname = firstname self.lastname = lastname