igemsoftware2021/dna-is-synthesizable
A github action to check if a part is synthesizable from a given Genbank file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input-dir | Directory where all the input genbank files will be read | yes | input |
| input-pattern | Regex to filter files in the input directory | yes | .*\.\(gb\|gbk\) |
| output-dir | Directory where all the output genbank files will be written | yes | output |
| input-username | IDT account username | yes | — |
| input-password | IDT account password | yes | — |
| input-client-id | IDT API ClientId | yes | — |
| input-client-secret | IDT API ClientSecret | yes | — |
| output-alert | Display an error when a non-synthesizable sequence is found | no | — |
Outputs
no outputs