We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c1539 commit e9c3323Copy full SHA for e9c3323
src/perChrom.py
@@ -691,7 +691,7 @@ def save_mutation_and_proteins(df_transcript3, outprefix):
691
outfilename = outprefix +'.aa_mutations.csv'
692
if not os.path.exists(os.path.dirname(outfilename)):
693
os.makedirs(os.path.dirname(outfilename))
694
- df_sum_mutations.to_csv(outfilename, sep='\t')
+ df_sum_mutations.to_csv(outfilename, sep='\t',index=None)
695
print('number of proteins with AA change:', df_sum_mutations.shape[0])
696
697
# save proteins
0 commit comments