DnaChisel
DnaChisel copied to clipboard
:pencil2: A versatile DNA sequence optimizer
See https://github.com/Edinburgh-Genome-Foundry/DnaChisel/issues/62#issuecomment-1106482376
Hello, I have a request that should enhance the utility of DNA Chisel for codon optimization. When selecting Codon Usage Tables for species [not included](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/tree/master/codon_usage_data/tables) in DNA Chisel, Kazusa Codon...
Hello! Thanks for this great tool. I am exploring using it on a project. Is there an existing way to get dnachisel to return a few codon optimized sequences, maybe...
Even though the `AvoidHairpins` specification is a good compromise between speed and quality of the results, there are few tools available for optimizing RNA structure accurately (none actually usable programmatically,...
Twist Bioscience has a GC variance constraint. Quote from their website: > Avoid extreme differences in GC content within a gene (i.e. the difference in GC content between the highest...
**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...
since there are tools like mathtools, renaming it and put Location to tools dir will make code more organized.
By default, dnachisel gives a 'best' sequence with score close to 0. I can get a 'worst' sequence by `new_score < score`. If i want a 'medium' sequence , i...
like this: ``` └── Specification ├── builtin_specifications │ ├── alignment_related │ │ ├── AvoidBlast.py │ │ └── AvoidMatches.py │ ├── codons_related │ ├── pattern_related │ │ ├── AvoidChanges.py │ │ ...
I ran into an issue recently where I was using a regex in my AvoidPattern and didn't realize that I needed to specify the size. What happened was that even...