Lishuang Shen
2015-03-27 04:12:26 UTC
We recently tried batch creation of accounts for a tutorial workshop of https://mseqdr.org
And we need to fix a potential bug (as below) to run.
We are running Gbrowse version 2.54
Lishuang
'email-s' => \$email,
instead of
'email=s' => \$email,
I corrected it and now the command is working, takes a couple of seconds to create each account, I'll let you know when all of them are created.
Daniel.
And we need to fix a potential bug (as below) to run.
We are running Gbrowse version 2.54
Lishuang
I found the error...
On the script /usr/local/bin/gbrowse_create_account.pl line 43 was:'email-s' => \$email,
instead of
'email=s' => \$email,
I corrected it and now the command is working, takes a couple of seconds to create each account, I'll let you know when all of them are created.
Daniel.