Skip to content

Commit ca17f12

Browse files
committed
Shortened branch site header.
1 parent d6a23d9 commit ca17f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/ConcatenateCodeML.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def branchSite(infiles, outfile):
3232
with open(outfile, "w") as output:
3333
# Open output file and write header
3434
output.write("TranscriptID,Foreground_dN/dS,Background_dN/dS,\
35-
TreeLength,lnL,Species,SitesUnderSelection (Amino Acid; PosteriorProbability)\n")
35+
TreeLength,lnL,Species,SitesUnderSelection (Residue; Probability)\n")
3636
for infile in infiles:
3737
try:
3838
# Get gene id and number of species remaining for each file

0 commit comments

Comments
 (0)