March 2025 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
- AP patterning (13)
- Blog (1)
- Chromatin (88)
- Conference Notes (72)
- Fly Work (54)
- General STORM (25)
- Genomics (134)
- Journal Club (22)
- Lab Meeting (66)
- Microscopy (79)
- Notes (1)
- probe and plasmid building (58)
- Project Meeting (3)
- Protocols (13)
- Research Planning (74)
- Seminars (21)
- Shadow Enhancers (59)
- snail patterning (40)
- Software Development (5)
- Summaries (1,412)
- Teaching (9)
- Transcription Modeling (40)
- Uncategorized (10)
- Web development (19)
Links
Tags
analysis cell culture cell labeling chromatin cloning coding communication confocal data analysis embryo collection embryo labeling figures fly work genomics hb image analysis image processing images in situs Library2 literature making antibodies matlab-storm meetings modeling MP12 mRNA counting Ph planning presentation probe making project 2 project2 result results sectioning section staining shadow enhancers sna snail staining STORM STORM analysis troubleshooting writing-
GitHub Projects
Category Archives: Software Development
coding
Polishing MERFISH code for public release. Plan take 140 gene library, create short fasta of just complete genes, run it through Launch OligoArray add parse OligoArray (as a function) into this script add assemble secondaries and target regions into as … Continue reading
Posted in Software Development
Comments Off on coding
openMM simulation notes
Recommendations from Anton for avoiding exploding polymers Initial recommendations integrator choice: variableLangevin integrator recommended takes an error tolerance instead of a timestep variable (e.g. 10^-4) thermostat = high values high friction mass_scale = argument of init of simulation (see openmmlib.py) … Continue reading
git remove binary files
See current file size. First need to git gc Alistair@MONET ~/Documents/Research/Projects/Chromatin/Code (master) $ git gc Counting objects: 713, done. Delta compression using up to 8 threads. Compressing objects: 100% (570/570), done. Writing objects: 100% (713/713), done. Total 713 (delta 257), … Continue reading
Posted in Software Development
Tagged chromatin, git, troubleshooting
Comments Off on git remove binary files
Thursday 01/23/14
9:45a – 12:15a STORM analysis analyze bead data for BXC double stains analyze bead data for PhM Psc Finish O/N run of G05 quick look at ANTC data (just image based drift correction available at present) fewer localizations despite bright … Continue reading
Posted in Software Development, Summaries
Tagged ChromatinCropper, coding, matlab-storm
Comments Off on Thursday 01/23/14
matlab-storm restructure
To do Push current individual branches to distinct user specific remotes (on user specific remote accounts). Reconfigure remotes on local repository so both the release and the development are present. This is a single repository on the local computer and … Continue reading