finding discrepancy in merging or dfs,grrrr
This commit is contained in:
parent
9e8469abe3
commit
83383b4493
2 changed files with 4 additions and 5 deletions
|
@ -110,7 +110,7 @@ infile_muts = outdir + '/' + mutation_file
|
||||||
#=======
|
#=======
|
||||||
# output
|
# output
|
||||||
#=======
|
#=======
|
||||||
out_filename = gene.lower() + '_foldx_results.csv'
|
out_filename = gene.lower() + '_foldx.csv'
|
||||||
outfile_foldx = outdir + '/' + out_filename
|
outfile_foldx = outdir + '/' + out_filename
|
||||||
|
|
||||||
print('Arguments being passed:'
|
print('Arguments being passed:'
|
||||||
|
|
|
@ -59,8 +59,7 @@ outdir = args.output_dir
|
||||||
start_cds = args.start_coord
|
start_cds = args.start_coord
|
||||||
end_cds = args.end_coord
|
end_cds = args.end_coord
|
||||||
|
|
||||||
#=======================================================================
|
#%%=======================================================================
|
||||||
#%% input and output dirs and files
|
|
||||||
#==============
|
#==============
|
||||||
# directories
|
# directories
|
||||||
#==============
|
#==============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue