From cfebe5c73159352cff772a75f98f9b1f2d0a6bd5 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 29 Sep 2010 05:02:41 +0000 Subject: [PATCH] clean-up the docs a little git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4375 348d0f76-0448-11de-a6fe-93d51630548a --- python/updateTribbleToCorrectSVNVersion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/updateTribbleToCorrectSVNVersion.py b/python/updateTribbleToCorrectSVNVersion.py index dc20597ae..d420d609a 100644 --- a/python/updateTribbleToCorrectSVNVersion.py +++ b/python/updateTribbleToCorrectSVNVersion.py @@ -1,7 +1,7 @@ # ==================================================================================================== -# update the tribble code to the appropriate version, given the current GATK verion. +# update the tribble code to the appropriate version, given the current GATK version. # this python script looks up the base version of the GATK, checks the date, and cross-references this -# against the Tribble version. If the current Tribble check-out has modifications it fails-fast +# against the Tribble version. # ==================================================================================================== import os, subprocess, re