Skip to content

Commit

Permalink
[ALS-5669] Update 7 bridges text and link (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Jan 11, 2024
1 parent 83db393 commit f68a117
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,25 @@
</style>
<div id="seven-bridges-export-view" class="seven-bridges-view-container">
<div>
<p>After copying the PIC-SURE API Public Project to your own workspace in Seven Bridges, you will need the
following to export the data:</p>
<p>After copying the Data Export from the PIC-SURE UI Public Project to your own workspace in Seven Bridges, you can copy and paste the following into fields of the “Data Export from PIC-SURE UI” task:</p>
<ol>
<li><span>Save the personalized user token to a file called “token.txt” in your copied PIC-SURE API project in Seven Bridges.</span>
<li>
<div id="user-profile-container"></div>
<hr>
</li>
<li><span>Copy the query ID and paste in the “0_Export_from_UI.ipynb” notebook where instructed.</span>
<li>
<div class="query-id-container">
<label for="query-id">Query ID:</label>
<div id="query-id" class="query-id-box"></div>
<button id="copy-query-id-button" class="btn btn-primary">Copy Dataset ID</button>
</div>
</li>
</ol>
<p>Run the “0_Export_from_UI.ipynb” notebook to export the dataframe.</p>
<p>Run the “Data Export from PIC-SURE UI” task to export the dataframe into your project.</p>
</div>
<hr>
<div class="options">
<button id="cancel-button" class="btn btn-default">Cancel</button>
<a href="https://accounts.sb.biodatacatalyst.nhlbi.nih.gov/providers/oidc/dcp-ds/login?idp=ras&next=https%3A%2F%2Fplatform.sb.biodatacatalyst.nhlbi.nih.gov%2Fu%2Fbiodatacatalyst%2Fpic-sure-api" target="_blank" class="btn btn-primary" aria-label="Link to Seven Bridges. Opens a new tab.">Go to Seven Bridges <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
<a href="https://platform.sb.biodatacatalyst.nhlbi.nih.gov/u/biodatacatalyst/data-export-from-the-pic-sure-ui" target="_blank" class="btn btn-primary" aria-label="Link to Seven Bridges. Opens a new tab.">Go to Seven Bridges <i class="fa-solid fa-arrow-up-right-from-square"></i></a>
</div>
</div>

0 comments on commit f68a117

Please sign in to comment.