09-05-2016, 10:49 PM
Allows splicing to feel more like splicing, and less about clicking 50 times.
The user can select a range DNA sequences to add and remove by clicking the start and end arrows.
This is a huge quality of life improvement in my opinion, and should make pathology a little less tedious.
My editor did some auto formatting to the files, but here is a link to the compare: https://github.com/goonstation/goonstati...h-splicing
The gist of the changes is instead of manipulating a single DNA sequence, you manipulate the start and end pointers, adding or removing everything inbetween. Also did some minor visual updates (removed vertical scrollbars; made sequence text box tall enough for the characters).
Here is an example:
And after I click the "After" button:
The user can select a range DNA sequences to add and remove by clicking the start and end arrows.
This is a huge quality of life improvement in my opinion, and should make pathology a little less tedious.
My editor did some auto formatting to the files, but here is a link to the compare: https://github.com/goonstation/goonstati...h-splicing
The gist of the changes is instead of manipulating a single DNA sequence, you manipulate the start and end pointers, adding or removing everything inbetween. Also did some minor visual updates (removed vertical scrollbars; made sequence text box tall enough for the characters).
Here is an example:
And after I click the "After" button: