Skip to content

Software related to the migration of the HLA to the pipeline

License

Notifications You must be signed in to change notification settings

mcara/hlapipeline

 
 

Repository files navigation

HLA in the Pipeline

image

image

Documentation Status

Code for implementing HLA-type processing in the HST Pipeline

Installation

  • TODO

Running Tests

This package comes with a number of tests which can be run using data from the HST archive as accessed using astroquery. These tests can be run after installing this package using the following steps:

  • Define the environment variable TEST_BIGDATA which is the location of input test data. It can either be:

  • (Optional) change to the tests directory in the hlapipeline package source code
  • Run pytest on the desired tests. For example:

    pytest -s --basetemp=/internal/1/pytest-hst --bigdata test_align.py >& test_align.log

    where the parameters are defined as:

    • `-s`: disable all capturing of stdout/stderr within pytest so that it will will show up interactively
    • `--basetemp=`: this defines what LOCAL directory will be used for running the tests and writing out the results. All contents of this directory will be deleted upon the next run of the tests.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Software related to the migration of the HLA to the pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Makefile 1.2%