Skip to content

Commit e9c3323

Browse files
committed
Update perChrom.py
1 parent c5c1539 commit e9c3323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perChrom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def save_mutation_and_proteins(df_transcript3, outprefix):
691691
outfilename = outprefix +'.aa_mutations.csv'
692692
if not os.path.exists(os.path.dirname(outfilename)):
693693
os.makedirs(os.path.dirname(outfilename))
694-
df_sum_mutations.to_csv(outfilename, sep='\t')
694+
df_sum_mutations.to_csv(outfilename, sep='\t',index=None)
695695
print('number of proteins with AA change:', df_sum_mutations.shape[0])
696696

697697
# save proteins

0 commit comments

Comments
 (0)