X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc38c67d9b3b8ae6a1d891e8005c43d6af6edd06..db8fac04e5a7fb21bb91be59c507d6771e50c85a:/doc/user/index.html.textile.liquid diff --git a/doc/user/index.html.textile.liquid b/doc/user/index.html.textile.liquid index c8aee3cd05..e24afc9a44 100644 --- a/doc/user/index.html.textile.liquid +++ b/doc/user/index.html.textile.liquid @@ -1,34 +1,19 @@ --- layout: default navsection: userguide -title: Welcome to Arvados! - +title: Welcome to Arvados™! ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -h1. Welcome to Arvados! - -This guide is intended to introduce new users to the Arvados system. It covers initial configuration required to use the system and then presents several tutorials on using Arvados to do data processing. - -This user guide introduces how to use the major components of Arvados. These are: - -* Keep: Content-addressable cluster file system designed for robust storage of very large files, such as whole genome sequences running in the hundreds of gigabytes -* Crunch: Cluster compute engine designed for genomic analysis, e.g. alignment, variant calls -* Metadata Database: Information about the genomic data stored in Keep, such as genomic traits, human subjects -* Workbench: Web interface to Arvados components - -h2. Prerequisites +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} -To get the most value out of this guide, you should be comfortable with the following: +Arvados is an "open source":copying/copying.html platform for managing, processing, and sharing genomic and other large scientific and biomedical data. With Arvados, bioinformaticians run and scale compute-intensive workflows, developers create biomedical applications, and IT administrators manage large compute and storage resources. -# Using a secure shell client such as @ssh@ or @putty@ to log on to a remote server -# Using the unix command line shell @bash@ -# Viewing and editing files using a unix text editor such as @vi@, @emacs@, or @nano@ -# Programming in @python@ -# Revision control using @git@ +This guide provides a reference for using Arvados to solve scientific big data problems. -The examples in this guide uses the public Arvados instance located at "https://workbench.{{ site.arvados_api_host }}/":https://workbench.{{ site.arvados_api_host }}/ . You must have an account in order to use this service. If you would like to request an account, please send an email to "arvados@curoverse.com":mailto:arvados@curoverse.com . - -If you are using a different Arvados instance replace @{{ site.arvados_api_host }}@ with your private instance in all of the examples in this guide. +The examples in this guide use the Arvados instance located at {{site.arvados_workbench_host}}. If you are using a different Arvados instance replace @{{ site.arvados_workbench_host }}@ with your private instance in all of the examples in this guide. h2. Typographic conventions @@ -36,15 +21,15 @@ This manual uses the following typographic conventions: - -Now begin by "accessing the Arvados workbench.":getting_started/workbench.html