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()