rstoolbox.io.open_rosetta_file(filename, multi=False, check_symmetry=True)¶Internal function; reads through a Rosetta silent file and yields only the lines that the library knows how to parse.
For each “parsable” line, it yields 4 values:
| order | type | content |
|---|---|---|
| 1 | str |
data of the line |
| 2 | bool |
is line header? |
| 3 | int |
name of the readed file |
| 4 | bool |
does the file contain symmetry info? |
| Parameters: | |||||
|---|---|---|---|---|---|
| Yields: | |||||
| Raises: |
|