BuildACell / txtlsim

Cell-free expression modeling toolbox for MATLAB
0 stars 8 forks source link

Add module based handling of antisense and attenuator sequences [sf#13] #13

Open murrayrm opened 6 years ago

murrayrm commented 6 years ago

Reported by tiberium87 on 2014-07-02 01:54 UTC want to parse the att, anti, and rbs strings based on some logic, instead of listing special cases. Would probably do this in a module based fashion: att calls a function which goes and sets up some att capability, anti, calls an antisense function with sets up the relevant antisense logic. Then can have any number of att, anti and rbs to get any logic.

vipulsinghal02 commented 6 years ago

Removed this completely from the toolbox, so that it can be re-added in a more generalizable fashion (the previous code was becoming an unwieldy set of special cases).

murrayrm commented 6 years ago

Can you reference the commit in which this was removed, so that someone looking at this issue in the future can see how it was handled in the past (and hopefully re-introduce in a more generalizable way)?

vipulsinghal02 commented 6 years ago

I removed the antisense attenuator capability from the toolbox in commit 6d8338b4e84cdf548129fc2ddbfdc8ee812b5e1c in anticipation for adding the logic parsing module.