moved old bp scripts to redundant
This commit is contained in:
parent
ff7522eca2
commit
2dc81e72f4
4 changed files with 23 additions and 137 deletions
|
@ -1,23 +1,38 @@
|
|||
#========
|
||||
# basic_barplot.R:
|
||||
#========
|
||||
./basic_barplots.R -d streptomycin -g gid -f /home/tanu/gid_test_file.csv
|
||||
#########################################################################
|
||||
#===================
|
||||
# basic_barplot.R
|
||||
#===================
|
||||
It replaces
|
||||
basic_barplot_PS.R
|
||||
basic_barplot_LIG.R
|
||||
basic_barplot_foldx.R
|
||||
These have been moved to redundant/
|
||||
|
||||
sources:
|
||||
## plotting_globals.R (previously dir.R)
|
||||
## plotting_data.R
|
||||
## position_count_bp.R
|
||||
## stability_count_bp.R
|
||||
|
||||
outputs:
|
||||
##5 svgs in the plotdir
|
||||
|
||||
note:
|
||||
-f flag has default if not supplied
|
||||
#-----------------------------------------------------------------------
|
||||
./basic_barplots.R -d streptomycin -g gid -f /home/tanu/gid_test_file.csv
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
outputs:
|
||||
#5 svgs in the plotdir
|
||||
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
# TODO
|
||||
Delete: dirs.R
|
||||
after grepping
|
||||
barplots_subcolours_aa_combined.R:source("dirs.R")
|
||||
basic_barplots_PS.R:source("dirs.R")
|
||||
resolving_ambiguous_muts.R:source("dirs.R")
|
||||
|
||||
#=======================================================================
|
||||
########################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue