From cedf1806c1faaa8d2ac2aafd2f8f8fc8a4cb1a26 Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Thu, 10 Nov 2016 08:43:31 +0100 Subject: [PATCH] imgt-to-vdj.py: fix 7732d52 --- algo/tests/imgt-to-vdj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/tests/imgt-to-vdj.py b/algo/tests/imgt-to-vdj.py index 4ae175dc8..bcdb68662 100644 --- a/algo/tests/imgt-to-vdj.py +++ b/algo/tests/imgt-to-vdj.py @@ -138,7 +138,7 @@ def header_vquest_results(ff_fasta, ff_vquest): while not vquest: vquest = f_vquest.next().strip() - r = IMGT_VQUEST_Result(result) + r = IMGT_VQUEST_Result(vquest) yield (fasta.replace('>', ''), r.to_vdj()) -- GitLab