We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a23d9 commit ca17f12Copy full SHA for ca17f12
1 file changed
bin/ConcatenateCodeML.py
@@ -32,7 +32,7 @@ def branchSite(infiles, outfile):
32
with open(outfile, "w") as output:
33
# Open output file and write header
34
output.write("TranscriptID,Foreground_dN/dS,Background_dN/dS,\
35
-TreeLength,lnL,Species,SitesUnderSelection (Amino Acid; PosteriorProbability)\n")
+TreeLength,lnL,Species,SitesUnderSelection (Residue; Probability)\n")
36
for infile in infiles:
37
try:
38
# Get gene id and number of species remaining for each file
0 commit comments