Skip to content

Commit

Permalink
convert tab to comma
Browse files Browse the repository at this point in the history
  • Loading branch information
slsevilla committed Feb 27, 2023
1 parent 13e698c commit 5681ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
MasterTable = MasterTable.sort_values(by=['Dist'])

# output the final table
MasterTable.to_csv(sys.argv[2], index=False, sep = '\t')
MasterTable.to_csv(sys.argv[2], index=False, sep = ',')

0 comments on commit 5681ed2

Please sign in to comment.