-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change of input/output formats (#60)
* minor: reformatting, dedup * minor * minor * minor * minor * introduce a structure returned from folding methods * return StructureCandidates from folding functions * clarify inputs * typing cleanup * use kwarg-only interface, use check that names are unique * use name=... in example + rewording * raise Error on too long input, not return empty * more generic format of fasta seq_ids * change error class * minor * update doc as recommended * typo Co-authored-by: Jack Dent <[email protected]> * Detalize error message Co-authored-by: Jack Dent <[email protected]> * typo * reformat + __post_init__ check --------- Co-authored-by: Jack Dent <[email protected]>
- Loading branch information
1 parent
edeb695
commit 128b691
Showing
7 changed files
with
131 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.