fixed output filename in deepddg_format.py
This commit is contained in:
parent
e6539461a3
commit
c5c4d74acf
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ print('\nInput path:', indir
|
|||
#=======
|
||||
# output
|
||||
#=======
|
||||
#out_filename_deepddg = gene.lower() + '_complex_ni_deepddg.txt'
|
||||
out_filename_deepddg = gene.lower() + '_complex_ni_deepddg.csv'
|
||||
#out_filename_deepddg = gene.lower() + '_ni_deepddg.txt'
|
||||
out_filename_deepddg = gene.lower() + '_ni_deepddg.csv'
|
||||
outfile_deepddg_f = outdir + out_filename_deepddg
|
||||
|
||||
print('Output filename:', outfile_deepddg_f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue