This commit is contained in:
Daniel Bauer
2019-07-01 15:42:04 +02:00
5 changed files with 4054 additions and 3 deletions

View File

@@ -7,3 +7,9 @@ alias groclean='rm \#*'
alias sm='snakemake'
alias ls='ls -lh'
alias workon='source activate' # enable anaconda environ
# lhr
alias squeue="ssh lcluster11 squeue"
alias csum="ssh lcluster11 csum"
alias csreport="ssh lcluster11 csreport"
alias scancel="ssh lcluster11 scancel"

View File

@@ -397,7 +397,7 @@ legend.fontsize : 10
#figure.titlesize : large # size of the figure title (Figure.suptitle())
#figure.titleweight : normal # weight of the figure title
figure.figsize : 11,4.5 # figure size in inches
figure.dpi : 100 # figure dots per inch
figure.dpi : 300 # figure dots per inch
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray
# figure.edgecolor : white # figure edgecolor
figure.autolayout : True # When True, automatically adjust subplot

View File

@@ -1,7 +1,7 @@
{
"color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme",
"font_face": "Hack for Powerline Regular",
"font_size": 15,
"font_size": 19,
"hot_exit": false,
"ignored_packages":
[

View File

@@ -34,7 +34,7 @@ set nb_spheres_size, 0
set valence, 0
# cartoon
set cartoon_sampling, 30
set cartoon_sampling, 30
set cartoon_gap_cutoff, 1
set cartoon_side_chain_helper, 1
set cartoon_discrete_colors, on

4045
profiles/pymol/autodock.py Normal file

File diff suppressed because it is too large Load Diff