How to sign in, choose scientific software, launch a costed environment, work in it, and shut it down - on numen-gcp.clovertex.net.
Numen turns "I need a machine with RELION on it" into a running, costed environment in a few clicks - without a ticket, a Terraform file, or a conversation about instance types.
You pick applications. Numen works out the machine, shows you what it will cost, builds it, installs the software, and tells you when it is ready. When you are finished you stop it, and the billing stops with it.
Three ideas explain most of the interface.
Every application carries its own requirements - cores, memory, disk, how long it takes to install. Select several and Numen adds them up and proposes a machine that fits all of them. You can override it; you rarely need to.
Tiles group software that people genuinely use together. Choosing a tile does not commit you to everything in it - inside, you tick only the tools you want.
An environment exists because you launched it, and it costs money only while it is running. Stopping it keeps your disk and stops the meter.
Go to numen-gcp.clovertex.net. Pick your account from the list and enter the password your Clovertex contact gave you.
| Account type | Can launch | Can stop / delete | Admin console |
|---|---|---|---|
| Administrator | Yes - any size | Yes | Yes |
| Researcher | Yes - real sizing | Yes | No |
| Demo | Yes - capped | No | No |
The demo account exists to let you prove the platform works without being able to spend meaningful money. Sign in as Demo user with the password your Clovertex contact provided.
| Guardrail | Value | Why |
|---|---|---|
| Machine size | e2-standard-2 - 2 vCPU / 8 GB, about $0.067/hr |
Fixed regardless of what you select, so a demo cannot become an expensive mistake |
| Disk | Capped at 50 GB | Same reason |
| Idle stop | 30 minutes | The VM stops itself once nobody is using it. Nothing is left running by accident |
| Stop / delete | Not available | Demo accounts cannot destroy resources. The idle stop reclaims them instead |
e2-standard-2 the heavier applications will install and run, but slowly.
That is the guardrail you are seeing, not the platform's ceiling.| Tile | On a demo instance |
|---|---|
| Transcriptomics and quantification | Ideal - 4 tools, installs in about 2 minutes |
| NGS data processing | Ideal - 9 tools, about 3 minutes |
| Cheminformatics | Good - RDKit and docking work fine at this size |
| Structural biology (PyMOL) | Good - light, and scriptable headless |
| Variant analysis | Workable - installs fine; real callers want more cores |
| Single-cell, Pipelines (RELION), Bioimage | Not representative - these want 8 vCPU and 32 GB |
Open Scientific app catalog from the home page and you get the tile grid.
Inside a tile you see each application with its version and a short description of what it is for. Tick the ones you want. As you tick, the recommendation panel updates.
The fastest way to see the whole loop. About five minutes end to end.
From the home page, choose Scientific app catalog, then Transcriptomics and quantification.
Tick Salmon and Kallisto - both quantify straight from FASTQ. Add featureCounts and HTSeq if you want the genome-alignment route too. All four together install in roughly two minutes.
Numen proposes a machine and shows the hourly cost and install estimate. On a demo
account this is fixed at e2-standard-2; on a real account it reflects
what you selected.
Give it a short name and press Launch. You are taken to the instance view.
The card turns Running when the software is installed. Two minutes for this tile; a few tiles take much longer and say so up front.
Connect (see Connecting) and the tools are on your path:
salmon --version
kallisto version
featureCounts -v
htseq-count --versionOn a real account, press Stop when you are done. On a demo account the machine stops itself after 30 idle minutes.
Nine science tiles plus two shared sets. "Installable" is what Numen can deploy for you; the remainder are commercial or vendor-licensed products you would bring your own licence for, and they are listed so each tile states its real scope.
| Tile | Installable | Full tile install |
|---|---|---|
| NGS data processing (QC & alignment) | 9 of 9 | ~11 min |
| Variant analysis and genomics | 11 of 12 | ~17 min |
| Single-cell | 7 of 10 | ~65 min |
| Bioimage analysis and imaging | 6 of 10 | ~48 min |
| Cheminformatics and drug discovery | 5 of 10 | ~13 min |
| Transcriptomics and quantification | 4 of 4 | ~6 min |
| Clinical data management (EDC/CDMS) | 2 of 4 | ~5 min |
| Structural biology and molecular modelling | 1 of 9 | ~4 min |
| Shared - add to any environment | ||
| Workflow orchestration | 5 tools | Nextflow, Snakemake, Cromwell, nf-core |
| Core programming and IDEs | 11 tools | R, Python, JupyterLab, VS Code, Docker |
Cost is visible before you commit, not after. Ticking another application updates the proposed machine and the hourly rate immediately.
| State | Meaning | Costing? |
|---|---|---|
| Initializing | The machine is being created | Starting |
| Installing | Machine is up; software is being installed. Progress names the current app | Yes |
| Running | Ready to use | Yes |
| Stopped | Shut down; disk kept, so you can start it again | Disk only |
| Failed | Something went wrong - the card says what | No |
Every instance is reachable over Google's Identity-Aware Proxy. There is no public SSH port and no bastion host to configure:
gcloud compute ssh <instance-name> --zone us-central1-a --tunnel-through-iap
Some applications are graphical and have no command-line mode - Fiji, QuPath, ilastik, IGV and KNIME among them. Tick remote desktop when launching and connect with any RDP client. The tools appear in the Science menu.
Two of the four ways to run have no login: a Google Batch job and a GKE (Kubernetes) job run on workers that exist only while the job runs. You submit, watch the state, read the log in the panel, and collect the results from the outputs bucket. If you want a shell, launch a single-node machine instead.
numen-bj-<suffix>-<id>)
appears at once in My instances as lane Batch.gs://numen-gcp-sandbox-outputs/<job>/
(gcloud storage ls gs://numen-gcp-sandbox-outputs/numen-bj-.../). A job that
succeeded is also recorded as job evidence the assistant can quote.Only applications whose maintainers publish a container image run here today: Seurat (runs the PBMC 3k tutorial workflow) and GROMACS (a version check, or the command you pass).
numen-kj-<suffix>-<id>) appears in My instances as lane GKE.NUMEN_GKE_SEURAT_SUCCEEDED cells=... clusters=... markers=.../12 in the log and
writes summary.json, clusters.csv, markers.csv and
the Seurat object under gs://numen-gcp-sandbox-outputs/<job>/.Build a cluster from New cluster... (head node plus compute groups; a shared
filesystem at /scratch if you pick one). Once it is running, log in to the
head node as yourself over IAP and OS Login, submit with sbatch, watch with
squeue; finished jobs stay in My instances because they are read from the
cluster's accounting.
gcloud compute ssh <head-node> --zone us-central1-a --tunnel-through-iap
Every instance also stops itself when it goes idle. Idle means no logged-in user, no open SSH or remote-desktop session, and no CPU or disk activity. Any one of those resets the clock, so a long job, a download, or a session you are reading but not typing into all keep the machine awake - you do not lose work by walking away mid-analysis. The default is two hours; demo accounts are fixed at 30 minutes.
An idle-stopped instance is stopped, not deleted: the disk and everything installed on it are kept, and you start it again from My instances. The instance card says it stopped itself, so a machine that is off is never a mystery.
No. It provisions a real Google Cloud VM and really installs the software. The only differences are the size cap and the idle stop.
Because it is capped at 2 vCPU / 8 GB regardless of what you selected. A real account is sized to the work.
If it is a demo instance, it stopped itself after 30 idle minutes. That is the guardrail working. Launch another.
On a real account, yes - it is your machine once it is running. Anything you add by hand is not reinstalled if you rebuild, so tell your Clovertex contact if it should be in the catalog permanently.
Stop keeps the disk and everything on it. Delete does not. Anything you cannot lose should be copied to Cloud Storage before deleting.
They are commercial or vendor-licensed - cryoSPARC, MaxQuant, Cell Ranger, ChemDraw and others. They stay listed so each tile states its real scope, and you can bring your own licence.