mirror of
https://github.com/RosettaCommons/foundry.git
synced 2026-06-04 13:24:22 +08:00
Merge pull request #99 from RosettaCommons/fix/rfd3_sym_readme
fix: include is_non_loopy=true to the example
This commit is contained in:
@@ -43,6 +43,7 @@ The following provides a general overview of the types of symmetry and examples
|
||||
{
|
||||
"uncond_C15": {
|
||||
"length": 100,
|
||||
"is_non_loopy": true,
|
||||
"symmetry": {
|
||||
"id": "C15"
|
||||
}
|
||||
@@ -57,6 +58,7 @@ The following provides a general overview of the types of symmetry and examples
|
||||
{
|
||||
"uncond_D4": {
|
||||
"length": 100,
|
||||
"is_non_loopy": true,
|
||||
"symmetry": {
|
||||
"id": "D4"
|
||||
}
|
||||
@@ -122,7 +124,7 @@ The tasks that these examples describe are as follows:
|
||||
"M52": "CG,SD,CE"
|
||||
}
|
||||
},
|
||||
"uncond_unsym_C3_6t8h": {
|
||||
"unsym_C3_6t8h": {
|
||||
"symmetry": {
|
||||
"id": "C3",
|
||||
"is_symmetric_motif": true,
|
||||
@@ -130,7 +132,8 @@ The tasks that these examples describe are as follows:
|
||||
},
|
||||
"input": "symmetry_examples/6t8h_C3.pdb",
|
||||
"contig": "150-150,/0,Y1-11,/0,Z16-25",
|
||||
"length": null
|
||||
"length": null,
|
||||
"is_non_loopy": true
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user