You’ve got a paper accepted and now you need a reasonable bib file

My Zotero bib has over 7000 entries. I can't submit that to a journal! They usually only want it when the paper has been accepted. Zotero should be able to do this for you with bbt, but it never seems to work. Simplest way I found: Download the bib file from overleaf. Look in the … Continue reading You’ve got a paper accepted and now you need a reasonable bib file

Western Blot for Histone Proteins Protocol

Adapted from Abcam Histone Western Blot Protocol, Invitrogen NuPAGE Technical Guide and Dr Ben Cooper’s Western Blotting Protocol for HSP90 v5. Histone Extraction - using the Abcam Histone Extraction Kit Prepare reagents: 1x Pre-Lysis Buffer: dilute 1ml of 10x buffer with 9ml distilled water. Balance DTT Buffer: add 1μl of DTT solution to 500μl Balance … Continue reading Western Blot for Histone Proteins Protocol

A labscrum refresh

The original labscrum document https://sel.home.blog/wp-content/uploads/2022/03/b4c3c-labscrumguide.pdf. Overall I think these meetings have worked better than expected due mainly to your engagement with them. Below is a refresh of what each meeting should be. Sprint planning (first Monday) Tell us your goals for this sprint. This is not a todo list. Rather it is the high level things … Continue reading A labscrum refresh

Making a Conda environment on ALICE

Here are the instructions for making a Conda environment on ALICE. https://uniofleicester.sharepoint.com/sites/Research-Computing/SitePages/python.aspx Specifically, in your home (~) directory run: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -P ~ bash Miniconda3-latest-Linux-x86_64.sh Then you can make your environments and install what you need as so: conda create -n ENVNAME python=3.8 conda activate ENVNAME conda install numpy Then to call an environment from … Continue reading Making a Conda environment on ALICE