.landscape.yml
.travis.yml
CHANGELOG.md
LICENCE.md
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
EGCG_Core.egg-info/PKG-INFO
EGCG_Core.egg-info/SOURCES.txt
EGCG_Core.egg-info/dependency_links.txt
EGCG_Core.egg-info/not-zip-safe
EGCG_Core.egg-info/requires.txt
EGCG_Core.egg-info/top_level.txt
bin/integration_test_runner.py
egcg_core/__init__.py
egcg_core/app_logging.py
egcg_core/archive_management.py
egcg_core/clarity.py
egcg_core/config.py
egcg_core/constants.py
egcg_core/exceptions.py
egcg_core/integration_testing.py
egcg_core/ncbi.py
egcg_core/rest_communication.py
egcg_core/util.py
egcg_core/validate_config.py
egcg_core/executor/__init__.py
egcg_core/executor/array_executor.py
egcg_core/executor/cluster_executor.py
egcg_core/executor/executor.py
egcg_core/executor/script_writers.py
egcg_core/executor/stream_executor.py
egcg_core/notifications/__init__.py
egcg_core/notifications/asana.py
egcg_core/notifications/email.py
egcg_core/notifications/log.py
egcg_core/notifications/notification.py
etc/email_notification.html
etc/example_egcg.yaml
tests/__init__.py
tests/test_app_logging.py
tests/test_archive_management.py
tests/test_clarity.py
tests/test_config.py
tests/test_constant.py
tests/test_integration_testing.py
tests/test_ncbi.py
tests/test_notifications.py
tests/test_rest_communication.py
tests/test_util.py
tests/assets/countdown.sh
tests/assets/ftest.txt
tests/assets/ftest_2.txt
tests/assets/test.log
tests/assets/test_to_upload.txt
tests/assets/fastqs/10015AT/10015AT0001/10015AT0001_S6_L004_R1_001.fastq.gz
tests/assets/fastqs/10015AT/10015AT0001/10015AT0001_S6_L004_R2_001.fastq.gz
tests/assets/fastqs/10015AT/10015AT0001/10015AT0001_S6_L005_R1_001.fastq.gz
tests/assets/fastqs/10015AT/10015AT0001/10015AT0001_S6_L005_R2_001.fastq.gz
tests/assets/fastqs/10015AT/10015AT0002/10015AT0002_merged_R1.fastq.gz
tests/assets/fastqs/10015AT/10015AT0002/10015AT0002_merged_R2.fastq.gz
tests/test_executor/test_executors.py
tests/test_executor/test_script_writers.py