From fa2d564f2c8b970c97818e28691ec7d8a0d9be58 Mon Sep 17 00:00:00 2001 From: chartl Date: Sun, 29 Nov 2009 20:02:43 +0000 Subject: [PATCH] And the compulsory one-second-later fix -- better handling of arguments (e.g. for callng from outside of /trunk/python/) git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2177 348d0f76-0448-11de-a6fe-93d51630548a --- python/mergeVCFInfoFields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mergeVCFInfoFields.py b/python/mergeVCFInfoFields.py index 0a886b51f..f7e3c299c 100644 --- a/python/mergeVCFInfoFields.py +++ b/python/mergeVCFInfoFields.py @@ -10,7 +10,7 @@ print("Merging:") vcfInputFiles = [] vcfOutputFile = "" for arg in sys.argv: - if( arg == "./mergeVCFInfoFields.py" ): + if( arg.endswith("Fields.py") ): # do nothing continue else: