Skip to main content

WuXi Nextcode commandline utilities

Project description

NextCODE Command Line Interface

Requirements

  • Python 3.7

Installation

End-user installation

Prerequisites Note that having python3 (and a pip3 that points to that python) is a prerequisite, the easist way to fullfil this is to install both via Homebrew.

To install the package you have to run the following command:

$ pip3 install nextcode-cli -U

To verify that the installation was successful you can run the following command:

$ nextcode version
nextcode-cli/x.y.z (yyyy.mm.dd)

Developer installation

Start by pulling the sourcecode from git (usually from develop to be on the bleeding edge).

There are two ways to set up the CLI. We recommend trying to install it into your system python in develop mode by simply running the following command in the nextcode-cli folder (depending on your system setup you might need sudo)

$ pip3 install -e .

If you get any errors you can set up a local virtualenv in the nextcode-cli path:

$ source ./setup.sh
$ pip3 install -e .

Using this method means that you will always need to do source ./setup.sh to enter the virtualenv before using the tool, so we would recommend getting the first method to work unless you intend on make edits to the code yourself.

Set up a service profile

Create a service profile

For any work to happen a service profile must be defined. One example is the one here below, which is Platform Dev test specific. For QA purposes this is of course test environment dependent!:

The command is:

$ nextcode profile add <profile-name>

Follow the prompts to enter a server name and then log in through the browser window that opens up.

You can also set up the profile without a prompt like this:

$ nextcode profile add <profile-name> --domain=mydomain.wuxinextcode.com --api-key=<key>

Running the CLI for the first time

Once your installation has succeeded you can run the following command anywhere in your system:

nextcode status

Once you finish the authentication process you should be able to view workflow jobs:

nextcode workflow jobs

To start familiarizing yourself with the sdk you can use the --help option on all commands to see detailed information about their use.

$ nextcode --help
Usage: nextcode [OPTIONS] COMMAND [ARGS]...

  A utility for interfacing with WuXi Nextcode services.

  This tool allows you to communicate with the pipelines service, CSA,
  workflow service and GOR Query API. For all usage you will need to
  authenticate against the specific service profile you are using.

  Please look at the subcommands below for details.

Options:
  -v, --verbose [warning|error|info]
                                  Output logs for debugging
  -p, --profile TEXT              Use a specific profile for this command
  --help                          Show this message and exit.

Commands:
  csa_authenticate  Authenticate against CSA (for import).
  import            Import a TSV manifest into CSA.
  keycloak          Manage keycloak users Requires the keycloak admin...
  login             Authenticate against keycloak.
  pipelines         Root subcommand for pipelines functionality
  profile           Configure server profile to use.
  query             Root subcommand for query api functionality
  token             Print out an access token for the current profile
  version           Show the Nextcode CLI version.
  workflow          Root subcommand for workflow functionality

$ nextcode workflow --help
Usage: nextcode workflow [OPTIONS] COMMAND [ARGS]...

  Root subcommand for workflow functionality

Options:
  --help  Show this message and exit.

Commands:
  job        View or manage individual jobs.
  jobs       List jobs
  pipelines  List pipelines
  projects   List projects
  run        Start a new nextflow job.
  smoketest  Run a smoketest of the workflow service
  status     Show the status of the workflow service

Releasing

  • Bump version and update the a date in nextcodecli/VERSION
  • Merge to master
  • Tag in Gitlab
  • Watch the CI fireworks.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nextcode_cli-3.1.4.tar.gz (52.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nextcode_cli-3.1.4-py3-none-any.whl (71.5 kB view details)

Uploaded Python 3

File details

Details for the file nextcode_cli-3.1.4.tar.gz.

File metadata

  • Download URL: nextcode_cli-3.1.4.tar.gz
  • Upload date:
  • Size: 52.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.18 Linux/6.11.0-1018-azure

File hashes

Hashes for nextcode_cli-3.1.4.tar.gz
Algorithm Hash digest
SHA256 dee501b000e875c81999689ec19f812faa90876281e76323ceea71cdef0ce0b0
MD5 236a2a71ba862bb33c7e3507a83501eb
BLAKE2b-256 d9fb509a39ccf3197cd6a839bdac25a394049b936601a8a8393463fd5d2f53c3

See more details on using hashes here.

File details

Details for the file nextcode_cli-3.1.4-py3-none-any.whl.

File metadata

  • Download URL: nextcode_cli-3.1.4-py3-none-any.whl
  • Upload date:
  • Size: 71.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.10.18 Linux/6.11.0-1018-azure

File hashes

Hashes for nextcode_cli-3.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6aaa5368594fb5c2bb5e801065875365a24db41038ab118f3a58ee51d7d1245d
MD5 a200c14e2395ebcc0f23fbd3bc2d1d60
BLAKE2b-256 5fb2f5af886bb3a2c2e5e5e483da12467dc5f38ac79880c7952860557a64f952

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page