Getting started at the command line

Many operations in Arvados can be performed using either the web Workbench or through command line tools. Some operations can only be done using the command line.

To use the command line tools, you can either log into an Arvados virtual machine where those tools are pre-installed, or install the Arvados tools on your own system.

Option 1: Using an Arvados virtual machine

This is the command line interface we recommend for most day-to-day work, because the tools are all preinstalled and preconfigured for you. You can log in to any virtual machine where you have permission by using:

Option 2: Installing Arvados tools on your own system

This option gives you more flexibility in your work, but takes more time to set up.

Configure Arvados package repositories for your system

Doing this isn’t strictly required for most tools, but will streamline the installation process. Follow the Arvados package repository instructions.

Install individual tool packages

Here are the client packages you can install on your system. You can skip any you don’t want or need except for the Python SDK (most other tools require it).

  • Python SDK: This provides an Arvados API client in Python, as well as low-level command line tools.
  • Command-line SDK: This provides the high-level arv command and user interface to the Arvados API.
  • FUSE Driver: This provides the arv-mount command and FUSE driver that lets you access Keep using standard Linux filesystem tools.
  • CWL Runner: This provides the arvados-cwl-runner command to register and run workflows in Crunch.
  • crunchstat-summary: This tool provides performance reports for Crunch containers.
  • arvados-client: This tool provides subcommands for inspecting Crunch containers, both interactively while they’re running and after they’ve finished.

After Installation: Check your environment

Once you are logged in or have command line tools installed, move on to getting an API token and checking your environment.


Previous: Processing Whole Genome Sequences Next: Getting an API token

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.