Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Nov 11, 2024
1 parent c710c6c commit d12bd01
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/app/agents/AgentMonitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ The code corresponding to historical commits can be viewed by clicking the <div
<div class="text--center">
<img
alt="Agent build history detail"
src="https://ganymede-bio.mo.cloudinary.net/agent/Agent_Code_View20241101.png"
src="https://ganymede-bio.mo.cloudinary.net/agent/Agent_Code_View20241111.png"
width="800"
/>
</div>
2 changes: 1 addition & 1 deletion docs/app/flows/FlowEditor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The changes are shown like a side by side `git` diff where the left is old and t

Prior code can be copied by clicking on <div className="button dark_gray_button"><EyeOutlined /> **View Code**</div> button on the Flow Version History page, followed by clicking on <div className="button dark_gray_button"><CopyOutlined /> **Copy code**</div> button from the Ganymede Code Viewer panel.

<img alt="Flow Code history" src="https://ganymede-bio.mo.cloudinary.net/apiServer/FlowCodeViewer_20241101.png" />
<img alt="Flow Code history" src="https://ganymede-bio.mo.cloudinary.net/apiServer/FlowCodeViewer_20241111.png" />
&nbsp;

:::note
Expand Down
38 changes: 34 additions & 4 deletions docs/app/virt/Virtualization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: Virtualization
title: Virtualization
displayed_sidebar: webUiSidebar
toc_max_heading_level: 4
---

import {
Expand Down Expand Up @@ -81,7 +82,7 @@ When the session first loads, you will see a Windows lock screen with a Ganymede
Once the session is opened, a Windows desktop appears. On the desktop, there is a directory called “Input_Files”. This directory contains the files that were selected in the File Browser during session creation.

<div style={{ textAlign: 'center' }}>
<img width="800" alt="Virtualization Desktop" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationDesktop20240507.png"
<img width="800" alt="Virtualization Desktop" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationDesktop20241111.png"
/>
</div>
&nbsp;
Expand All @@ -93,27 +94,56 @@ If additional files are needed, you can add them from either the Sessions page o
- **From the Sessions Page**: Navigate to the relevant session and click the Add Files (+) icon next to the input files.

<div style={{ textAlign: 'center' }}>
<img width="800" alt="Adding files to a Virtualization Session from the Sessions page" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationSessionAddFiles20240507.png"
<img alt="Adding files to a Virtualization Session from the Sessions page" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationSessionAddFiles20240507.png"
/>
</div>
&nbsp;

- **From Within the Session**: Navigate to the relevant session and click the Add Files (+) icon next to the input files.

<div style={{ textAlign: 'center' }}>
<img width="800" alt="Adding files to a Virtualization Session from the active session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationAddFiles20240507.png"
<img alt="Adding files to a Virtualization Session from the active session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationAddFiles20241111.png"
/>
</div>
&nbsp;

which launches a modal for selecting files from Ganymede data storage to add.

<div style={{ textAlign: 'center' }}>
<img width="800" alt="File select modal for Virtualization Session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationFileSelectModal20240507.png"
<img alt="File select modal for Virtualization Session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationFileSelectModal20240507.png"
/>
</div>
&nbsp;

### Pausing a session

Virtualization sessions can be paused by clicking on the Pause Session button in the control bar at the bottom of the screen.

<div style={{ textAlign: 'center' }}>
<img alt="Pausing a session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationPauseSession20241111.png"
/>
</div>
&nbsp;

This can be useful for preserving the state of the session; files on the desktop will be retained, and the session will be paused.

:::warning

Application state is not preserved; any unsaved work within the application will be lost.

:::

### Resuming a session

To resume a paused session, navigate to the Sessions page and click the Resume button next to the relevant session.

<div style={{ textAlign: 'center' }}>
<img alt="Resuming a session" src="https://ganymede-bio.mo.cloudinary.net/virtualization/VirtualizationResumeSession_20241111.png"
/>
</div>
&nbsp;


### Storing files from a session

After completing your analysis, save the output files to Ganymede File Storage.
Expand Down
8 changes: 4 additions & 4 deletions docs/releases/202411.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ displayed_sidebar: releaseSideBar
### November 7 2024

**Features**
- **Virtualization**: Virtualization sessions can now be paused and resumed
- Pausing a session will stop the session from running, retaining the input and output files
- Resuming a session will restart the session with the same input and output files
- **Virtualization**: Virtualization sessions can now be [paused](../app/virt/Virtualization#pausing-a-session) and resumed, with all saved files retained
- Pausing a session will stop the session from running, retaining the files in the input and output folders
- Resuming a session will restart the session with files retained

**Improvements**
- **UI**: Code syntax highlighting is now available in the View Code modal for Flows and Agents
- **UI**: Code syntax highlighting is now available in the View Code modal for [Flows](../app/flows/FlowEditor#historical-flow-versions) and [Agents](../app/agents/AgentMonitoring#viewing-historical-code)

**Bug Fixes**
- **UI**: Fixed an issue where Agent logs and status updates were not being displayed in real-time
Expand Down

0 comments on commit d12bd01

Please sign in to comment.