You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings!
I had a query if I wanted to change the columns that are printed in the txt file of the output. How do I get two columns, one with GC scores and another with GT scores?
Greetings!
I had a query if I wanted to change the columns that are printed in the txt file of the output. How do I get two columns, one with GC scores and another with GT scores?
output_handle.write("[Data]\n")delim.join(["SNP Name", "Sample ID", "Chr", "Position", "GC Score", "Allele 1 - Plus", "Allele 2 - Plus", "GT Score"]
Something like this, how do I select the relevant attributes?
The text was updated successfully, but these errors were encountered: