diff --git a/post-process.py b/post-process.py index 458fae25a26a1a2a6be033449dc3c7ef94e294fd..e6d88241d1f4dca0c2b8d767b9237af32b2d7152 100755 --- a/post-process.py +++ b/post-process.py @@ -92,7 +92,7 @@ with open(infile, "r") as fp: if line[0] == '#': continue words = line.split() - if words[itypecol] == "22": + if words[itypecol] == "25": key = words[otherrankcol] + "/" + \ words[rankcol] + "/" + \ words[isubtypecol] + "/" + \ @@ -105,7 +105,7 @@ with open(infile, "r") as fp: sends.append(words) nsends = nsends + 1 - elif words[itypecol] == "23": + elif words[itypecol] == "26": key = words[rankcol] + "/" + \ words[otherrankcol] + "/" + \ words[isubtypecol] + "/" + \