LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/recast_atlas.egg-info/PKG-INFO
src/recast_atlas.egg-info/SOURCES.txt
src/recast_atlas.egg-info/dependency_links.txt
src/recast_atlas.egg-info/entry_points.txt
src/recast_atlas.egg-info/requires.txt
src/recast_atlas.egg-info/top_level.txt
src/recastatlas/__init__.py
src/recastatlas/cli.py
src/recastatlas/config.py
src/recastatlas/exceptions.py
src/recastatlas/resultsextraction.py
src/recastatlas/testing.py
src/recastatlas/backends/__init__.py
src/recastatlas/backends/docker.py
src/recastatlas/backends/kubernetes.py
src/recastatlas/backends/local.py
src/recastatlas/backends/reana.py
src/recastatlas/data/expect_script.sh
src/recastatlas/data/getkrb_reana.sh
src/recastatlas/data/catalogue/atlas_atlas_conf_2018_041.yml
src/recastatlas/data/catalogue/busyboxtest.yml
src/recastatlas/data/catalogue/examples_checkmate1.yml
src/recastatlas/data/catalogue/examples_checkmate2.yml
src/recastatlas/data/catalogue/examples_rome.yml
src/recastatlas/data/templates/helloworld/recast.yml
src/recastatlas/data/templates/helloworld/specs/steps.yml
src/recastatlas/data/templates/helloworld/specs/workflow.yml
src/recastatlas/subcommands/__init__.py
src/recastatlas/subcommands/auth.py
src/recastatlas/subcommands/backends.py
src/recastatlas/subcommands/catalogue.py
src/recastatlas/subcommands/ci.py
src/recastatlas/subcommands/run.py
src/recastatlas/subcommands/software.py
src/recastatlas/subcommands/testing.py
src/recastatlas/test/.gitkeep
tests/test_cli.py