DasLab / big_library_design

MIT License
0 stars 0 forks source link

Many functions should allow input of list of sequences #21

Closed rkretsch closed 1 year ago

rkretsch commented 1 year ago

Currently most functions take a fasta of sequences as input and return a list of sequences optionally saving these to a fasta. The option to input these returned list of sequences would enable users to not have to save intermediate sequence files.

rkretsch commented 1 year ago

This is now possible using parse_input_sequences 0370be9