added cmd option for dynamut2 formatting results
This commit is contained in:
parent
c5c4d74acf
commit
a67a07db2d
7 changed files with 65 additions and 16 deletions
|
@ -81,9 +81,6 @@ indir = args.input_dir
|
|||
outdir = args.output_dir
|
||||
make_dirs = args.make_dirs
|
||||
|
||||
#drug = 'streptomycin'
|
||||
#gene = 'gid'
|
||||
|
||||
#%% input and output dirs and files
|
||||
#=======
|
||||
# dirs
|
||||
|
@ -1373,4 +1370,4 @@ if dr_muts.isin(other_muts).sum() & other_muts.isin(dr_muts).sum() > 0:
|
|||
print(u'\u2698' * 50,
|
||||
'\nEnd of script: Data extraction and writing files'
|
||||
'\n' + u'\u2698' * 50 )
|
||||
#%% end of script
|
||||
#%% end of script
|
||||
|
|
0
scripts/deepddg_format.py
Normal file → Executable file
0
scripts/deepddg_format.py
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue