Skip to content

Instantly share code, notes, and snippets.

View leelasd's full-sized avatar
🏠
Working from home

Leela S. Dodda leelasd

🏠
Working from home
View GitHub Profile
@leelasd
leelasd / Dockerfile
Last active September 9, 2022 16:16
LigParGen Docker Container
# syntax=docker/dockerfile:1
FROM ubuntu
RUN apt-get update
RUN apt-get install tcsh
RUN mkdir app
COPY boss0520.tar.gz app/boss0520.tar.gz
WORKDIR "/app"
RUN tar xovf boss0520.tar.gz
RUN echo setenv BOSSdir /app/boss > ~/.cshrc
RUN apt-get install wget -y
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leelasd
leelasd / parchai_charge_viz.ipynb
Created February 17, 2022 14:16 — forked from iwatobipen/parchai_charge_viz.ipynb
QM based partial charge calculation and visualization
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leelasd
leelasd / rgroup_deconposition_rdkit20200301.ipynb
Created February 17, 2022 13:48 — forked from iwatobipen/rgroup_deconposition_rdkit20200301.ipynb
rgroup decomposition with pandas tool kit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.