From 7598f5f6a719f652c027e995f597c180fca82c2f Mon Sep 17 00:00:00 2001 From: carneiro Date: Tue, 15 Feb 2011 16:25:48 +0000 Subject: [PATCH] forgot to remove a debug line. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5246 348d0f76-0448-11de-a6fe-93d51630548a --- lua/remapAmplicons.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/remapAmplicons.lua b/lua/remapAmplicons.lua index df20cfa27..22bd90404 100644 --- a/lua/remapAmplicons.lua +++ b/lua/remapAmplicons.lua @@ -53,7 +53,6 @@ local function processSamHeaderLine(l, amplicons) if not header.sq then header.sq = {} end local ampName = l:match("@SQ%s+SN:ps%d+_([%w%p_]+).*") local chr = amplicons[ampName].chr -print("DEBUG: ", ampName, chr) header.sq[chr] = chrlength[chr] end end @@ -84,4 +83,4 @@ for l in io.lines(samFile) do end printHeader() -printReads() \ No newline at end of file +printReads()