Skip to content
Snippets Groups Projects
Commit 77e035c7 authored by Franck Dary's avatar Franck Dary
Browse files

Corrected generation of .as

parent 1b46574b
Branches
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ if __name__ == "__main__" :
striped = line.strip()
if len(striped) == 0 :
continue
print("WRITE b.0 " + striped, file=output)
print("WRITE b.0 POS " + striped, file=output)
output.close()
elif nameCol == "MORPHO" :
......@@ -51,7 +51,7 @@ if __name__ == "__main__" :
striped = line.strip()
if len(striped) == 0 :
continue
print("WRITE b.0 " + striped, file=output)
print("WRITE b.0 MORPHO " + striped, file=output)
output.close()
elif nameCol == "LABEL" :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment