vipulsinghal02 / txtlsim_buildacell

txtlsim: A MATLAB software toolbox to accompany the TX-TL cell-free genetic circuit prototyping platform.
2 stars 0 forks source link

comb through the auxiliary folder #5

Open zoltuz opened 4 years ago

zoltuz commented 4 years ago

Goal: finding the files that are not used by the code base anymore.

Action list:

  1. run a string search on all the files against the code base,
  2. delete the ones with any usage in the source code.
  3. run the examples to test the code
zoltuz commented 4 years ago

Keep as it is

mcmc_simbio

Parameter estimation

DECIDE whether to delete the whole paramest package I wrote, since Vipul uses another one

Data importer for the ACS synbio paper

DECIDE whether to keep the data importer or remove it into a different package (e.g. publish it with the ACS SynBio TXTL data)

vipulsinghal02 commented 3 years ago
  1. Yes delete the paramest package (just check once more that none of the functions are used. I do not recall using anything from there.)
  2. For data importer, I think some of the functions get used to extract the data for the core parameter inference example within the mcmc_simbio package. I think any function that is not used can just be removed. But none of this needs to be documented, because the user will usually provide their own data, and does not particularly care how this data is extracted from the underlying database file.
vipulsinghal02 commented 3 years ago

@zoltuz all yours!