a sustainable national gateway for biological computation

18
A SUSTAINABLE NATIONAL GATEWAY FOR BIOLOGICAL COMPUTATION XSEDE 13 July 24, 2013

Upload: onofre

Post on 23-Feb-2016

25 views

Category:

Documents


0 download

DESCRIPTION

A SUSTAINABLE NATIONAL GATEWAY FOR BIOLOGICAL COMPUTATION. XSEDE 13 July 24, 2013. Galaxy Team: [email protected] [email protected] [email protected] PSC Team: [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]. Overview. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

A SUSTAINABLE NATIONAL GATEWAY FOR

BIOLOGICAL COMPUTATIONXSEDE 13

July 24, 2013

Page 3: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Overview Galaxy: The Need, the Framework, the

Popularity Bottleneck Distributing Galaxy work and data flows

to XSEDE systems: first steps The Future: Galaxy Gateway(s)

Page 4: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

643 HiSeqs = 6.5 Pb/year

Page 5: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

The ChallengeBiology has rapidly become data intensive,and dependent on computational methods

How can we ensure that these methods are accessible to researchers?

...while also ensuring that scientific resultsremain reproducible?

Page 6: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

GalaxyA free (for everyone) web service integrating a wealth of tools, compute resources, terabytes of reference data and permanent storage

Open-source software allowing anyone to freely deploy or extend this platform

A community of users and developers

Page 7: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Galaxy integrates existing tools into a uniform framework

Mostly command line tools, a declarative XML description of the interface, how to generate a command line

Designed to be as easy as possible for tool authors, while still allowing rigorous reasoning

Workflows can be constructed from scratch or extracted from existing analysis histories

Facilitate reuse, as well as providing precise reproducibility of a complex analysis

Page 8: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Describe analysis tool

behavior abstractly

Analysis environment automatically and

transparently tracks details

Workflow system for complex analysis, constructed explicitly

or automatically

Pervasive sharing, and publication

of documents with integrated analysis

Page 9: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

The Popularity Bottleneck

Page 10: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

So, send jobs to XSEDE! Entire Galaxy workflows or component

tasks. Especially, tasks that require HPC, e.g.

de-novo assembly applications Velvet (of genome) and Trinity (of transcriptome) to PSC Blacklight (up to 16 TB of coherent shared memory per process).

Should be transparent to the user of usegalaxy.org .

Page 11: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Problems to be solved Data Migration: Galaxy currently relies

on a shared filesystem between the instance host and the execution server to store the reference and user data required by the workflow. This is implemented via NFS.

Remote Job Submission: Galaxy job execution currently requires a direct interface with the resource manager on the execution server.

Page 12: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Initial Galaxy Data Staging to PSC

Penn State

PSCData SuperCell

Data Generation Nodes

Storage

10gigE link

Transferred 470TB in 21 days from PSU to PSC(average ~22TB/day; peak 40 TB/day)

rsync used to initially stage and synchronizesubsequent updates

Data copy maintained in PSC in /arc file systemavailable from compute nodes

Page 13: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Galaxy Remote Data Architecture

Penn State

PSC

/galaxys2

/galaxys2

Data Generation andProcessing Nodes

Data Generation andProcessing Nodes

SLASH2Wide-Area CommonFile systemGalaxyFS

Access is identical from PSU and PSC to theshared dataset via /galaxys2

SLASH2 file system handles consistency andmultiple residency coherency and presence

Local copies are maintained for performance

Jobs run on PSC compute resources such asBlacklight and at PSU

Page 14: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Underlying SLASH2 Architecture

Metadata Server(MDS)

I/O Servers(IOS)

Clients

I/O Servers(IOS)

I/O Servers(IOS)

I/O Servers(IOS)

One at PSU and one at PSC for performanceConverts pathnames to object IDsSchedules updates when copies become inconsistentConsistency protocol to avoid incoherent dataResidency and network scheduling policies enforced Clients are compute resources &

dedicated front endsDataset residency requests issued from administrators and/or users

I/O servers are very lightweightCan use most backing file systems (ZFS, ext4fs, etc.)

READ and WRITE

Data consistency updates

All other file ops (RENAME, SYMLINK, etc.)

Page 15: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Submitting to Blacklight Created a new Galaxy job-running plugin for

submission via a remote shell program and PSC “SIMON” Torque command line: CLI runner.

Velvet and Trinity have been incorporated into the Galaxy web platform using Galaxy’s XML interface.

Test jobs have been successfully submitted from Penn State and executed on Blacklight using the data replicated via SLASH2 from Penn State to PSC.

Page 16: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Future Work (1) Integrate this work with the

production public Galaxy site, usegalaxy.org

Dynamic job submission, allowing the selection of appropriate remote or local resources (cores, memory, walltime, etc.) based on individual job requirements, using an Open Grid Services Architecture Basic Execution Service compatible service, such as Unicore.

Page 17: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

Future Work (2) Galaxy-controlled data management, to

intelligently create replicas as close as possible to the compute resource that will use the data.

Authentication with Galaxy instances, using XSEDE or other credentials, e.g., InCommon/CILogon.

Additional data transfer capabilities in Galaxy, such as IRODS and Globus Online.

Page 18: A SUSTAINABLE NATIONAL GATEWAY FOR  BIOLOGICAL COMPUTATION

The Vision

Ultimately, we envision that any Galaxy instance (in any lab, not just Galaxy Main) will be able to spawn jobs, access data, and share data on external infrastructure whether this is an XSEDE resource, a cluster of Amazon EC2 machines, a remote storage array, etc.