From 932baa0deb75bba340ee9f1c1d87cb5019900ccb Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Tue, 3 Oct 2017 16:36:10 -0500 Subject: [PATCH] Consistency in documentation. --- workflow/scripts/trim_reads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/scripts/trim_reads.py b/workflow/scripts/trim_reads.py index 4a2d728..c3925a0 100644 --- a/workflow/scripts/trim_reads.py +++ b/workflow/scripts/trim_reads.py @@ -43,7 +43,7 @@ def get_args(): def check_tools(): - '''Checks for required componenets on user system''' + '''Checks for required componenets on user system.''' logger.info('Checking for required libraries and components on this system') -- GitLab