You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scenario:
I would like to use constraints_breaches_dataframe for generating my own report and upload SeqRecord in Benchling instead of the .pdf.
Problem:
For our customers, we need a bit more general description of why their sequence doesn't pass the constraints, and currently, I need to copy/paste the whole function instead of re-using it with the use_breach_form=False field.
The text was updated successfully, but these errors were encountered:
As a User of dna-chisel I want to define my own description of constraint and be able to use constraints_breaches_dataframe function with this longer version of the description, instead of the breach_label description. So that I could use the annotated records and upload them in Benchling for further inspection and correction.
Currently, I have achieved that by inheriting from the constraints class and redefining breach_label function, which takes my description.
Initially, I thought it would be good to pass the use_breach_form in the constraints_breaches_dataframe function. But I believe defining the general high-level description will give you space for implementing it in a way you feel appropriate.
Scenario:
I would like to use
constraints_breaches_dataframe
for generating my own report and uploadSeqRecord
inBenchling
instead of the.pdf
.Problem:
For our customers, we need a bit more general description of why their sequence doesn't pass the constraints, and currently, I need to copy/paste the whole function instead of re-using it with the
use_breach_form=False
field.The text was updated successfully, but these errors were encountered: