finding discrepancy in merging or dfs,grrrr
This commit is contained in:
parent
da0c03c2e0
commit
c0827b56cc
2 changed files with 4 additions and 5 deletions
|
@ -52,15 +52,14 @@ gene = args.gene
|
|||
drug = args.drug
|
||||
gene_match = gene + '_p.'
|
||||
|
||||
datadir = args.datadir
|
||||
datadir = args.datadir
|
||||
indir = args.input_dir
|
||||
outdir = args.output_dir
|
||||
|
||||
start_cds = args.start_coord
|
||||
end_cds = args.end_coord
|
||||
|
||||
#=======================================================================
|
||||
#%% input and output dirs and files
|
||||
#%%=======================================================================
|
||||
#==============
|
||||
# directories
|
||||
#==============
|
||||
|
@ -464,7 +463,7 @@ else:
|
|||
#%% write file
|
||||
print('\n====================================================================='
|
||||
, '\nWriting output file:\n', outfile_or_kin
|
||||
, '\nNo.of rows:', len(dfm2_mis)
|
||||
, '\nNo. of rows:', len(dfm2_mis)
|
||||
, '\nNo. of cols:', len(dfm2_mis.columns))
|
||||
orkin_linked.to_csv(outfile_or_kin, index = False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue