From af21d6c2b125c22ef3dbc36a0a6a67a1874549c7 Mon Sep 17 00:00:00 2001 From: Sven Twardziok Date: Thu, 12 Aug 2021 11:50:32 +0200 Subject: [PATCH] fix: Ga4gh tes bugfixes (#1127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add py-tes * check remote log and benchmark * reduce complexity * bugfix * add exception for missing tes module * add install py-tes info to doc * add raise exception * formatting * remove py-tes Co-authored-by: Johannes Köster --- docs/executing/cloud.rst | 9 +++++++- snakemake/executors/ga4gh_tes.py | 39 ++++++++++++++------------------ 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/docs/executing/cloud.rst b/docs/executing/cloud.rst index 79352175d..ddb9d1a39 100644 --- a/docs/executing/cloud.rst +++ b/docs/executing/cloud.rst @@ -350,7 +350,7 @@ To install and configure Funnel follow its official `documentation