2 ### Pasting the following lines at a shell prompt will allow Arvados SDKs
3 ### to authenticate to your account, <%= current_user.email %>
5 read ARVADOS_API_TOKEN <<EOF
6 <%= Thread.current[:arvados_api_token] %>
8 export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %>
11 <%= render partial: 'index' %>