Skip to content

Commit e1d47ed

Browse files
committed
why bioshell more entry level
1 parent b3aa6a9 commit e1d47ed

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

pages/why-bioshell.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ computing is, when to use it, and why BioShell makes it easy to get started.
1212

1313
## What is a virtual machine? {#what-is-a-vm}
1414

15-
A virtual machine is a computer that runs inside another computer, delivered to you over the
16-
internet. You connect to it from your laptop or desktop, and it behaves like a full computer
17-
you have complete control over. You do not need to worry about your own hardware specs or
18-
operating system, and unlike an HPC system, you have the administrator access to install and
19-
configure software yourself, no need to work around module systems or wait on sysadmin
20-
approval. [Shelley](tools) is there to make that installation step fast.
15+
A virtual machine (or VM) is a computer that lives on a server somewhere else and that you use
16+
over the internet. You connect to it from your own laptop or desktop, and from then on it works
17+
just like a normal computer, one that happens to be much more powerful than your laptop.
18+
19+
Because the VM is your own space, you are free to set it up however you like. You can install
20+
whatever software you need and change any setting, without asking anyone for permission or
21+
waiting for a helpdesk to do it for you. [Shelley](tools), the tool that comes built into
22+
BioShell, makes installing that software quick and simple.
2123

2224
{% include callout.html type="tip" content="It's like booking a fully equipped lab bench. The facility handles all the infrastructure, the bench is cleared, powered, common use instruments are maintained and ready to go. You bring your samples and your experimental protocol, and run your work. Need extra equipment or more bench space? You request it and get it immediately without waiting for installation. When you're finished, you collect your results, clear out your samples, and the bench gets cleaned and reset for the next researcher." %}
2325

@@ -57,7 +59,7 @@ teaching. BioShell solves this.
5759

5860
| Feature | What it means for you |
5961
|---------|----------------------|
60-
| **Ready on any device** | Every participant gets the same preconfigured environment regardless of whether they are on Windows, macOS, or Linux with no device-specific setup required |
62+
| **Ready on any device** | Every user gets the same preconfigured environment regardless of whether they are on Windows, macOS, or Linux with no device-specific setup required |
6163
| **More power than your laptop** | Use familiar tools like RStudio and JupyterLab, but backed by cloud compute that is not competing with your browser, email, or background applications |
6264
| **Tool discovery built in** | [Shelley](tools), BioShell's command-line assistant, makes finding and installing tools from a catalogue of over 20,000 containers as simple as `Shelley build <tool>`, no container knowledge needed |
6365
| **Reproducible workshops** | Version-controlled environments mean you can build a workshop once and rerun it identically next year, or share it with another trainer at another institution |

0 commit comments

Comments
 (0)