Skip to content

Commit

Permalink
Merge pull request #34 from CCBR/dev
Browse files Browse the repository at this point in the history
convert tab to comma
  • Loading branch information
slsevilla authored Feb 27, 2023
2 parents 0bb664c + 5681ed2 commit 163841c
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 163841c

Please sign in to comment.