Skip to main content

IRIDA uploader: upload NGS data to IRIDA system

Project description

IRIDA Uploader

Integration Tests Documentation Status install with bioconda

Please Note: The latest version of the IRIDA Uploader requires IRIDA Version 20.05 or later.

If you are using an older version of IRIDA, please update your IRIDA, or use Uploader Release Version 0.4.3

Download / Installation

The IRIDA Uploader is available via pip and bioconda

Installation instructions can be found in our documentation.

ReadTheDocs

Tutorial

You can find a walkthrough and tutorial on the phac-nml github

https://github.com/phac-nml/irida-uploader-tutorial

Running the project from source code

You can build an environment and run the uploader from source code with the following commands:

$ make
$ source .virtualenv/bin/activate
$ irida-uploader --help

You can also build and run the GUI with:

$ make gui
$ source .virtualenv/bin/activate
$ irida-uploader-gui

Creating the Windows installer from source code

A new windows installer can be built on linux, so first see the installation instructions for installing on linux in our documentation.

You will also need nsis installed to create the windows installer.

$ sudo apt install nsis

Then run the command:

$ make windows

This will create a new installer in the folder build/nsis/ with a name similar to IRIDA_Uploader_GUI_0.X.X.exe

Running Tests

Unit tests

Running the unittests can be done with the command:

$ make unittests

Integration tests

To run integration tests your will need some additional software.

$ sudo apt install xvfb

You will also need to download and install chromedriver http://chromedriver.chromium.org/downloads

You will need to grant the IRIDA instance access to the mysql database needed for the tests

$ mysql -e "CREATE USER 'test'@'localhost' IDENTIFIED BY 'test'; GRANT ALL ON irida_uploader_test.* to 'test'@'localhost';"

Running the IRIDA integration tests can be done with the command:

$ make integrationtests branch=<IRIDA github branch to test against>

Example:

$ make integrationtests branch=development

Tests will be logged to ~/.cache/irida_uploader_test/log/irida-uploader.log

PEP8 tests

You can run pep8 tests with:

$ make pep8

Documentation

You can ReadTheDocs here.

Alternatively, documentation is built locally using mkdocs.

It can be built with the command:

$ make docs

Or you can install mkdocs to your system:

$ sudo apt install mkdocs
$ mkdocs build

HTML docs will be generated to site/ for local browsing

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

iridauploader-0.6.2.tar.gz (103.6 kB view details)

Uploaded Source

Built Distribution

iridauploader-0.6.2-py3-none-any.whl (162.5 kB view details)

Uploaded Python 3

File details

Details for the file iridauploader-0.6.2.tar.gz.

File metadata

  • Download URL: iridauploader-0.6.2.tar.gz
  • Upload date:
  • Size: 103.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3

File hashes

Hashes for iridauploader-0.6.2.tar.gz
Algorithm Hash digest
SHA256 eab568082bda8ea414ac9acdec474920839ac82f5273ca483530eaa3e3438399
MD5 d02bb24e9d02d355b3be7122b34df8ad
BLAKE2b-256 defc2833d2fe847ac4e23a334ca70cde69c29125b2803bb091d761cb82413e05

See more details on using hashes here.

Provenance

File details

Details for the file iridauploader-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: iridauploader-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 162.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.3

File hashes

Hashes for iridauploader-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 769101d4966c5bc2944a7f70075492d48677cb78f938390082fe68fb152593f1
MD5 aeb7410d15c9b942364e1c8bf88b4e94
BLAKE2b-256 5bca5b2268ac7aee8bd724d4509b14edaab9d2bdd70de3f1cfb0b96a19d71f51

See more details on using hashes here.

Provenance

Supported by

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