DevNote Discuss: Nucleus Cytosol

A new developer note describing the validation of the Base Module Cytosol using pOpen-deGFP construct

Citation: Yadav, S. First Nucleus Cytosol Testing. Nucleus Developer Notes.(2025) doi:10.63765/fppr8928.

@antonmolina Getting an error trying to run Figure 3.

@akshay Thanks for pointing that out!

The issue looks to be a discrepancy between files declared as project resources described in curvenote.yml and the actual file name experiments/:

# in curvenote.yml

  resources:
    - src/**/*
    - experimental/**/*

this should read as follows to correspond with the actual file name:

# in curvenote.yml

  resources:
    - src/**/*
    - experiments/**/*

These two need to match in order for all the documents to be carried along. We’ll fix this and make this more robust in an upcoming update.

@akshay This error has been fixed, thanks for pointing it out!