Using Docker containers on Biochemistry Linux Cluster

Summary A short example on running software within a Docker container on a Linux cluster. Since the software is installed within the container no installation is necessary. The computation can be scaled to accommodate large …

Fast Sequence Composition

Sequence Composition: fast shell method Motivation This post was inspired to “verify” a Python Script meant to compute the sequence composition of amino acids, as suggested by ChatGPT. (See ChatGPT_Protein_Composition.ipynb, or viewer ChatGPT_Protein_Composition.ipynb.) The code …