Aglaé TABOT

renumbering portions of 3D structures with the index_chain


Former-commit-id: 10107a08
...@@ -261,48 +261,49 @@ class Chain: ...@@ -261,48 +261,49 @@ class Chain:
261 261
262 # renumber this structure (portion of the original) with the index_chain and save it in a cif file 262 # renumber this structure (portion of the original) with the index_chain and save it in a cif file
263 t=pdb.Structure.Structure(new_s.get_id()) 263 t=pdb.Structure.Structure(new_s.get_id())
264 - model=new_s[0] 264 + #model=new_s[0]
265 - new_model_t=pdb.Model.Model(model.get_id()) 265 + for model in new_s:
266 - for chain in model: 266 + new_model_t=pdb.Model.Model(model.get_id())
267 - nums=df[["index_chain", "old_nt_resnum", "nt_name"]] 267 + for chain in model:
268 - new_chain_t=pdb.Chain.Chain(chain.get_id()) 268 + nums=df[["index_chain", "old_nt_resnum", "nt_name"]]
269 - for i in nums.index: 269 + new_chain_t=pdb.Chain.Chain(chain.get_id())
270 - resseq=nums.at[i, 'old_nt_resnum'] 270 + for i in nums.index:
271 - icode_res=' ' 271 + resseq=nums.at[i, 'old_nt_resnum']
272 - if type(resseq) is str: 272 + icode_res=' '
273 - if resseq=='not resolved': 273 + if type(resseq) is str:
274 - continue 274 + if resseq=='not resolved':
275 - if resseq[0] != '-' : 275 + continue
276 - while resseq.isdigit() is False: 276 + if resseq[0] != '-' :
277 - l=len(resseq) 277 + while resseq.isdigit() is False:
278 - if icode_res==' ': 278 + l=len(resseq)
279 - icode_res=resseq[l-1] 279 + if icode_res==' ':
280 - else : 280 + icode_res=resseq[l-1]
281 - icode_res=resseq[l-1]+icode_res 281 + else :
282 - resseq=resseq[:l-1] 282 + icode_res=resseq[l-1]+icode_res
283 - resseq=int(resseq) 283 + resseq=resseq[:l-1]
284 - index_chain=nums.at[i, "index_chain"] 284 + resseq=int(resseq)
285 - nt=nums.at[i, "nt_name"] 285 + index_chain=nums.at[i, "index_chain"]
286 - if nt == 'A' or nt == 'G' or nt == 'C' or nt == 'U': 286 + nt=nums.at[i, "nt_name"]
287 - res=chain[(' ', resseq, icode_res)] 287 + if nt == 'A' or nt == 'G' or nt == 'C' or nt == 'U' or nt in ['DG', 'DU', 'DC', 'DA', 'DI', 'DT' ] or nt == 'N' or nt == 'I' :
288 - else : #modified nucleotides (e.g. chain 5l4o_1_A) 288 + res=chain[(' ', resseq, icode_res)]
289 - het='H_' + nt 289 + else : #modified nucleotides (e.g. chain 5l4o_1_A)
290 - res=chain[(het, resseq, icode_res)] 290 + het='H_' + nt
291 - res_id=res.get_id() 291 + res=chain[(het, resseq, icode_res)]
292 - res_id=list(res_id) 292 + res_id=res.get_id()
293 - res_id[1]=index_chain 293 + res_id=list(res_id)
294 - res_id[2]=' ' 294 + res_id[1]=index_chain
295 - res_id[0]=' ' 295 + res_id[2]=' '
296 - res_id=tuple(res_id) 296 + res_id[0]=' '
297 - res_atoms=res.get_atoms() 297 + res_id=tuple(res_id)
298 - new_residu_t=pdb.Residue.Residue(res_id, res.get_resname(), res.get_segid()) 298 + res_atoms=res.get_atoms()
299 - for atom in list(res.get_atoms()): 299 + new_residu_t=pdb.Residue.Residue(res_id, res.get_resname(), res.get_segid())
300 - new_atom_t=atom.copy() 300 + for atom in list(res.get_atoms()):
301 - new_residu_t.add(new_atom_t) 301 + new_atom_t=atom.copy()
302 - new_chain_t.add(new_residu_t) 302 + new_residu_t.add(new_atom_t)
303 - 303 + new_chain_t.add(new_residu_t)
304 - new_model_t.add(new_chain_t) 304 +
305 - t.add(new_model_t) 305 + new_model_t.add(new_chain_t)
306 + t.add(new_model_t)
306 307
307 # Save that renumbered selection on the mmCIF object s to file 308 # Save that renumbered selection on the mmCIF object s to file
308 ioobj = pdb.MMCIFIO() 309 ioobj = pdb.MMCIFIO()
......
...@@ -1710,480 +1710,25 @@ ...@@ -1710,480 +1710,25 @@
1710 6pmi_1_3 1710 6pmi_1_3
1711 6pmj_1_3 1711 6pmj_1_3
1712 5hjz_1_C 1712 5hjz_1_C
1713 -6vff_1_D+6VFF 1713 +7nrc_1_SM
1714 -5lr4_1_A+5LR4 1714 +7nrc_1_SN
1715 -3j0o_1_E+3J0O
1716 -6z8k_1_P+6Z8K
1717 -5kvj_1_A+5KVJ
1718 -3lrr_1_C+3LRR
1719 -4b3r_1_Z+4B3R
1720 -1yzd_1_A+1YZD
1721 -7dco_1_H+7DCO
1722 -2gjw_1_I+2GJW
1723 -7bv2_1_T+7BV2
1724 -6nd4_1_0+6ND4
1725 -3r1e_1_A+3R1E
1726 -5hnj_1_A+5HNJ
1727 -6sgc_1_54+6SGC
1728 -2uxc_1_X+2UXC
1729 -2g3s_1_I+2G3S
1730 -6bu9_1_B+6BU9
1731 -205d_1_A+205D
1732 -1n32_1_Y+1N32
1733 -6s8b_1_V+6S8B
1734 -4wta_1_T+4WTA
1735 -1i9x_1_A+1I9X
1736 -5xy3_1_1+5XY3
1737 -7nun_1_C
1738 -7l1f_1_T+7L1F
1739 -3p59_1_E+3P59
1740 -5e3h_1_B+5E3H
1741 -5m3h_1_V+5M3H
1742 -5tbw_1_1+5TBW
1743 -3nl0_1_B+3NL0
1744 -6qdv_1_2+6QDV
1745 -7ctt_1_T+7CTT
1746 -5f8j_1_B+5F8J
1747 -3bbm_1_B+3BBM
1748 -4wtm_1_T+4WTM
1749 -6hct_1_A+6HCT
1750 -1kd4_1_A+1KD4
1751 -6swa_1_Q+6SWA
1752 -1qc0_1_C+1QC0
1753 -6zmi_1_L5+6ZMI
1754 -2p7e_1_D+2P7E
1755 -2uxb_1_Y+2UXB
1756 -4v8p_1_D1+4V8P
1757 -6wb0_1_D+6WB0
1758 -1yyw_1_I+1YYW
1759 -4jab_1_A+4JAB
1760 -439d_1_A+439D
1761 -3bnr_1_C+3BNR
1762 -6yyt_1_P+6YYT
1763 -5c9h_1_C+5C9H
1764 -7jqq_1_O
1765 -3fte_1_C+3FTE
1766 -2zi0_1_C+2ZI0
1767 -7nuq_1_C
1768 -4k31_1_B+4K31
1769 -6mpi_1_X+6MPI
1770 -7jl1_1_X+7JL1
1771 -3dh3_1_F+3DH3
1772 -6ifk_1_N+6IFK
1773 -4wtd_1_T+4WTD
1774 -7cyq_1_J+7CYQ
1775 -1rpu_1_C+1RPU
1776 -3c3z_1_A+3C3Z
1777 -6lqp_1_SA+6LQP
1778 -3jb7_1_T+3JB7
1779 -5jbj_1_X+5JBJ
1780 -3j0o_1_G+3J0O
1781 -3ciy_1_C+3CIY
1782 -7ndj_1_C
1783 -419d_1_C+419D
1784 -6zj3_1_LH+6ZJ3
1785 -4p43_1_B+4P43
1786 -1yyk_1_C+1YYK
1787 -1iha_1_A+1IHA
1788 -4v7e_1_AA+4V7E
1789 -7jl3_1_X+7JL3
1790 -3szx_1_A+3SZX
1791 -4wtl_1_T+4WTL
1792 -1xnq_1_X+1XNQ
1793 -5d8t_1_A+5D8T
1794 -4wrt_1_V+4WRT
1795 -1z7f_1_B+1Z7F
1796 -4e58_1_D+4E58
1797 -3l25_1_C+3L25
1798 -3vnv_1_T+3VNV
1799 -1fuf_1_A+1FUF
1800 -5ed2_1_F+5ED2
1801 -5y6z_1_B+5Y6Z
1802 -5nrl_1_2+5NRL
1803 -2gxb_1_E+2GXB
1804 -7m4y_1_A
1805 -4wtj_1_T+4WTJ
1806 -5jxs_1_B+5JXS
1807 -2nug_1_E+2NUG
1808 -6lsf_1_C+6LSF
1809 -3cgp_1_B+3CGP
1810 -4qpx_1_P+4QPX
1811 -3avy_1_T+3AVY
1812 -6hak_1_T+6HAK
1813 -6z6b_1_HHH+6Z6B
1814 -6o5f_1_D+6O5F
1815 -3siv_1_C+3SIV
1816 -4z4d_1_B+4Z4D
1817 -3td0_1_B+3TD0
1818 -5lr5_1_C+5LR5
1819 -4kyy_1_A+4KYY
1820 7am2_1_R1 1715 7am2_1_R1
1821 -7d8c_1_C
1822 -7d8c_1_B
1823 -359d_1_B+359D
1824 -6mkn_1_X+6MKN
1825 -246d_1_A+246D
1826 -4wte_1_T+4WTE
1827 -4u35_1_B+4U35
1828 -2v6w_1_A+2V6W
1829 -4eya_1_E+4EYA
1830 -2e9r_1_A+2E9R
1831 -1jzv_1_B+1JZV
1832 -3r1c_1_Q+3R1C
1833 -5jch_1_U+5JCH
1834 -1t0e_1_A+1T0E
1835 -4a36_1_R+4A36
1836 -3r1d_1_A+3R1D
1837 -6jq5_1_B+6JQ5
1838 -1t0k_1_D+1T0K
1839 -6qct_1_R+6QCT
1840 -6z1p_1_AB+6Z1P
1841 -7krn_1_T+7KRN
1842 -1j9h_1_A+1J9H
1843 -3ftf_1_C+3FTF
1844 -6b19_1_C+6B19
1845 -6v4x_1_Z+6V4X
1846 -438d_1_A+438D
1847 -6rxu_1_C1+6RXU
1848 -1xnr_1_X+1XNR
1849 -5ed1_1_C+5ED1
1850 -3mei_1_A+3MEI
1851 -3htx_1_B+3HTX
1852 -4eya_1_G+4EYA
1853 -4e48_1_A+4E48
1854 -2r1s_1_A+2R1S
1855 -6cap_1_W+6CAP
1856 -5lr3_1_A+5LR3
1857 -5gan_1_V+5GAN
1858 -5dhc_1_C+5DHC
1859 -3cgr_1_B+3CGR
1860 -353d_1_A+353D
1861 -6lqs_1_3A+6LQS
1862 -6htu_1_D+6HTU
1863 -3jb9_1_N+3JB9
1864 -6tz2_1_N+6TZ2
1865 -6rxx_1_C1+6RXX
1866 -4ts2_1_Y+4TS2
1867 -4e59_1_A+4E59
1868 -1csl_1_B+1CSL
1869 -6waz_1_D+6WAZ
1870 -4xw0_1_A+4XW0
1871 -2oe5_1_B+2OE5
1872 -7dvq_1_F+7DVQ
1873 -6gkh_1_X+6GKH
1874 -2noq_1_D+2NOQ
1875 7k5l_1_R 1716 7k5l_1_R
1876 -6ra4_1_L+6RA4 1717 +7b5k_1_X
1877 -6v9b_1_B+6V9B 1718 +7d8c_1_C
1878 -6ozo_1_C+6OZO
1879 -4gl2_1_C+4GL2
1880 -2i91_1_F+2I91
1881 -6mdz_1_E+6MDZ
1882 -5ay2_1_A+5AY2
1883 -1zci_1_A+1ZCI
1884 -1nuv_1_E+1NUV
1885 -5wnt_1_B+5WNT
1886 -6szv_1_R+6SZV
1887 -364d_1_C+364D
1888 -2oe8_1_B+2OE8
1889 -4kq0_1_B+4KQ0
1890 -3r1c_1_K+3R1C
1891 -2h1m_1_A+2H1M
1892 -6z1p_1_BB+6Z1P
1893 -5zwo_1_H+5ZWO
1894 -6az3_1_1+6AZ3
1895 -2et8_1_A+2ET8
1896 -1feu_1_C+1FEU
1897 -2uxd_1_Y+2UXD
1898 -5g4t_1_A+5G4T
1899 -3ol9_1_B+3OL9
1900 -3adi_1_D+3ADI
1901 -7b3d_1_T+7B3D
1902 -5dv7_1_A+5DV7
1903 -5w0o_1_C+5W0O
1904 -2g92_1_A+2G92
1905 -6yhs_1_8+6YHS
1906 -4j50_1_A+4J50
1907 -3pla_1_G+3PLA
1908 -1ry1_1_Q+1RY1
1909 -2o3x_1_A+2O3X
1910 -4x62_1_B+4X62
1911 -1nta_1_A+1NTA
1912 -1zx7_1_C+1ZX7
1913 -6id1_1_H+6ID1
1914 -2f8s_1_C+2F8S
1915 -472d_1_A+472D
1916 -5amr_1_B+5AMR
1917 -2pn3_1_A+2PN3
1918 -2e9t_1_B+2E9T
1919 -3fs0_1_B+3FS0
1920 -3j9b_1_K+3J9B
1921 -1nuv_1_A+1NUV
1922 -1yz9_1_C+1YZ9
1923 -4ig8_1_B+4IG8
1924 -3s49_1_E+3S49
1925 -7krp_1_P+7KRP
1926 -1h1k_1_K+1H1K
1927 -6ia2_1_A+6IA2
1928 -4wtk_1_T+4WTK
1929 -4gha_1_I+4GHA
1930 -7jju_1_A+7JJU
1931 -1duq_1_B+1DUQ
1932 -4db2_1_E+4DB2
1933 -1mhk_1_L+1MHK
1934 -6ozr_1_C+6OZR
1935 -4o41_1_C+4O41
1936 -6k32_1_T+6K32
1937 -6vem_1_A+6VEM
1938 -6gvy_1_C+6GVY
1939 -3loa_1_B+3LOA
1940 -4k0k_1_Y+4K0K
1941 -1h1k_1_I+1H1K
1942 -4wtc_1_T+4WTC
1943 -1ry1_1_O+1RY1
1944 -4kz2_1_B+4KZ2
1945 -4wzq_1_B+4WZQ
1946 -3tzr_1_A+3TZR
1947 -3nvk_1_K+3NVK
1948 -1g1x_1_J+1G1X
1949 -2v7r_1_A+2V7R
1950 -1n35_1_C+1N35
1951 -6m6s_1_C+6M6S
1952 -3vyx_1_B+3VYX
1953 -1tfw_1_G+1TFW
1954 -1sdr_1_A+1SDR
1955 -1yvp_1_C+1YVP
1956 -6zj3_1_LC+6ZJ3
1957 -5dhb_1_A+5DHB
1958 -1ytu_1_E+1YTU
1959 -5t5h_1_A+5T5H
1960 -435d_1_C+435D
1961 -3cgs_1_B+3CGS
1962 -4phy_1_A+4PHY
1963 -1dqh_1_B+1DQH
1964 -5h0r_1_H+5H0R
1965 -3kmq_1_B+3KMQ
1966 7m4y_1_V 1719 7m4y_1_V
1967 -6hct_1_E+6HCT 1720 +7m4x_1_V
1968 -6ty9_1_T+6TY9 1721 +7b5k_1_Z
1969 -5ued_1_A+5UED 1722 +7m4u_1_A
1970 -1qbp_1_A+1QBP 1723 +7n06_1_G
1971 -6bgb_1_A+6BGB 1724 +7n06_1_H
1972 -6kur_1_V+6KUR 1725 +7n06_1_I
1973 -464d_1_A+464D 1726 +7n06_1_J
1974 -5l00_1_A+5L00 1727 +7n06_1_K
1975 -485d_1_A+485D 1728 +7n06_1_L
1976 -4v6w_1_A5+4V6W 1729 +7n33_1_G
1977 -422d_1_A+422D 1730 +7n33_1_H
1978 -5c45_1_X+5C45 1731 +7n33_1_I
1979 -1rna_1_A+1RNA 1732 +7n33_1_J
1980 -5xxb_1_1+5XXB 1733 +7n33_1_K
1981 -3r1c_1_E+3R1C 1734 +7n33_1_L
1982 -4zc7_1_A+4ZC7
1983 -5lqo_1_A+5LQO
1984 -4v7h_1_B5+4V7H
1985 -4gkk_1_X+4GKK
1986 -6ogz_1_B+6OGZ
1987 -3jxq_1_L+3JXQ
1988 -7kjv_1_C+7KJV
1989 -6rr7_1_D+6RR7
1990 -6xqb_1_F+6XQB
1991 -5jaj_1_X+5JAJ
1992 -7bzf_1_F+7BZF
1993 -5wnp_1_A+5WNP
1994 -3avv_1_T+3AVV
1995 -2zko_1_C+2ZKO
1996 -3avw_1_T+3AVW
1997 -1kd5_1_A+1KD5
1998 -1zh5_1_C+1ZH5
1999 -2val_1_A+2VAL
2000 -1dqf_1_B+1DQF
2001 -7b9v_1_2+7B9V
2002 -1icg_1_A+1ICG
2003 -4k4s_1_B+4K4S
2004 -4fvu_1_B+4FVU
2005 -3h5x_1_T+3H5X
2006 -4ngf_1_G+4NGF
2007 -3nmu_1_E+3NMU
2008 -2a0p_1_A+2A0P
2009 -1d4r_1_B+1D4R
2010 -4rwn_1_B+4RWN
2011 -3j7q_1_5+3J7Q
2012 -4mcf_1_B+4MCF
2013 -3avx_1_T+3AVX
2014 -7bg6_1_C
2015 -4gv6_1_C+4GV6
2016 -3mqk_1_D+3MQK
2017 -5zuu_1_E+5ZUU
2018 -6d06_1_B+6D06
2019 -5lqt_1_A+5LQT
2020 -7am2_1_R2+7AM2
2021 -6zqa_1_D3+6ZQA
2022 -4gkj_1_X+4GKJ
2023 -7c2k_1_F+7C2K
2024 -7aap_1_T+7AAP
2025 -1sa9_1_C+1SA9
2026 -6sx2_1_C+6SX2
2027 -5vci_1_A+5VCI
2028 -280d_1_A+280D
2029 -4yhw_1_F+4YHW
2030 -6pzq_1_J+6PZQ
2031 -3gm7_1_G+3GM7
2032 -5c9h_1_G+5C9H
2033 -6lse_1_C+6LSE
2034 -3cz3_1_G+3CZ3
2035 -7b3c_1_T+7B3C
2036 -5une_1_A+5UNE
2037 -2e9z_1_B+2E9Z
2038 -4k4z_1_N+4K4Z
2039 -6szu_1_V+6SZU
2040 -5ew4_1_B+5EW4
2041 -3ncu_1_C+3NCU
2042 -2vuq_1_A+2VUQ
2043 -6hu6_1_B+6HU6
2044 -5v1k_1_A+5V1K
2045 -3dkn_1_D+3DKN
2046 -2xsl_1_C+2XSL
2047 -6e9f_1_B+6E9F
2048 -418d_1_A+418D
2049 -4e6b_1_A+4E6B
2050 -6g19_1_X+6G19
2051 -1wne_1_B+1WNE
2052 -4jrt_1_A+4JRT
2053 -2ao5_1_C+2AO5
2054 -6oj6_1_T+6OJ6
2055 -2r92_1_T+2R92
2056 -4k4u_1_B+4K4U
2057 -4u3l_1_A+4U3L
2058 -1tfw_1_H+1TFW
2059 -6kuk_1_V+6KUK
2060 -402d_1_A+402D
2061 -3og8_1_C+3OG8
2062 -4yhw_1_E+4YHW
2063 -3cjz_1_A+3CJZ
2064 -6bbo_1_F+6BBO
2065 -6mfn_1_E+6MFN
2066 -5u0q_1_C+5U0Q
2067 -2ec0_1_B+2EC0
2068 -3glp_1_B+3GLP
2069 -5h1k_1_C+5H1K
2070 -4dr6_1_W+4DR6
2071 -4eya_1_M+4EYA
2072 -3hjy_1_D+3HJY
2073 -3kna_1_B+3KNA
2074 -3vnu_1_G+3VNU
2075 -6tw1_1_V+6TW1
2076 -6lsg_1_B+6LSG
2077 -3ks8_1_E+3KS8
2078 -4e6b_1_E+4E6B
2079 -406d_1_A+406D
2080 -1qc0_1_B+1QC0
2081 -3a6p_1_E+3A6P
2082 -6kuv_1_V+6KUV
2083 -6qwl_1_W+6QWL
2084 -4wsb_1_V+4WSB
2085 -332d_1_A+332D
2086 -3qrp_1_B+3QRP
2087 -1qcu_1_A+1QCU
2088 -4p3u_1_C+4P3U
2089 -4e78_1_P+4E78
2090 -4eya_1_O+4EYA
2091 -3gvn_1_A+3GVN
2092 -3j0e_1_E+3J0E
2093 -6qn3_1_A+6QN3
2094 -2az0_1_C+2AZ0
2095 -4wzm_1_B+4WZM
2096 -2o3y_1_A+2O3Y
2097 -4u34_1_B+4U34
2098 -377d_1_A+377D
2099 -4z31_1_C+4Z31
2100 -5wnu_1_B+5WNU
2101 -2bgg_1_P+2BGG
2102 -3avu_1_T+3AVU
2103 -6t0s_1_V+6T0S
2104 -6dn2_1_Y+6DN2
2105 -5f8n_1_B+5F8N
2106 -7d3j_1_B
2107 -6kuj_1_V+6KUJ
2108 -6bk8_1_2+6BK8
2109 -5g4u_1_I+5G4U
2110 -2rfk_1_E+2RFK
2111 -3bnn_1_C+3BNN
2112 -6g1x_1_X+6G1X
2113 -2o3v_1_A+2O3V
2114 -1dfu_1_M+1DFU
2115 -1tfy_1_H+1TFY
2116 -1r3e_1_D+1R3E
2117 -6tz1_1_T+6TZ1
2118 -1uon_1_C+1UON
2119 -4eya_1_K+4EYA
2120 -4g9z_1_E+4G9Z
2121 -2g91_1_A+2G91
2122 -6o7h_1_G+6O7H
2123 -3nma_1_B+3NMA
2124 -3wbm_1_X+3WBM
2125 -1tfy_1_G+1TFY
2126 -4wti_1_T+4WTI
2127 -3sj2_1_A+3SJ2
2128 -4v8m_1_BA+4V8M
2129 -6zqd_1_D4+6ZQD
2130 -6o1o_1_M+6O1O
2131 -3adl_1_B+3ADL
2132 -2w89_1_A+2W89
2133 -433d_1_A+433D
2134 -3r2d_1_R+3R2D
2135 -6ozp_1_C+6OZP
2136 -6lsh_1_B+6LSH
2137 -5t3k_1_A+5T3K
2138 -6t0v_1_R+6T0V
2139 -409d_1_C+409D
2140 -4e7a_1_P+4E7A
2141 -3ftm_1_D+3FTM
2142 -3koa_1_B+3KOA
2143 -7abg_1_2+7ABG
2144 -1saq_1_A+1SAQ
2145 -4p3u_1_B+4P3U
2146 -6n4o_1_C+6N4O
2147 -354d_1_A+354D
2148 -4pco_1_A+4PCO
2149 -4a2x_1_L+4A2X
2150 -1n33_1_Y+1N33
2151 -6dti_1_X+6DTI
2152 -5cnr_1_A+5CNR
2153 -1qcu_1_C+1QCU
2154 -7cxm_1_J+7CXM
2155 -1zz5_1_A+1ZZ5
2156 -4x2b_1_B+4X2B
2157 -4p3t_1_A+4P3T
2158 -4jah_1_A+4JAH
2159 -4e5c_1_A+4E5C
2160 -1n38_1_C+1N38
2161 -6qit_1_A+6QIT
2162 -2f8t_1_C+2F8T
2163 -1ry1_1_N+1RY1
2164 -6mpf_1_X+6MPF
2165 -397d_1_A+397D
2166 -5tsn_1_P+5TSN
2167 -5jcf_1_Y+5JCF
2168 -6nta_1_XV+6NTA
2169 -7dmq_1_B+7DMQ
2170 -3eqt_1_C+3EQT
2171 -4p97_1_A+4P97
2172 -6ifl_1_J+6IFL
2173 -315d_1_A+315D
2174 -5zwm_1_H+5ZWM
2175 -6exn_1_2+6EXN
2176 -3nj7_1_C+3NJ7
2177 -5jc7_1_X+5JC7
2178 -5lqw_1_6+5LQW
2179 -5yzg_1_H+5YZG
2180 -3j79_1_A+3J79
2181 -4qik_1_C+4QIK
2182 -4erd_1_C+4ERD
2183 -6uz7_1_5+6UZ7
2184 -1h1k_1_J+1H1K
2185 -2xbm_1_E+2XBM
2186 -1jbr_1_C+1JBR
2187 -2q1o_1_C+2Q1O
2188 -1lnt_1_A+1LNT
2189 -1g1x_1_D+1G1X
......
...@@ -5134,1434 +5134,69 @@ Sequence is too short. (< 5 resolved nts) ...@@ -5134,1434 +5134,69 @@ Sequence is too short. (< 5 resolved nts)
5134 5hjz_1_C 5134 5hjz_1_C
5135 Sequence is too short. (< 5 resolved nts) 5135 Sequence is too short. (< 5 resolved nts)
5136 5136
5137 -6vff_1_D+6VFF 5137 +7nrc_1_SM
5138 -Could not find nucleotides of chain D+6VFF in annotation 6vff.json. Either there is a problem with 6vff mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5138 +Could not find nucleotides of chain SM in annotation 7nrc.json. Either there is a problem with 7nrc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5139 5139
5140 -5lr4_1_A+5LR4 5140 +7nrc_1_SN
5141 -Could not find nucleotides of chain A+5LR4 in annotation 5lr4.json. Either there is a problem with 5lr4 mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5141 +Could not find nucleotides of chain SN in annotation 7nrc.json. Either there is a problem with 7nrc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5142 -
5143 -3j0o_1_E+3J0O
5144 -Could not find nucleotides of chain E+3J0O in annotation 3j0o.json. Either there is a problem with 3j0o mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5145 -
5146 -6z8k_1_P+6Z8K
5147 -Could not find nucleotides of chain P+6Z8K in annotation 6z8k.json. Either there is a problem with 6z8k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5148 -
5149 -5kvj_1_A+5KVJ
5150 -Could not find nucleotides of chain A+5KVJ in annotation 5kvj.json. Either there is a problem with 5kvj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5151 -
5152 -3lrr_1_C+3LRR
5153 -Could not find nucleotides of chain C+3LRR in annotation 3lrr.json. Either there is a problem with 3lrr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5154 -
5155 -4b3r_1_Z+4B3R
5156 -Could not find nucleotides of chain Z+4B3R in annotation 4b3r.json. Either there is a problem with 4b3r mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5157 -
5158 -1yzd_1_A+1YZD
5159 -Could not find nucleotides of chain A+1YZD in annotation 1yzd.json. Either there is a problem with 1yzd mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5160 -
5161 -7dco_1_H+7DCO
5162 -Could not find nucleotides of chain H+7DCO in annotation 7dco.json. Either there is a problem with 7dco mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5163 -
5164 -2gjw_1_I+2GJW
5165 -Could not find nucleotides of chain I+2GJW in annotation 2gjw.json. Either there is a problem with 2gjw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5166 -
5167 -7bv2_1_T+7BV2
5168 -Could not find nucleotides of chain T+7BV2 in annotation 7bv2.json. Either there is a problem with 7bv2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5169 -
5170 -6nd4_1_0+6ND4
5171 -Could not find nucleotides of chain 0+6ND4 in annotation 6nd4.json. Either there is a problem with 6nd4 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5172 -
5173 -3r1e_1_A+3R1E
5174 -Could not find nucleotides of chain A+3R1E in annotation 3r1e.json. Either there is a problem with 3r1e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5175 -
5176 -5hnj_1_A+5HNJ
5177 -Could not find nucleotides of chain A+5HNJ in annotation 5hnj.json. Either there is a problem with 5hnj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5178 -
5179 -6sgc_1_54+6SGC
5180 -Could not find nucleotides of chain 54+6SGC in annotation 6sgc.json. Either there is a problem with 6sgc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5181 -
5182 -2uxc_1_X+2UXC
5183 -Could not find nucleotides of chain X+2UXC in annotation 2uxc.json. Either there is a problem with 2uxc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5184 -
5185 -2g3s_1_I+2G3S
5186 -Could not find nucleotides of chain I+2G3S in annotation 2g3s.json. Either there is a problem with 2g3s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5187 -
5188 -6bu9_1_B+6BU9
5189 -Could not find nucleotides of chain B+6BU9 in annotation 6bu9.json. Either there is a problem with 6bu9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5190 -
5191 -205d_1_A+205D
5192 -Could not find nucleotides of chain A+205D in annotation 205d.json. Either there is a problem with 205d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5193 -
5194 -1n32_1_Y+1N32
5195 -Could not find nucleotides of chain Y+1N32 in annotation 1n32.json. Either there is a problem with 1n32 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5196 -
5197 -6s8b_1_V+6S8B
5198 -Could not find nucleotides of chain V+6S8B in annotation 6s8b.json. Either there is a problem with 6s8b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5199 -
5200 -4wta_1_T+4WTA
5201 -Could not find nucleotides of chain T+4WTA in annotation 4wta.json. Either there is a problem with 4wta mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5202 -
5203 -1i9x_1_A+1I9X
5204 -Could not find nucleotides of chain A+1I9X in annotation 1i9x.json. Either there is a problem with 1i9x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5205 -
5206 -5xy3_1_1+5XY3
5207 -Could not find nucleotides of chain 1+5XY3 in annotation 5xy3.json. Either there is a problem with 5xy3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5208 -
5209 -7nun_1_C
5210 -Could not download and/or find annotations for 7nun_1_C.
5211 -
5212 -7l1f_1_T+7L1F
5213 -Could not find nucleotides of chain T+7L1F in annotation 7l1f.json. Either there is a problem with 7l1f mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5214 -
5215 -3p59_1_E+3P59
5216 -Could not find nucleotides of chain E+3P59 in annotation 3p59.json. Either there is a problem with 3p59 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5217 -
5218 -5e3h_1_B+5E3H
5219 -Could not find nucleotides of chain B+5E3H in annotation 5e3h.json. Either there is a problem with 5e3h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5220 -
5221 -5m3h_1_V+5M3H
5222 -Could not find nucleotides of chain V+5M3H in annotation 5m3h.json. Either there is a problem with 5m3h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5223 -
5224 -5tbw_1_1+5TBW
5225 -Could not find nucleotides of chain 1+5TBW in annotation 5tbw.json. Either there is a problem with 5tbw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5226 -
5227 -3nl0_1_B+3NL0
5228 -Could not find nucleotides of chain B+3NL0 in annotation 3nl0.json. Either there is a problem with 3nl0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5229 -
5230 -6qdv_1_2+6QDV
5231 -Could not find nucleotides of chain 2+6QDV in annotation 6qdv.json. Either there is a problem with 6qdv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5232 -
5233 -7ctt_1_T+7CTT
5234 -Could not find nucleotides of chain T+7CTT in annotation 7ctt.json. Either there is a problem with 7ctt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5235 -
5236 -5f8j_1_B+5F8J
5237 -Could not find nucleotides of chain B+5F8J in annotation 5f8j.json. Either there is a problem with 5f8j mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5238 -
5239 -3bbm_1_B+3BBM
5240 -Could not find nucleotides of chain B+3BBM in annotation 3bbm.json. Either there is a problem with 3bbm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5241 -
5242 -4wtm_1_T+4WTM
5243 -Could not find nucleotides of chain T+4WTM in annotation 4wtm.json. Either there is a problem with 4wtm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5244 -
5245 -6hct_1_A+6HCT
5246 -Could not find nucleotides of chain A+6HCT in annotation 6hct.json. Either there is a problem with 6hct mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5247 -
5248 -1kd4_1_A+1KD4
5249 -Could not find nucleotides of chain A+1KD4 in annotation 1kd4.json. Either there is a problem with 1kd4 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5250 -
5251 -6swa_1_Q+6SWA
5252 -Could not find nucleotides of chain Q+6SWA in annotation 6swa.json. Either there is a problem with 6swa mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5253 -
5254 -1qc0_1_C+1QC0
5255 -Could not find nucleotides of chain C+1QC0 in annotation 1qc0.json. Either there is a problem with 1qc0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5256 -
5257 -6zmi_1_L5+6ZMI
5258 -Could not find nucleotides of chain L5+6ZMI in annotation 6zmi.json. Either there is a problem with 6zmi mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5259 -
5260 -2p7e_1_D+2P7E
5261 -Could not find nucleotides of chain D+2P7E in annotation 2p7e.json. Either there is a problem with 2p7e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5262 -
5263 -2uxb_1_Y+2UXB
5264 -Could not find nucleotides of chain Y+2UXB in annotation 2uxb.json. Either there is a problem with 2uxb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5265 -
5266 -4v8p_1_D1+4V8P
5267 -Could not find nucleotides of chain D1+4V8P in annotation 4v8p.json. Either there is a problem with 4v8p mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5268 -
5269 -6wb0_1_D+6WB0
5270 -Could not find nucleotides of chain D+6WB0 in annotation 6wb0.json. Either there is a problem with 6wb0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5271 -
5272 -1yyw_1_I+1YYW
5273 -Could not find nucleotides of chain I+1YYW in annotation 1yyw.json. Either there is a problem with 1yyw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5274 -
5275 -4jab_1_A+4JAB
5276 -Could not find nucleotides of chain A+4JAB in annotation 4jab.json. Either there is a problem with 4jab mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5277 -
5278 -439d_1_A+439D
5279 -Could not find nucleotides of chain A+439D in annotation 439d.json. Either there is a problem with 439d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5280 -
5281 -3bnr_1_C+3BNR
5282 -Could not find nucleotides of chain C+3BNR in annotation 3bnr.json. Either there is a problem with 3bnr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5283 -
5284 -6yyt_1_P+6YYT
5285 -Could not find nucleotides of chain P+6YYT in annotation 6yyt.json. Either there is a problem with 6yyt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5286 -
5287 -5c9h_1_C+5C9H
5288 -Could not find nucleotides of chain C+5C9H in annotation 5c9h.json. Either there is a problem with 5c9h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5289 -
5290 -7jqq_1_O
5291 -Could not download and/or find annotations for 7jqq_1_O.
5292 -
5293 -3fte_1_C+3FTE
5294 -Could not find nucleotides of chain C+3FTE in annotation 3fte.json. Either there is a problem with 3fte mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5295 -
5296 -2zi0_1_C+2ZI0
5297 -Could not find nucleotides of chain C+2ZI0 in annotation 2zi0.json. Either there is a problem with 2zi0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5298 -
5299 -7nuq_1_C
5300 -Could not download and/or find annotations for 7nuq_1_C.
5301 -
5302 -4k31_1_B+4K31
5303 -Could not find nucleotides of chain B+4K31 in annotation 4k31.json. Either there is a problem with 4k31 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5304 -
5305 -6mpi_1_X+6MPI
5306 -Could not find nucleotides of chain X+6MPI in annotation 6mpi.json. Either there is a problem with 6mpi mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5307 -
5308 -7jl1_1_X+7JL1
5309 -Could not find nucleotides of chain X+7JL1 in annotation 7jl1.json. Either there is a problem with 7jl1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5310 -
5311 -3dh3_1_F+3DH3
5312 -Could not find nucleotides of chain F+3DH3 in annotation 3dh3.json. Either there is a problem with 3dh3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5313 -
5314 -6ifk_1_N+6IFK
5315 -Could not find nucleotides of chain N+6IFK in annotation 6ifk.json. Either there is a problem with 6ifk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5316 -
5317 -4wtd_1_T+4WTD
5318 -Could not find nucleotides of chain T+4WTD in annotation 4wtd.json. Either there is a problem with 4wtd mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5319 -
5320 -7cyq_1_J+7CYQ
5321 -Could not find nucleotides of chain J+7CYQ in annotation 7cyq.json. Either there is a problem with 7cyq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5322 -
5323 -1rpu_1_C+1RPU
5324 -Could not find nucleotides of chain C+1RPU in annotation 1rpu.json. Either there is a problem with 1rpu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5325 -
5326 -3c3z_1_A+3C3Z
5327 -Could not find nucleotides of chain A+3C3Z in annotation 3c3z.json. Either there is a problem with 3c3z mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5328 -
5329 -6lqp_1_SA+6LQP
5330 -Could not find nucleotides of chain SA+6LQP in annotation 6lqp.json. Either there is a problem with 6lqp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5331 -
5332 -3jb7_1_T+3JB7
5333 -Could not find nucleotides of chain T+3JB7 in annotation 3jb7.json. Either there is a problem with 3jb7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5334 -
5335 -5jbj_1_X+5JBJ
5336 -Could not find nucleotides of chain X+5JBJ in annotation 5jbj.json. Either there is a problem with 5jbj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5337 -
5338 -3j0o_1_G+3J0O
5339 -Could not find nucleotides of chain G+3J0O in annotation 3j0o.json. Either there is a problem with 3j0o mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5340 -
5341 -3ciy_1_C+3CIY
5342 -Could not find nucleotides of chain C+3CIY in annotation 3ciy.json. Either there is a problem with 3ciy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5343 -
5344 -7ndj_1_C
5345 -Could not download and/or find annotations for 7ndj_1_C.
5346 -
5347 -419d_1_C+419D
5348 -Could not find nucleotides of chain C+419D in annotation 419d.json. Either there is a problem with 419d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5349 -
5350 -6zj3_1_LH+6ZJ3
5351 -Could not find nucleotides of chain LH+6ZJ3 in annotation 6zj3.json. Either there is a problem with 6zj3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5352 -
5353 -4p43_1_B+4P43
5354 -Could not find nucleotides of chain B+4P43 in annotation 4p43.json. Either there is a problem with 4p43 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5355 -
5356 -1yyk_1_C+1YYK
5357 -Could not find nucleotides of chain C+1YYK in annotation 1yyk.json. Either there is a problem with 1yyk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5358 -
5359 -1iha_1_A+1IHA
5360 -Could not find nucleotides of chain A+1IHA in annotation 1iha.json. Either there is a problem with 1iha mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5361 -
5362 -4v7e_1_AA+4V7E
5363 -Could not find nucleotides of chain AA+4V7E in annotation 4v7e.json. Either there is a problem with 4v7e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5364 -
5365 -7jl3_1_X+7JL3
5366 -Could not find nucleotides of chain X+7JL3 in annotation 7jl3.json. Either there is a problem with 7jl3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5367 -
5368 -3szx_1_A+3SZX
5369 -Could not find nucleotides of chain A+3SZX in annotation 3szx.json. Either there is a problem with 3szx mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5370 -
5371 -4wtl_1_T+4WTL
5372 -Could not find nucleotides of chain T+4WTL in annotation 4wtl.json. Either there is a problem with 4wtl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5373 -
5374 -1xnq_1_X+1XNQ
5375 -Could not find nucleotides of chain X+1XNQ in annotation 1xnq.json. Either there is a problem with 1xnq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5376 -
5377 -5d8t_1_A+5D8T
5378 -Could not find nucleotides of chain A+5D8T in annotation 5d8t.json. Either there is a problem with 5d8t mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5379 -
5380 -4wrt_1_V+4WRT
5381 -Could not find nucleotides of chain V+4WRT in annotation 4wrt.json. Either there is a problem with 4wrt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5382 -
5383 -1z7f_1_B+1Z7F
5384 -Could not find nucleotides of chain B+1Z7F in annotation 1z7f.json. Either there is a problem with 1z7f mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5385 -
5386 -4e58_1_D+4E58
5387 -Could not find nucleotides of chain D+4E58 in annotation 4e58.json. Either there is a problem with 4e58 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5388 -
5389 -3l25_1_C+3L25
5390 -Could not find nucleotides of chain C+3L25 in annotation 3l25.json. Either there is a problem with 3l25 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5391 -
5392 -3vnv_1_T+3VNV
5393 -Could not find nucleotides of chain T+3VNV in annotation 3vnv.json. Either there is a problem with 3vnv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5394 -
5395 -1fuf_1_A+1FUF
5396 -Could not find nucleotides of chain A+1FUF in annotation 1fuf.json. Either there is a problem with 1fuf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5397 -
5398 -5ed2_1_F+5ED2
5399 -Could not find nucleotides of chain F+5ED2 in annotation 5ed2.json. Either there is a problem with 5ed2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5400 -
5401 -5y6z_1_B+5Y6Z
5402 -Could not find nucleotides of chain B+5Y6Z in annotation 5y6z.json. Either there is a problem with 5y6z mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5403 -
5404 -5nrl_1_2+5NRL
5405 -Could not find nucleotides of chain 2+5NRL in annotation 5nrl.json. Either there is a problem with 5nrl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5406 -
5407 -2gxb_1_E+2GXB
5408 -Could not find nucleotides of chain E+2GXB in annotation 2gxb.json. Either there is a problem with 2gxb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5409 -
5410 -7m4y_1_A
5411 -Could not download and/or find annotations for 7m4y_1_A.
5412 -
5413 -4wtj_1_T+4WTJ
5414 -Could not find nucleotides of chain T+4WTJ in annotation 4wtj.json. Either there is a problem with 4wtj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5415 -
5416 -5jxs_1_B+5JXS
5417 -Could not find nucleotides of chain B+5JXS in annotation 5jxs.json. Either there is a problem with 5jxs mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5418 -
5419 -2nug_1_E+2NUG
5420 -Could not find nucleotides of chain E+2NUG in annotation 2nug.json. Either there is a problem with 2nug mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5421 -
5422 -6lsf_1_C+6LSF
5423 -Could not find nucleotides of chain C+6LSF in annotation 6lsf.json. Either there is a problem with 6lsf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5424 -
5425 -3cgp_1_B+3CGP
5426 -Could not find nucleotides of chain B+3CGP in annotation 3cgp.json. Either there is a problem with 3cgp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5427 -
5428 -4qpx_1_P+4QPX
5429 -Could not find nucleotides of chain P+4QPX in annotation 4qpx.json. Either there is a problem with 4qpx mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5430 -
5431 -3avy_1_T+3AVY
5432 -Could not find nucleotides of chain T+3AVY in annotation 3avy.json. Either there is a problem with 3avy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5433 -
5434 -6hak_1_T+6HAK
5435 -Could not find nucleotides of chain T+6HAK in annotation 6hak.json. Either there is a problem with 6hak mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5436 -
5437 -6z6b_1_HHH+6Z6B
5438 -Could not find nucleotides of chain HHH+6Z6B in annotation 6z6b.json. Either there is a problem with 6z6b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5439 -
5440 -6o5f_1_D+6O5F
5441 -Could not find nucleotides of chain D+6O5F in annotation 6o5f.json. Either there is a problem with 6o5f mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5442 -
5443 -3siv_1_C+3SIV
5444 -Could not find nucleotides of chain C+3SIV in annotation 3siv.json. Either there is a problem with 3siv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5445 -
5446 -4z4d_1_B+4Z4D
5447 -Could not find nucleotides of chain B+4Z4D in annotation 4z4d.json. Either there is a problem with 4z4d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5448 -
5449 -3td0_1_B+3TD0
5450 -Could not find nucleotides of chain B+3TD0 in annotation 3td0.json. Either there is a problem with 3td0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5451 -
5452 -5lr5_1_C+5LR5
5453 -Could not find nucleotides of chain C+5LR5 in annotation 5lr5.json. Either there is a problem with 5lr5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5454 -
5455 -4kyy_1_A+4KYY
5456 -Could not find nucleotides of chain A+4KYY in annotation 4kyy.json. Either there is a problem with 4kyy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5457 5142
5458 7am2_1_R1 5143 7am2_1_R1
5459 Sequence is too short. (< 5 resolved nts) 5144 Sequence is too short. (< 5 resolved nts)
5460 5145
5461 -7d8c_1_C
5462 -Could not download and/or find annotations for 7d8c_1_C.
5463 -
5464 -7d8c_1_B
5465 -Could not download and/or find annotations for 7d8c_1_B.
5466 -
5467 -359d_1_B+359D
5468 -Could not find nucleotides of chain B+359D in annotation 359d.json. Either there is a problem with 359d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5469 -
5470 -6mkn_1_X+6MKN
5471 -Could not find nucleotides of chain X+6MKN in annotation 6mkn.json. Either there is a problem with 6mkn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5472 -
5473 -246d_1_A+246D
5474 -Could not find nucleotides of chain A+246D in annotation 246d.json. Either there is a problem with 246d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5475 -
5476 -4wte_1_T+4WTE
5477 -Could not find nucleotides of chain T+4WTE in annotation 4wte.json. Either there is a problem with 4wte mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5478 -
5479 -4u35_1_B+4U35
5480 -Could not find nucleotides of chain B+4U35 in annotation 4u35.json. Either there is a problem with 4u35 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5481 -
5482 -2v6w_1_A+2V6W
5483 -Could not find nucleotides of chain A+2V6W in annotation 2v6w.json. Either there is a problem with 2v6w mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5484 -
5485 -4eya_1_E+4EYA
5486 -Could not find nucleotides of chain E+4EYA in annotation 4eya.json. Either there is a problem with 4eya mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5487 -
5488 -2e9r_1_A+2E9R
5489 -Could not find nucleotides of chain A+2E9R in annotation 2e9r.json. Either there is a problem with 2e9r mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5490 -
5491 -1jzv_1_B+1JZV
5492 -Could not find nucleotides of chain B+1JZV in annotation 1jzv.json. Either there is a problem with 1jzv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5493 -
5494 -3r1c_1_Q+3R1C
5495 -Could not find nucleotides of chain Q+3R1C in annotation 3r1c.json. Either there is a problem with 3r1c mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5496 -
5497 -5jch_1_U+5JCH
5498 -Could not find nucleotides of chain U+5JCH in annotation 5jch.json. Either there is a problem with 5jch mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5499 -
5500 -1t0e_1_A+1T0E
5501 -Could not find nucleotides of chain A+1T0E in annotation 1t0e.json. Either there is a problem with 1t0e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5502 -
5503 -4a36_1_R+4A36
5504 -Could not find nucleotides of chain R+4A36 in annotation 4a36.json. Either there is a problem with 4a36 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5505 -
5506 -3r1d_1_A+3R1D
5507 -Could not find nucleotides of chain A+3R1D in annotation 3r1d.json. Either there is a problem with 3r1d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5508 -
5509 -6jq5_1_B+6JQ5
5510 -Could not find nucleotides of chain B+6JQ5 in annotation 6jq5.json. Either there is a problem with 6jq5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5511 -
5512 -1t0k_1_D+1T0K
5513 -Could not find nucleotides of chain D+1T0K in annotation 1t0k.json. Either there is a problem with 1t0k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5514 -
5515 -6qct_1_R+6QCT
5516 -Could not find nucleotides of chain R+6QCT in annotation 6qct.json. Either there is a problem with 6qct mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5517 -
5518 -6z1p_1_AB+6Z1P
5519 -Could not find nucleotides of chain AB+6Z1P in annotation 6z1p.json. Either there is a problem with 6z1p mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5520 -
5521 -7krn_1_T+7KRN
5522 -Could not find nucleotides of chain T+7KRN in annotation 7krn.json. Either there is a problem with 7krn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5523 -
5524 -1j9h_1_A+1J9H
5525 -Could not find nucleotides of chain A+1J9H in annotation 1j9h.json. Either there is a problem with 1j9h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5526 -
5527 -3ftf_1_C+3FTF
5528 -Could not find nucleotides of chain C+3FTF in annotation 3ftf.json. Either there is a problem with 3ftf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5529 -
5530 -6b19_1_C+6B19
5531 -Could not find nucleotides of chain C+6B19 in annotation 6b19.json. Either there is a problem with 6b19 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5532 -
5533 -6v4x_1_Z+6V4X
5534 -Could not find nucleotides of chain Z+6V4X in annotation 6v4x.json. Either there is a problem with 6v4x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5535 -
5536 -438d_1_A+438D
5537 -Could not find nucleotides of chain A+438D in annotation 438d.json. Either there is a problem with 438d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5538 -
5539 -6rxu_1_C1+6RXU
5540 -Could not find nucleotides of chain C1+6RXU in annotation 6rxu.json. Either there is a problem with 6rxu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5541 -
5542 -1xnr_1_X+1XNR
5543 -Could not find nucleotides of chain X+1XNR in annotation 1xnr.json. Either there is a problem with 1xnr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5544 -
5545 -5ed1_1_C+5ED1
5546 -Could not find nucleotides of chain C+5ED1 in annotation 5ed1.json. Either there is a problem with 5ed1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5547 -
5548 -3mei_1_A+3MEI
5549 -Could not find nucleotides of chain A+3MEI in annotation 3mei.json. Either there is a problem with 3mei mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5550 -
5551 -3htx_1_B+3HTX
5552 -Could not find nucleotides of chain B+3HTX in annotation 3htx.json. Either there is a problem with 3htx mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5553 -
5554 -4eya_1_G+4EYA
5555 -Could not find nucleotides of chain G+4EYA in annotation 4eya.json. Either there is a problem with 4eya mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5556 -
5557 -4e48_1_A+4E48
5558 -Could not find nucleotides of chain A+4E48 in annotation 4e48.json. Either there is a problem with 4e48 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5559 -
5560 -2r1s_1_A+2R1S
5561 -Could not find nucleotides of chain A+2R1S in annotation 2r1s.json. Either there is a problem with 2r1s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5562 -
5563 -6cap_1_W+6CAP
5564 -Could not find nucleotides of chain W+6CAP in annotation 6cap.json. Either there is a problem with 6cap mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5565 -
5566 -5lr3_1_A+5LR3
5567 -Could not find nucleotides of chain A+5LR3 in annotation 5lr3.json. Either there is a problem with 5lr3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5568 -
5569 -5gan_1_V+5GAN
5570 -Could not find nucleotides of chain V+5GAN in annotation 5gan.json. Either there is a problem with 5gan mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5571 -
5572 -5dhc_1_C+5DHC
5573 -Could not find nucleotides of chain C+5DHC in annotation 5dhc.json. Either there is a problem with 5dhc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5574 -
5575 -3cgr_1_B+3CGR
5576 -Could not find nucleotides of chain B+3CGR in annotation 3cgr.json. Either there is a problem with 3cgr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5577 -
5578 -353d_1_A+353D
5579 -Could not find nucleotides of chain A+353D in annotation 353d.json. Either there is a problem with 353d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5580 -
5581 -6lqs_1_3A+6LQS
5582 -Could not find nucleotides of chain 3A+6LQS in annotation 6lqs.json. Either there is a problem with 6lqs mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5583 -
5584 -6htu_1_D+6HTU
5585 -Could not find nucleotides of chain D+6HTU in annotation 6htu.json. Either there is a problem with 6htu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5586 -
5587 -3jb9_1_N+3JB9
5588 -Could not find nucleotides of chain N+3JB9 in annotation 3jb9.json. Either there is a problem with 3jb9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5589 -
5590 -6tz2_1_N+6TZ2
5591 -Could not find nucleotides of chain N+6TZ2 in annotation 6tz2.json. Either there is a problem with 6tz2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5592 -
5593 -6rxx_1_C1+6RXX
5594 -Could not find nucleotides of chain C1+6RXX in annotation 6rxx.json. Either there is a problem with 6rxx mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5595 -
5596 -4ts2_1_Y+4TS2
5597 -Could not find nucleotides of chain Y+4TS2 in annotation 4ts2.json. Either there is a problem with 4ts2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5598 -
5599 -4e59_1_A+4E59
5600 -Could not find nucleotides of chain A+4E59 in annotation 4e59.json. Either there is a problem with 4e59 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5601 -
5602 -1csl_1_B+1CSL
5603 -Could not find nucleotides of chain B+1CSL in annotation 1csl.json. Either there is a problem with 1csl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5604 -
5605 -6waz_1_D+6WAZ
5606 -Could not find nucleotides of chain D+6WAZ in annotation 6waz.json. Either there is a problem with 6waz mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5607 -
5608 -4xw0_1_A+4XW0
5609 -Could not find nucleotides of chain A+4XW0 in annotation 4xw0.json. Either there is a problem with 4xw0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5610 -
5611 -2oe5_1_B+2OE5
5612 -Could not find nucleotides of chain B+2OE5 in annotation 2oe5.json. Either there is a problem with 2oe5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5613 -
5614 -7dvq_1_F+7DVQ
5615 -Could not find nucleotides of chain F+7DVQ in annotation 7dvq.json. Either there is a problem with 7dvq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5616 -
5617 -6gkh_1_X+6GKH
5618 -Could not find nucleotides of chain X+6GKH in annotation 6gkh.json. Either there is a problem with 6gkh mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5619 -
5620 -2noq_1_D+2NOQ
5621 -Could not find nucleotides of chain D+2NOQ in annotation 2noq.json. Either there is a problem with 2noq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5622 -
5623 7k5l_1_R 5146 7k5l_1_R
5624 Sequence is too short. (< 5 resolved nts) 5147 Sequence is too short. (< 5 resolved nts)
5625 5148
5626 -6ra4_1_L+6RA4 5149 +7b5k_1_X
5627 -Could not find nucleotides of chain L+6RA4 in annotation 6ra4.json. Either there is a problem with 6ra4 mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5150 +Could not find nucleotides of chain X in annotation 7b5k.json. Either there is a problem with 7b5k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5628 -
5629 -6v9b_1_B+6V9B
5630 -Could not find nucleotides of chain B+6V9B in annotation 6v9b.json. Either there is a problem with 6v9b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5631 -
5632 -6ozo_1_C+6OZO
5633 -Could not find nucleotides of chain C+6OZO in annotation 6ozo.json. Either there is a problem with 6ozo mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5634 -
5635 -4gl2_1_C+4GL2
5636 -Could not find nucleotides of chain C+4GL2 in annotation 4gl2.json. Either there is a problem with 4gl2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5637 -
5638 -2i91_1_F+2I91
5639 -Could not find nucleotides of chain F+2I91 in annotation 2i91.json. Either there is a problem with 2i91 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5640 -
5641 -6mdz_1_E+6MDZ
5642 -Could not find nucleotides of chain E+6MDZ in annotation 6mdz.json. Either there is a problem with 6mdz mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5643 -
5644 -5ay2_1_A+5AY2
5645 -Could not find nucleotides of chain A+5AY2 in annotation 5ay2.json. Either there is a problem with 5ay2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5646 -
5647 -1zci_1_A+1ZCI
5648 -Could not find nucleotides of chain A+1ZCI in annotation 1zci.json. Either there is a problem with 1zci mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5649 -
5650 -1nuv_1_E+1NUV
5651 -Could not find nucleotides of chain E+1NUV in annotation 1nuv.json. Either there is a problem with 1nuv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5652 -
5653 -5wnt_1_B+5WNT
5654 -Could not find nucleotides of chain B+5WNT in annotation 5wnt.json. Either there is a problem with 5wnt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5655 -
5656 -6szv_1_R+6SZV
5657 -Could not find nucleotides of chain R+6SZV in annotation 6szv.json. Either there is a problem with 6szv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5658 -
5659 -364d_1_C+364D
5660 -Could not find nucleotides of chain C+364D in annotation 364d.json. Either there is a problem with 364d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5661 -
5662 -2oe8_1_B+2OE8
5663 -Could not find nucleotides of chain B+2OE8 in annotation 2oe8.json. Either there is a problem with 2oe8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5664 -
5665 -4kq0_1_B+4KQ0
5666 -Could not find nucleotides of chain B+4KQ0 in annotation 4kq0.json. Either there is a problem with 4kq0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5667 -
5668 -3r1c_1_K+3R1C
5669 -Could not find nucleotides of chain K+3R1C in annotation 3r1c.json. Either there is a problem with 3r1c mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5670 -
5671 -2h1m_1_A+2H1M
5672 -Could not find nucleotides of chain A+2H1M in annotation 2h1m.json. Either there is a problem with 2h1m mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5673 -
5674 -6z1p_1_BB+6Z1P
5675 -Could not find nucleotides of chain BB+6Z1P in annotation 6z1p.json. Either there is a problem with 6z1p mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5676 -
5677 -5zwo_1_H+5ZWO
5678 -Could not find nucleotides of chain H+5ZWO in annotation 5zwo.json. Either there is a problem with 5zwo mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5679 -
5680 -6az3_1_1+6AZ3
5681 -Could not find nucleotides of chain 1+6AZ3 in annotation 6az3.json. Either there is a problem with 6az3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5682 -
5683 -2et8_1_A+2ET8
5684 -Could not find nucleotides of chain A+2ET8 in annotation 2et8.json. Either there is a problem with 2et8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5685 -
5686 -1feu_1_C+1FEU
5687 -Could not find nucleotides of chain C+1FEU in annotation 1feu.json. Either there is a problem with 1feu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5688 -
5689 -2uxd_1_Y+2UXD
5690 -Could not find nucleotides of chain Y+2UXD in annotation 2uxd.json. Either there is a problem with 2uxd mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5691 -
5692 -5g4t_1_A+5G4T
5693 -Could not find nucleotides of chain A+5G4T in annotation 5g4t.json. Either there is a problem with 5g4t mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5694 -
5695 -3ol9_1_B+3OL9
5696 -Could not find nucleotides of chain B+3OL9 in annotation 3ol9.json. Either there is a problem with 3ol9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5697 -
5698 -3adi_1_D+3ADI
5699 -Could not find nucleotides of chain D+3ADI in annotation 3adi.json. Either there is a problem with 3adi mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5700 -
5701 -7b3d_1_T+7B3D
5702 -Could not find nucleotides of chain T+7B3D in annotation 7b3d.json. Either there is a problem with 7b3d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5703 -
5704 -5dv7_1_A+5DV7
5705 -Could not find nucleotides of chain A+5DV7 in annotation 5dv7.json. Either there is a problem with 5dv7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5706 -
5707 -5w0o_1_C+5W0O
5708 -Could not find nucleotides of chain C+5W0O in annotation 5w0o.json. Either there is a problem with 5w0o mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5709 -
5710 -2g92_1_A+2G92
5711 -Could not find nucleotides of chain A+2G92 in annotation 2g92.json. Either there is a problem with 2g92 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5712 -
5713 -6yhs_1_8+6YHS
5714 -Could not find nucleotides of chain 8+6YHS in annotation 6yhs.json. Either there is a problem with 6yhs mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5715 -
5716 -4j50_1_A+4J50
5717 -Could not find nucleotides of chain A+4J50 in annotation 4j50.json. Either there is a problem with 4j50 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5718 -
5719 -3pla_1_G+3PLA
5720 -Could not find nucleotides of chain G+3PLA in annotation 3pla.json. Either there is a problem with 3pla mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5721 -
5722 -1ry1_1_Q+1RY1
5723 -Could not find nucleotides of chain Q+1RY1 in annotation 1ry1.json. Either there is a problem with 1ry1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5724 -
5725 -2o3x_1_A+2O3X
5726 -Could not find nucleotides of chain A+2O3X in annotation 2o3x.json. Either there is a problem with 2o3x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5727 -
5728 -4x62_1_B+4X62
5729 -Could not find nucleotides of chain B+4X62 in annotation 4x62.json. Either there is a problem with 4x62 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5730 -
5731 -1nta_1_A+1NTA
5732 -Could not find nucleotides of chain A+1NTA in annotation 1nta.json. Either there is a problem with 1nta mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5733 -
5734 -1zx7_1_C+1ZX7
5735 -Could not find nucleotides of chain C+1ZX7 in annotation 1zx7.json. Either there is a problem with 1zx7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5736 -
5737 -6id1_1_H+6ID1
5738 -Could not find nucleotides of chain H+6ID1 in annotation 6id1.json. Either there is a problem with 6id1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5739 -
5740 -2f8s_1_C+2F8S
5741 -Could not find nucleotides of chain C+2F8S in annotation 2f8s.json. Either there is a problem with 2f8s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5742 -
5743 -472d_1_A+472D
5744 -Could not find nucleotides of chain A+472D in annotation 472d.json. Either there is a problem with 472d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5745 -
5746 -5amr_1_B+5AMR
5747 -Could not find nucleotides of chain B+5AMR in annotation 5amr.json. Either there is a problem with 5amr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5748 -
5749 -2pn3_1_A+2PN3
5750 -Could not find nucleotides of chain A+2PN3 in annotation 2pn3.json. Either there is a problem with 2pn3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5751 -
5752 -2e9t_1_B+2E9T
5753 -Could not find nucleotides of chain B+2E9T in annotation 2e9t.json. Either there is a problem with 2e9t mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5754 -
5755 -3fs0_1_B+3FS0
5756 -Could not find nucleotides of chain B+3FS0 in annotation 3fs0.json. Either there is a problem with 3fs0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5757 -
5758 -3j9b_1_K+3J9B
5759 -Could not find nucleotides of chain K+3J9B in annotation 3j9b.json. Either there is a problem with 3j9b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5760 -
5761 -1nuv_1_A+1NUV
5762 -Could not find nucleotides of chain A+1NUV in annotation 1nuv.json. Either there is a problem with 1nuv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5763 -
5764 -1yz9_1_C+1YZ9
5765 -Could not find nucleotides of chain C+1YZ9 in annotation 1yz9.json. Either there is a problem with 1yz9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5766 -
5767 -4ig8_1_B+4IG8
5768 -Could not find nucleotides of chain B+4IG8 in annotation 4ig8.json. Either there is a problem with 4ig8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5769 -
5770 -3s49_1_E+3S49
5771 -Could not find nucleotides of chain E+3S49 in annotation 3s49.json. Either there is a problem with 3s49 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5772 -
5773 -7krp_1_P+7KRP
5774 -Could not find nucleotides of chain P+7KRP in annotation 7krp.json. Either there is a problem with 7krp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5775 -
5776 -1h1k_1_K+1H1K
5777 -Could not find nucleotides of chain K+1H1K in annotation 1h1k.json. Either there is a problem with 1h1k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5778 -
5779 -6ia2_1_A+6IA2
5780 -Could not find nucleotides of chain A+6IA2 in annotation 6ia2.json. Either there is a problem with 6ia2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5781 -
5782 -4wtk_1_T+4WTK
5783 -Could not find nucleotides of chain T+4WTK in annotation 4wtk.json. Either there is a problem with 4wtk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5784 -
5785 -4gha_1_I+4GHA
5786 -Could not find nucleotides of chain I+4GHA in annotation 4gha.json. Either there is a problem with 4gha mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5787 -
5788 -7jju_1_A+7JJU
5789 -Could not find nucleotides of chain A+7JJU in annotation 7jju.json. Either there is a problem with 7jju mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5790 -
5791 -1duq_1_B+1DUQ
5792 -Could not find nucleotides of chain B+1DUQ in annotation 1duq.json. Either there is a problem with 1duq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5793 -
5794 -4db2_1_E+4DB2
5795 -Could not find nucleotides of chain E+4DB2 in annotation 4db2.json. Either there is a problem with 4db2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5796 -
5797 -1mhk_1_L+1MHK
5798 -Could not find nucleotides of chain L+1MHK in annotation 1mhk.json. Either there is a problem with 1mhk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5799 -
5800 -6ozr_1_C+6OZR
5801 -Could not find nucleotides of chain C+6OZR in annotation 6ozr.json. Either there is a problem with 6ozr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5802 -
5803 -4o41_1_C+4O41
5804 -Could not find nucleotides of chain C+4O41 in annotation 4o41.json. Either there is a problem with 4o41 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5805 -
5806 -6k32_1_T+6K32
5807 -Could not find nucleotides of chain T+6K32 in annotation 6k32.json. Either there is a problem with 6k32 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5808 -
5809 -6vem_1_A+6VEM
5810 -Could not find nucleotides of chain A+6VEM in annotation 6vem.json. Either there is a problem with 6vem mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5811 -
5812 -6gvy_1_C+6GVY
5813 -Could not find nucleotides of chain C+6GVY in annotation 6gvy.json. Either there is a problem with 6gvy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5814 -
5815 -3loa_1_B+3LOA
5816 -Could not find nucleotides of chain B+3LOA in annotation 3loa.json. Either there is a problem with 3loa mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5817 -
5818 -4k0k_1_Y+4K0K
5819 -Could not find nucleotides of chain Y+4K0K in annotation 4k0k.json. Either there is a problem with 4k0k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5820 -
5821 -1h1k_1_I+1H1K
5822 -Could not find nucleotides of chain I+1H1K in annotation 1h1k.json. Either there is a problem with 1h1k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5823 -
5824 -4wtc_1_T+4WTC
5825 -Could not find nucleotides of chain T+4WTC in annotation 4wtc.json. Either there is a problem with 4wtc mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5826 -
5827 -1ry1_1_O+1RY1
5828 -Could not find nucleotides of chain O+1RY1 in annotation 1ry1.json. Either there is a problem with 1ry1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5829 -
5830 -4kz2_1_B+4KZ2
5831 -Could not find nucleotides of chain B+4KZ2 in annotation 4kz2.json. Either there is a problem with 4kz2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5832 -
5833 -4wzq_1_B+4WZQ
5834 -Could not find nucleotides of chain B+4WZQ in annotation 4wzq.json. Either there is a problem with 4wzq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5835 -
5836 -3tzr_1_A+3TZR
5837 -Could not find nucleotides of chain A+3TZR in annotation 3tzr.json. Either there is a problem with 3tzr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5838 -
5839 -3nvk_1_K+3NVK
5840 -Could not find nucleotides of chain K+3NVK in annotation 3nvk.json. Either there is a problem with 3nvk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5841 -
5842 -1g1x_1_J+1G1X
5843 -Could not find nucleotides of chain J+1G1X in annotation 1g1x.json. Either there is a problem with 1g1x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5844 -
5845 -2v7r_1_A+2V7R
5846 -Could not find nucleotides of chain A+2V7R in annotation 2v7r.json. Either there is a problem with 2v7r mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5847 -
5848 -1n35_1_C+1N35
5849 -Could not find nucleotides of chain C+1N35 in annotation 1n35.json. Either there is a problem with 1n35 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5850 -
5851 -6m6s_1_C+6M6S
5852 -Could not find nucleotides of chain C+6M6S in annotation 6m6s.json. Either there is a problem with 6m6s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5853 5151
5854 -3vyx_1_B+3VYX 5152 +7d8c_1_C
5855 -Could not find nucleotides of chain B+3VYX in annotation 3vyx.json. Either there is a problem with 3vyx mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5153 +Sequence is too short. (< 5 resolved nts)
5856 -
5857 -1tfw_1_G+1TFW
5858 -Could not find nucleotides of chain G+1TFW in annotation 1tfw.json. Either there is a problem with 1tfw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5859 -
5860 -1sdr_1_A+1SDR
5861 -Could not find nucleotides of chain A+1SDR in annotation 1sdr.json. Either there is a problem with 1sdr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5862 -
5863 -1yvp_1_C+1YVP
5864 -Could not find nucleotides of chain C+1YVP in annotation 1yvp.json. Either there is a problem with 1yvp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5865 -
5866 -6zj3_1_LC+6ZJ3
5867 -Could not find nucleotides of chain LC+6ZJ3 in annotation 6zj3.json. Either there is a problem with 6zj3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5868 -
5869 -5dhb_1_A+5DHB
5870 -Could not find nucleotides of chain A+5DHB in annotation 5dhb.json. Either there is a problem with 5dhb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5871 -
5872 -1ytu_1_E+1YTU
5873 -Could not find nucleotides of chain E+1YTU in annotation 1ytu.json. Either there is a problem with 1ytu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5874 -
5875 -5t5h_1_A+5T5H
5876 -Could not find nucleotides of chain A+5T5H in annotation 5t5h.json. Either there is a problem with 5t5h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5877 -
5878 -435d_1_C+435D
5879 -Could not find nucleotides of chain C+435D in annotation 435d.json. Either there is a problem with 435d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5880 -
5881 -3cgs_1_B+3CGS
5882 -Could not find nucleotides of chain B+3CGS in annotation 3cgs.json. Either there is a problem with 3cgs mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5883 -
5884 -4phy_1_A+4PHY
5885 -Could not find nucleotides of chain A+4PHY in annotation 4phy.json. Either there is a problem with 4phy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5886 -
5887 -1dqh_1_B+1DQH
5888 -Could not find nucleotides of chain B+1DQH in annotation 1dqh.json. Either there is a problem with 1dqh mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5889 -
5890 -5h0r_1_H+5H0R
5891 -Could not find nucleotides of chain H+5H0R in annotation 5h0r.json. Either there is a problem with 5h0r mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5892 -
5893 -3kmq_1_B+3KMQ
5894 -Could not find nucleotides of chain B+3KMQ in annotation 3kmq.json. Either there is a problem with 3kmq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5895 5154
5896 7m4y_1_V 5155 7m4y_1_V
5897 -Could not download and/or find annotations for 7m4y_1_V. 5156 +Could not find nucleotides of chain V in annotation 7m4y.json. Either there is a problem with 7m4y mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5898 -
5899 -6hct_1_E+6HCT
5900 -Could not find nucleotides of chain E+6HCT in annotation 6hct.json. Either there is a problem with 6hct mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5901 -
5902 -6ty9_1_T+6TY9
5903 -Could not find nucleotides of chain T+6TY9 in annotation 6ty9.json. Either there is a problem with 6ty9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5904 -
5905 -5ued_1_A+5UED
5906 -Could not find nucleotides of chain A+5UED in annotation 5ued.json. Either there is a problem with 5ued mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5907 -
5908 -1qbp_1_A+1QBP
5909 -Could not find nucleotides of chain A+1QBP in annotation 1qbp.json. Either there is a problem with 1qbp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5910 -
5911 -6bgb_1_A+6BGB
5912 -Could not find nucleotides of chain A+6BGB in annotation 6bgb.json. Either there is a problem with 6bgb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5913 -
5914 -6kur_1_V+6KUR
5915 -Could not find nucleotides of chain V+6KUR in annotation 6kur.json. Either there is a problem with 6kur mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5916 -
5917 -464d_1_A+464D
5918 -Could not find nucleotides of chain A+464D in annotation 464d.json. Either there is a problem with 464d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5919 -
5920 -5l00_1_A+5L00
5921 -Could not find nucleotides of chain A+5L00 in annotation 5l00.json. Either there is a problem with 5l00 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5922 -
5923 -485d_1_A+485D
5924 -Could not find nucleotides of chain A+485D in annotation 485d.json. Either there is a problem with 485d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5925 -
5926 -4v6w_1_A5+4V6W
5927 -Could not find nucleotides of chain A5+4V6W in annotation 4v6w.json. Either there is a problem with 4v6w mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5928 -
5929 -422d_1_A+422D
5930 -Could not find nucleotides of chain A+422D in annotation 422d.json. Either there is a problem with 422d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5931 -
5932 -5c45_1_X+5C45
5933 -Could not find nucleotides of chain X+5C45 in annotation 5c45.json. Either there is a problem with 5c45 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5934 -
5935 -1rna_1_A+1RNA
5936 -Could not find nucleotides of chain A+1RNA in annotation 1rna.json. Either there is a problem with 1rna mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5937 -
5938 -5xxb_1_1+5XXB
5939 -Could not find nucleotides of chain 1+5XXB in annotation 5xxb.json. Either there is a problem with 5xxb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5940 -
5941 -3r1c_1_E+3R1C
5942 -Could not find nucleotides of chain E+3R1C in annotation 3r1c.json. Either there is a problem with 3r1c mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5943 -
5944 -4zc7_1_A+4ZC7
5945 -Could not find nucleotides of chain A+4ZC7 in annotation 4zc7.json. Either there is a problem with 4zc7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5946 -
5947 -5lqo_1_A+5LQO
5948 -Could not find nucleotides of chain A+5LQO in annotation 5lqo.json. Either there is a problem with 5lqo mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5949 -
5950 -4v7h_1_B5+4V7H
5951 -Could not find nucleotides of chain B5+4V7H in annotation 4v7h.json. Either there is a problem with 4v7h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5952 -
5953 -4gkk_1_X+4GKK
5954 -Could not find nucleotides of chain X+4GKK in annotation 4gkk.json. Either there is a problem with 4gkk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5955 -
5956 -6ogz_1_B+6OGZ
5957 -Could not find nucleotides of chain B+6OGZ in annotation 6ogz.json. Either there is a problem with 6ogz mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5958 -
5959 -3jxq_1_L+3JXQ
5960 -Could not find nucleotides of chain L+3JXQ in annotation 3jxq.json. Either there is a problem with 3jxq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5961 -
5962 -7kjv_1_C+7KJV
5963 -Could not find nucleotides of chain C+7KJV in annotation 7kjv.json. Either there is a problem with 7kjv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5964 -
5965 -6rr7_1_D+6RR7
5966 -Could not find nucleotides of chain D+6RR7 in annotation 6rr7.json. Either there is a problem with 6rr7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5967 -
5968 -6xqb_1_F+6XQB
5969 -Could not find nucleotides of chain F+6XQB in annotation 6xqb.json. Either there is a problem with 6xqb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5970 -
5971 -5jaj_1_X+5JAJ
5972 -Could not find nucleotides of chain X+5JAJ in annotation 5jaj.json. Either there is a problem with 5jaj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5973 -
5974 -7bzf_1_F+7BZF
5975 -Could not find nucleotides of chain F+7BZF in annotation 7bzf.json. Either there is a problem with 7bzf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5976 -
5977 -5wnp_1_A+5WNP
5978 -Could not find nucleotides of chain A+5WNP in annotation 5wnp.json. Either there is a problem with 5wnp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5979 -
5980 -3avv_1_T+3AVV
5981 -Could not find nucleotides of chain T+3AVV in annotation 3avv.json. Either there is a problem with 3avv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5982 -
5983 -2zko_1_C+2ZKO
5984 -Could not find nucleotides of chain C+2ZKO in annotation 2zko.json. Either there is a problem with 2zko mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5985 -
5986 -3avw_1_T+3AVW
5987 -Could not find nucleotides of chain T+3AVW in annotation 3avw.json. Either there is a problem with 3avw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5988 -
5989 -1kd5_1_A+1KD5
5990 -Could not find nucleotides of chain A+1KD5 in annotation 1kd5.json. Either there is a problem with 1kd5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5991 -
5992 -1zh5_1_C+1ZH5
5993 -Could not find nucleotides of chain C+1ZH5 in annotation 1zh5.json. Either there is a problem with 1zh5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5994 -
5995 -2val_1_A+2VAL
5996 -Could not find nucleotides of chain A+2VAL in annotation 2val.json. Either there is a problem with 2val mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
5997 -
5998 -1dqf_1_B+1DQF
5999 -Could not find nucleotides of chain B+1DQF in annotation 1dqf.json. Either there is a problem with 1dqf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6000 -
6001 -7b9v_1_2+7B9V
6002 -Could not find nucleotides of chain 2+7B9V in annotation 7b9v.json. Either there is a problem with 7b9v mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6003 -
6004 -1icg_1_A+1ICG
6005 -Could not find nucleotides of chain A+1ICG in annotation 1icg.json. Either there is a problem with 1icg mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6006 -
6007 -4k4s_1_B+4K4S
6008 -Could not find nucleotides of chain B+4K4S in annotation 4k4s.json. Either there is a problem with 4k4s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6009 -
6010 -4fvu_1_B+4FVU
6011 -Could not find nucleotides of chain B+4FVU in annotation 4fvu.json. Either there is a problem with 4fvu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6012 -
6013 -3h5x_1_T+3H5X
6014 -Could not find nucleotides of chain T+3H5X in annotation 3h5x.json. Either there is a problem with 3h5x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6015 -
6016 -4ngf_1_G+4NGF
6017 -Could not find nucleotides of chain G+4NGF in annotation 4ngf.json. Either there is a problem with 4ngf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6018 -
6019 -3nmu_1_E+3NMU
6020 -Could not find nucleotides of chain E+3NMU in annotation 3nmu.json. Either there is a problem with 3nmu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6021 -
6022 -2a0p_1_A+2A0P
6023 -Could not find nucleotides of chain A+2A0P in annotation 2a0p.json. Either there is a problem with 2a0p mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6024 -
6025 -1d4r_1_B+1D4R
6026 -Could not find nucleotides of chain B+1D4R in annotation 1d4r.json. Either there is a problem with 1d4r mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6027 -
6028 -4rwn_1_B+4RWN
6029 -Could not find nucleotides of chain B+4RWN in annotation 4rwn.json. Either there is a problem with 4rwn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6030 -
6031 -3j7q_1_5+3J7Q
6032 -Could not find nucleotides of chain 5+3J7Q in annotation 3j7q.json. Either there is a problem with 3j7q mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6033 -
6034 -4mcf_1_B+4MCF
6035 -Could not find nucleotides of chain B+4MCF in annotation 4mcf.json. Either there is a problem with 4mcf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6036 -
6037 -3avx_1_T+3AVX
6038 -Could not find nucleotides of chain T+3AVX in annotation 3avx.json. Either there is a problem with 3avx mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6039 -
6040 -7bg6_1_C
6041 -Could not download and/or find annotations for 7bg6_1_C.
6042 -
6043 -4gv6_1_C+4GV6
6044 -Could not find nucleotides of chain C+4GV6 in annotation 4gv6.json. Either there is a problem with 4gv6 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6045 -
6046 -3mqk_1_D+3MQK
6047 -Could not find nucleotides of chain D+3MQK in annotation 3mqk.json. Either there is a problem with 3mqk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6048 -
6049 -5zuu_1_E+5ZUU
6050 -Could not find nucleotides of chain E+5ZUU in annotation 5zuu.json. Either there is a problem with 5zuu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6051 -
6052 -6d06_1_B+6D06
6053 -Could not find nucleotides of chain B+6D06 in annotation 6d06.json. Either there is a problem with 6d06 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6054 -
6055 -5lqt_1_A+5LQT
6056 -Could not find nucleotides of chain A+5LQT in annotation 5lqt.json. Either there is a problem with 5lqt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6057 -
6058 -7am2_1_R2+7AM2
6059 -Could not find nucleotides of chain R2+7AM2 in annotation 7am2.json. Either there is a problem with 7am2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6060 -
6061 -6zqa_1_D3+6ZQA
6062 -Could not find nucleotides of chain D3+6ZQA in annotation 6zqa.json. Either there is a problem with 6zqa mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6063 -
6064 -4gkj_1_X+4GKJ
6065 -Could not find nucleotides of chain X+4GKJ in annotation 4gkj.json. Either there is a problem with 4gkj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6066 -
6067 -7c2k_1_F+7C2K
6068 -Could not find nucleotides of chain F+7C2K in annotation 7c2k.json. Either there is a problem with 7c2k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6069 -
6070 -7aap_1_T+7AAP
6071 -Could not find nucleotides of chain T+7AAP in annotation 7aap.json. Either there is a problem with 7aap mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6072 -
6073 -1sa9_1_C+1SA9
6074 -Could not find nucleotides of chain C+1SA9 in annotation 1sa9.json. Either there is a problem with 1sa9 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6075 -
6076 -6sx2_1_C+6SX2
6077 -Could not find nucleotides of chain C+6SX2 in annotation 6sx2.json. Either there is a problem with 6sx2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6078 -
6079 -5vci_1_A+5VCI
6080 -Could not find nucleotides of chain A+5VCI in annotation 5vci.json. Either there is a problem with 5vci mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6081 -
6082 -280d_1_A+280D
6083 -Could not find nucleotides of chain A+280D in annotation 280d.json. Either there is a problem with 280d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6084 -
6085 -4yhw_1_F+4YHW
6086 -Could not find nucleotides of chain F+4YHW in annotation 4yhw.json. Either there is a problem with 4yhw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6087 -
6088 -6pzq_1_J+6PZQ
6089 -Could not find nucleotides of chain J+6PZQ in annotation 6pzq.json. Either there is a problem with 6pzq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6090 -
6091 -3gm7_1_G+3GM7
6092 -Could not find nucleotides of chain G+3GM7 in annotation 3gm7.json. Either there is a problem with 3gm7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6093 -
6094 -5c9h_1_G+5C9H
6095 -Could not find nucleotides of chain G+5C9H in annotation 5c9h.json. Either there is a problem with 5c9h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6096 -
6097 -6lse_1_C+6LSE
6098 -Could not find nucleotides of chain C+6LSE in annotation 6lse.json. Either there is a problem with 6lse mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6099 -
6100 -3cz3_1_G+3CZ3
6101 -Could not find nucleotides of chain G+3CZ3 in annotation 3cz3.json. Either there is a problem with 3cz3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6102 -
6103 -7b3c_1_T+7B3C
6104 -Could not find nucleotides of chain T+7B3C in annotation 7b3c.json. Either there is a problem with 7b3c mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6105 -
6106 -5une_1_A+5UNE
6107 -Could not find nucleotides of chain A+5UNE in annotation 5une.json. Either there is a problem with 5une mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6108 -
6109 -2e9z_1_B+2E9Z
6110 -Could not find nucleotides of chain B+2E9Z in annotation 2e9z.json. Either there is a problem with 2e9z mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6111 -
6112 -4k4z_1_N+4K4Z
6113 -Could not find nucleotides of chain N+4K4Z in annotation 4k4z.json. Either there is a problem with 4k4z mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6114 -
6115 -6szu_1_V+6SZU
6116 -Could not find nucleotides of chain V+6SZU in annotation 6szu.json. Either there is a problem with 6szu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6117 -
6118 -5ew4_1_B+5EW4
6119 -Could not find nucleotides of chain B+5EW4 in annotation 5ew4.json. Either there is a problem with 5ew4 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6120 -
6121 -3ncu_1_C+3NCU
6122 -Could not find nucleotides of chain C+3NCU in annotation 3ncu.json. Either there is a problem with 3ncu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6123 -
6124 -2vuq_1_A+2VUQ
6125 -Could not find nucleotides of chain A+2VUQ in annotation 2vuq.json. Either there is a problem with 2vuq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6126 -
6127 -6hu6_1_B+6HU6
6128 -Could not find nucleotides of chain B+6HU6 in annotation 6hu6.json. Either there is a problem with 6hu6 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6129 -
6130 -5v1k_1_A+5V1K
6131 -Could not find nucleotides of chain A+5V1K in annotation 5v1k.json. Either there is a problem with 5v1k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6132 -
6133 -3dkn_1_D+3DKN
6134 -Could not find nucleotides of chain D+3DKN in annotation 3dkn.json. Either there is a problem with 3dkn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6135 -
6136 -2xsl_1_C+2XSL
6137 -Could not find nucleotides of chain C+2XSL in annotation 2xsl.json. Either there is a problem with 2xsl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6138 -
6139 -6e9f_1_B+6E9F
6140 -Could not find nucleotides of chain B+6E9F in annotation 6e9f.json. Either there is a problem with 6e9f mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6141 -
6142 -418d_1_A+418D
6143 -Could not find nucleotides of chain A+418D in annotation 418d.json. Either there is a problem with 418d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6144 -
6145 -4e6b_1_A+4E6B
6146 -Could not find nucleotides of chain A+4E6B in annotation 4e6b.json. Either there is a problem with 4e6b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6147 -
6148 -6g19_1_X+6G19
6149 -Could not find nucleotides of chain X+6G19 in annotation 6g19.json. Either there is a problem with 6g19 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6150 -
6151 -1wne_1_B+1WNE
6152 -Could not find nucleotides of chain B+1WNE in annotation 1wne.json. Either there is a problem with 1wne mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6153 -
6154 -4jrt_1_A+4JRT
6155 -Could not find nucleotides of chain A+4JRT in annotation 4jrt.json. Either there is a problem with 4jrt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6156 -
6157 -2ao5_1_C+2AO5
6158 -Could not find nucleotides of chain C+2AO5 in annotation 2ao5.json. Either there is a problem with 2ao5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6159 -
6160 -6oj6_1_T+6OJ6
6161 -Could not find nucleotides of chain T+6OJ6 in annotation 6oj6.json. Either there is a problem with 6oj6 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6162 -
6163 -2r92_1_T+2R92
6164 -Could not find nucleotides of chain T+2R92 in annotation 2r92.json. Either there is a problem with 2r92 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6165 -
6166 -4k4u_1_B+4K4U
6167 -Could not find nucleotides of chain B+4K4U in annotation 4k4u.json. Either there is a problem with 4k4u mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6168 -
6169 -4u3l_1_A+4U3L
6170 -Could not find nucleotides of chain A+4U3L in annotation 4u3l.json. Either there is a problem with 4u3l mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6171 -
6172 -1tfw_1_H+1TFW
6173 -Could not find nucleotides of chain H+1TFW in annotation 1tfw.json. Either there is a problem with 1tfw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6174 -
6175 -6kuk_1_V+6KUK
6176 -Could not find nucleotides of chain V+6KUK in annotation 6kuk.json. Either there is a problem with 6kuk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6177 -
6178 -402d_1_A+402D
6179 -Could not find nucleotides of chain A+402D in annotation 402d.json. Either there is a problem with 402d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6180 -
6181 -3og8_1_C+3OG8
6182 -Could not find nucleotides of chain C+3OG8 in annotation 3og8.json. Either there is a problem with 3og8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6183 -
6184 -4yhw_1_E+4YHW
6185 -Could not find nucleotides of chain E+4YHW in annotation 4yhw.json. Either there is a problem with 4yhw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6186 -
6187 -3cjz_1_A+3CJZ
6188 -Could not find nucleotides of chain A+3CJZ in annotation 3cjz.json. Either there is a problem with 3cjz mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6189 -
6190 -6bbo_1_F+6BBO
6191 -Could not find nucleotides of chain F+6BBO in annotation 6bbo.json. Either there is a problem with 6bbo mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6192 -
6193 -6mfn_1_E+6MFN
6194 -Could not find nucleotides of chain E+6MFN in annotation 6mfn.json. Either there is a problem with 6mfn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6195 -
6196 -5u0q_1_C+5U0Q
6197 -Could not find nucleotides of chain C+5U0Q in annotation 5u0q.json. Either there is a problem with 5u0q mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6198 -
6199 -2ec0_1_B+2EC0
6200 -Could not find nucleotides of chain B+2EC0 in annotation 2ec0.json. Either there is a problem with 2ec0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6201 -
6202 -3glp_1_B+3GLP
6203 -Could not find nucleotides of chain B+3GLP in annotation 3glp.json. Either there is a problem with 3glp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6204 -
6205 -5h1k_1_C+5H1K
6206 -Could not find nucleotides of chain C+5H1K in annotation 5h1k.json. Either there is a problem with 5h1k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6207 5157
6208 -4dr6_1_W+4DR6 5158 +7m4x_1_V
6209 -Could not find nucleotides of chain W+4DR6 in annotation 4dr6.json. Either there is a problem with 4dr6 mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5159 +Could not find nucleotides of chain V in annotation 7m4x.json. Either there is a problem with 7m4x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6210 5160
6211 -4eya_1_M+4EYA 5161 +7b5k_1_Z
6212 -Could not find nucleotides of chain M+4EYA in annotation 4eya.json. Either there is a problem with 4eya mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5162 +Could not find nucleotides of chain Z in annotation 7b5k.json. Either there is a problem with 7b5k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6213 5163
6214 -3hjy_1_D+3HJY 5164 +7m4u_1_A
6215 -Could not find nucleotides of chain D+3HJY in annotation 3hjy.json. Either there is a problem with 3hjy mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5165 +Could not find nucleotides of chain A in annotation 7m4u.json. Either there is a problem with 7m4u mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6216 5166
6217 -3kna_1_B+3KNA 5167 +7n06_1_G
6218 -Could not find nucleotides of chain B+3KNA in annotation 3kna.json. Either there is a problem with 3kna mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5168 +Sequence is too short. (< 5 resolved nts)
6219 -
6220 -3vnu_1_G+3VNU
6221 -Could not find nucleotides of chain G+3VNU in annotation 3vnu.json. Either there is a problem with 3vnu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6222 -
6223 -6tw1_1_V+6TW1
6224 -Could not find nucleotides of chain V+6TW1 in annotation 6tw1.json. Either there is a problem with 6tw1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6225 -
6226 -6lsg_1_B+6LSG
6227 -Could not find nucleotides of chain B+6LSG in annotation 6lsg.json. Either there is a problem with 6lsg mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6228 -
6229 -3ks8_1_E+3KS8
6230 -Could not find nucleotides of chain E+3KS8 in annotation 3ks8.json. Either there is a problem with 3ks8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6231 -
6232 -4e6b_1_E+4E6B
6233 -Could not find nucleotides of chain E+4E6B in annotation 4e6b.json. Either there is a problem with 4e6b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6234 -
6235 -406d_1_A+406D
6236 -Could not find nucleotides of chain A+406D in annotation 406d.json. Either there is a problem with 406d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6237 -
6238 -1qc0_1_B+1QC0
6239 -Could not find nucleotides of chain B+1QC0 in annotation 1qc0.json. Either there is a problem with 1qc0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6240 -
6241 -3a6p_1_E+3A6P
6242 -Could not find nucleotides of chain E+3A6P in annotation 3a6p.json. Either there is a problem with 3a6p mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6243 -
6244 -6kuv_1_V+6KUV
6245 -Could not find nucleotides of chain V+6KUV in annotation 6kuv.json. Either there is a problem with 6kuv mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6246 -
6247 -6qwl_1_W+6QWL
6248 -Could not find nucleotides of chain W+6QWL in annotation 6qwl.json. Either there is a problem with 6qwl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6249 -
6250 -4wsb_1_V+4WSB
6251 -Could not find nucleotides of chain V+4WSB in annotation 4wsb.json. Either there is a problem with 4wsb mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6252 -
6253 -332d_1_A+332D
6254 -Could not find nucleotides of chain A+332D in annotation 332d.json. Either there is a problem with 332d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6255 -
6256 -3qrp_1_B+3QRP
6257 -Could not find nucleotides of chain B+3QRP in annotation 3qrp.json. Either there is a problem with 3qrp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6258 -
6259 -1qcu_1_A+1QCU
6260 -Could not find nucleotides of chain A+1QCU in annotation 1qcu.json. Either there is a problem with 1qcu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6261 -
6262 -4p3u_1_C+4P3U
6263 -Could not find nucleotides of chain C+4P3U in annotation 4p3u.json. Either there is a problem with 4p3u mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6264 -
6265 -4e78_1_P+4E78
6266 -Could not find nucleotides of chain P+4E78 in annotation 4e78.json. Either there is a problem with 4e78 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6267 -
6268 -4eya_1_O+4EYA
6269 -Could not find nucleotides of chain O+4EYA in annotation 4eya.json. Either there is a problem with 4eya mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6270 -
6271 -3gvn_1_A+3GVN
6272 -Could not find nucleotides of chain A+3GVN in annotation 3gvn.json. Either there is a problem with 3gvn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6273 -
6274 -3j0e_1_E+3J0E
6275 -Could not find nucleotides of chain E+3J0E in annotation 3j0e.json. Either there is a problem with 3j0e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6276 -
6277 -6qn3_1_A+6QN3
6278 -Could not find nucleotides of chain A+6QN3 in annotation 6qn3.json. Either there is a problem with 6qn3 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6279 -
6280 -2az0_1_C+2AZ0
6281 -Could not find nucleotides of chain C+2AZ0 in annotation 2az0.json. Either there is a problem with 2az0 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6282 -
6283 -4wzm_1_B+4WZM
6284 -Could not find nucleotides of chain B+4WZM in annotation 4wzm.json. Either there is a problem with 4wzm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6285 -
6286 -2o3y_1_A+2O3Y
6287 -Could not find nucleotides of chain A+2O3Y in annotation 2o3y.json. Either there is a problem with 2o3y mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6288 -
6289 -4u34_1_B+4U34
6290 -Could not find nucleotides of chain B+4U34 in annotation 4u34.json. Either there is a problem with 4u34 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6291 -
6292 -377d_1_A+377D
6293 -Could not find nucleotides of chain A+377D in annotation 377d.json. Either there is a problem with 377d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6294 -
6295 -4z31_1_C+4Z31
6296 -Could not find nucleotides of chain C+4Z31 in annotation 4z31.json. Either there is a problem with 4z31 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6297 -
6298 -5wnu_1_B+5WNU
6299 -Could not find nucleotides of chain B+5WNU in annotation 5wnu.json. Either there is a problem with 5wnu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6300 -
6301 -2bgg_1_P+2BGG
6302 -Could not find nucleotides of chain P+2BGG in annotation 2bgg.json. Either there is a problem with 2bgg mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6303 -
6304 -3avu_1_T+3AVU
6305 -Could not find nucleotides of chain T+3AVU in annotation 3avu.json. Either there is a problem with 3avu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6306 -
6307 -6t0s_1_V+6T0S
6308 -Could not find nucleotides of chain V+6T0S in annotation 6t0s.json. Either there is a problem with 6t0s mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6309 -
6310 -6dn2_1_Y+6DN2
6311 -Could not find nucleotides of chain Y+6DN2 in annotation 6dn2.json. Either there is a problem with 6dn2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6312 -
6313 -5f8n_1_B+5F8N
6314 -Could not find nucleotides of chain B+5F8N in annotation 5f8n.json. Either there is a problem with 5f8n mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6315 -
6316 -7d3j_1_B
6317 -Could not download and/or find annotations for 7d3j_1_B.
6318 -
6319 -6kuj_1_V+6KUJ
6320 -Could not find nucleotides of chain V+6KUJ in annotation 6kuj.json. Either there is a problem with 6kuj mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6321 -
6322 -6bk8_1_2+6BK8
6323 -Could not find nucleotides of chain 2+6BK8 in annotation 6bk8.json. Either there is a problem with 6bk8 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6324 -
6325 -5g4u_1_I+5G4U
6326 -Could not find nucleotides of chain I+5G4U in annotation 5g4u.json. Either there is a problem with 5g4u mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6327 -
6328 -2rfk_1_E+2RFK
6329 -Could not find nucleotides of chain E+2RFK in annotation 2rfk.json. Either there is a problem with 2rfk mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6330 -
6331 -3bnn_1_C+3BNN
6332 -Could not find nucleotides of chain C+3BNN in annotation 3bnn.json. Either there is a problem with 3bnn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6333 -
6334 -6g1x_1_X+6G1X
6335 -Could not find nucleotides of chain X+6G1X in annotation 6g1x.json. Either there is a problem with 6g1x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6336 -
6337 -2o3v_1_A+2O3V
6338 -Could not find nucleotides of chain A+2O3V in annotation 2o3v.json. Either there is a problem with 2o3v mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6339 -
6340 -1dfu_1_M+1DFU
6341 -Could not find nucleotides of chain M+1DFU in annotation 1dfu.json. Either there is a problem with 1dfu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6342 -
6343 -1tfy_1_H+1TFY
6344 -Could not find nucleotides of chain H+1TFY in annotation 1tfy.json. Either there is a problem with 1tfy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6345 -
6346 -1r3e_1_D+1R3E
6347 -Could not find nucleotides of chain D+1R3E in annotation 1r3e.json. Either there is a problem with 1r3e mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6348 -
6349 -6tz1_1_T+6TZ1
6350 -Could not find nucleotides of chain T+6TZ1 in annotation 6tz1.json. Either there is a problem with 6tz1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6351 -
6352 -1uon_1_C+1UON
6353 -Could not find nucleotides of chain C+1UON in annotation 1uon.json. Either there is a problem with 1uon mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6354 -
6355 -4eya_1_K+4EYA
6356 -Could not find nucleotides of chain K+4EYA in annotation 4eya.json. Either there is a problem with 4eya mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6357 -
6358 -4g9z_1_E+4G9Z
6359 -Could not find nucleotides of chain E+4G9Z in annotation 4g9z.json. Either there is a problem with 4g9z mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6360 -
6361 -2g91_1_A+2G91
6362 -Could not find nucleotides of chain A+2G91 in annotation 2g91.json. Either there is a problem with 2g91 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6363 -
6364 -6o7h_1_G+6O7H
6365 -Could not find nucleotides of chain G+6O7H in annotation 6o7h.json. Either there is a problem with 6o7h mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6366 -
6367 -3nma_1_B+3NMA
6368 -Could not find nucleotides of chain B+3NMA in annotation 3nma.json. Either there is a problem with 3nma mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6369 -
6370 -3wbm_1_X+3WBM
6371 -Could not find nucleotides of chain X+3WBM in annotation 3wbm.json. Either there is a problem with 3wbm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6372 -
6373 -1tfy_1_G+1TFY
6374 -Could not find nucleotides of chain G+1TFY in annotation 1tfy.json. Either there is a problem with 1tfy mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6375 -
6376 -4wti_1_T+4WTI
6377 -Could not find nucleotides of chain T+4WTI in annotation 4wti.json. Either there is a problem with 4wti mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6378 -
6379 -3sj2_1_A+3SJ2
6380 -Could not find nucleotides of chain A+3SJ2 in annotation 3sj2.json. Either there is a problem with 3sj2 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6381 -
6382 -4v8m_1_BA+4V8M
6383 -Could not find nucleotides of chain BA+4V8M in annotation 4v8m.json. Either there is a problem with 4v8m mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6384 -
6385 -6zqd_1_D4+6ZQD
6386 -Could not find nucleotides of chain D4+6ZQD in annotation 6zqd.json. Either there is a problem with 6zqd mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6387 -
6388 -6o1o_1_M+6O1O
6389 -Could not find nucleotides of chain M+6O1O in annotation 6o1o.json. Either there is a problem with 6o1o mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6390 -
6391 -3adl_1_B+3ADL
6392 -Could not find nucleotides of chain B+3ADL in annotation 3adl.json. Either there is a problem with 3adl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6393 -
6394 -2w89_1_A+2W89
6395 -Could not find nucleotides of chain A+2W89 in annotation 2w89.json. Either there is a problem with 2w89 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6396 -
6397 -433d_1_A+433D
6398 -Could not find nucleotides of chain A+433D in annotation 433d.json. Either there is a problem with 433d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6399 -
6400 -3r2d_1_R+3R2D
6401 -Could not find nucleotides of chain R+3R2D in annotation 3r2d.json. Either there is a problem with 3r2d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6402 -
6403 -6ozp_1_C+6OZP
6404 -Could not find nucleotides of chain C+6OZP in annotation 6ozp.json. Either there is a problem with 6ozp mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6405 -
6406 -6lsh_1_B+6LSH
6407 -Could not find nucleotides of chain B+6LSH in annotation 6lsh.json. Either there is a problem with 6lsh mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6408 -
6409 -5t3k_1_A+5T3K
6410 -Could not find nucleotides of chain A+5T3K in annotation 5t3k.json. Either there is a problem with 5t3k mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6411 -
6412 -6t0v_1_R+6T0V
6413 -Could not find nucleotides of chain R+6T0V in annotation 6t0v.json. Either there is a problem with 6t0v mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6414 -
6415 -409d_1_C+409D
6416 -Could not find nucleotides of chain C+409D in annotation 409d.json. Either there is a problem with 409d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6417 -
6418 -4e7a_1_P+4E7A
6419 -Could not find nucleotides of chain P+4E7A in annotation 4e7a.json. Either there is a problem with 4e7a mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6420 -
6421 -3ftm_1_D+3FTM
6422 -Could not find nucleotides of chain D+3FTM in annotation 3ftm.json. Either there is a problem with 3ftm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6423 -
6424 -3koa_1_B+3KOA
6425 -Could not find nucleotides of chain B+3KOA in annotation 3koa.json. Either there is a problem with 3koa mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6426 -
6427 -7abg_1_2+7ABG
6428 -Could not find nucleotides of chain 2+7ABG in annotation 7abg.json. Either there is a problem with 7abg mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6429 -
6430 -1saq_1_A+1SAQ
6431 -Could not find nucleotides of chain A+1SAQ in annotation 1saq.json. Either there is a problem with 1saq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6432 -
6433 -4p3u_1_B+4P3U
6434 -Could not find nucleotides of chain B+4P3U in annotation 4p3u.json. Either there is a problem with 4p3u mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6435 -
6436 -6n4o_1_C+6N4O
6437 -Could not find nucleotides of chain C+6N4O in annotation 6n4o.json. Either there is a problem with 6n4o mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6438 -
6439 -354d_1_A+354D
6440 -Could not find nucleotides of chain A+354D in annotation 354d.json. Either there is a problem with 354d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6441 -
6442 -4pco_1_A+4PCO
6443 -Could not find nucleotides of chain A+4PCO in annotation 4pco.json. Either there is a problem with 4pco mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6444 -
6445 -4a2x_1_L+4A2X
6446 -Could not find nucleotides of chain L+4A2X in annotation 4a2x.json. Either there is a problem with 4a2x mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6447 -
6448 -1n33_1_Y+1N33
6449 -Could not find nucleotides of chain Y+1N33 in annotation 1n33.json. Either there is a problem with 1n33 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6450 -
6451 -6dti_1_X+6DTI
6452 -Could not find nucleotides of chain X+6DTI in annotation 6dti.json. Either there is a problem with 6dti mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6453 -
6454 -5cnr_1_A+5CNR
6455 -Could not find nucleotides of chain A+5CNR in annotation 5cnr.json. Either there is a problem with 5cnr mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6456 -
6457 -1qcu_1_C+1QCU
6458 -Could not find nucleotides of chain C+1QCU in annotation 1qcu.json. Either there is a problem with 1qcu mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6459 -
6460 -7cxm_1_J+7CXM
6461 -Could not find nucleotides of chain J+7CXM in annotation 7cxm.json. Either there is a problem with 7cxm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6462 -
6463 -1zz5_1_A+1ZZ5
6464 -Could not find nucleotides of chain A+1ZZ5 in annotation 1zz5.json. Either there is a problem with 1zz5 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6465 -
6466 -4x2b_1_B+4X2B
6467 -Could not find nucleotides of chain B+4X2B in annotation 4x2b.json. Either there is a problem with 4x2b mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6468 -
6469 -4p3t_1_A+4P3T
6470 -Could not find nucleotides of chain A+4P3T in annotation 4p3t.json. Either there is a problem with 4p3t mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6471 -
6472 -4jah_1_A+4JAH
6473 -Could not find nucleotides of chain A+4JAH in annotation 4jah.json. Either there is a problem with 4jah mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6474 -
6475 -4e5c_1_A+4E5C
6476 -Could not find nucleotides of chain A+4E5C in annotation 4e5c.json. Either there is a problem with 4e5c mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6477 -
6478 -1n38_1_C+1N38
6479 -Could not find nucleotides of chain C+1N38 in annotation 1n38.json. Either there is a problem with 1n38 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6480 -
6481 -6qit_1_A+6QIT
6482 -Could not find nucleotides of chain A+6QIT in annotation 6qit.json. Either there is a problem with 6qit mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6483 -
6484 -2f8t_1_C+2F8T
6485 -Could not find nucleotides of chain C+2F8T in annotation 2f8t.json. Either there is a problem with 2f8t mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6486 -
6487 -1ry1_1_N+1RY1
6488 -Could not find nucleotides of chain N+1RY1 in annotation 1ry1.json. Either there is a problem with 1ry1 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6489 -
6490 -6mpf_1_X+6MPF
6491 -Could not find nucleotides of chain X+6MPF in annotation 6mpf.json. Either there is a problem with 6mpf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6492 -
6493 -397d_1_A+397D
6494 -Could not find nucleotides of chain A+397D in annotation 397d.json. Either there is a problem with 397d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6495 -
6496 -5tsn_1_P+5TSN
6497 -Could not find nucleotides of chain P+5TSN in annotation 5tsn.json. Either there is a problem with 5tsn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6498 -
6499 -5jcf_1_Y+5JCF
6500 -Could not find nucleotides of chain Y+5JCF in annotation 5jcf.json. Either there is a problem with 5jcf mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6501 -
6502 -6nta_1_XV+6NTA
6503 -Could not find nucleotides of chain XV+6NTA in annotation 6nta.json. Either there is a problem with 6nta mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6504 -
6505 -7dmq_1_B+7DMQ
6506 -Could not find nucleotides of chain B+7DMQ in annotation 7dmq.json. Either there is a problem with 7dmq mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6507 -
6508 -3eqt_1_C+3EQT
6509 -Could not find nucleotides of chain C+3EQT in annotation 3eqt.json. Either there is a problem with 3eqt mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6510 -
6511 -4p97_1_A+4P97
6512 -Could not find nucleotides of chain A+4P97 in annotation 4p97.json. Either there is a problem with 4p97 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6513 -
6514 -6ifl_1_J+6IFL
6515 -Could not find nucleotides of chain J+6IFL in annotation 6ifl.json. Either there is a problem with 6ifl mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6516 -
6517 -315d_1_A+315D
6518 -Could not find nucleotides of chain A+315D in annotation 315d.json. Either there is a problem with 315d mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6519 -
6520 -5zwm_1_H+5ZWM
6521 -Could not find nucleotides of chain H+5ZWM in annotation 5zwm.json. Either there is a problem with 5zwm mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6522 -
6523 -6exn_1_2+6EXN
6524 -Could not find nucleotides of chain 2+6EXN in annotation 6exn.json. Either there is a problem with 6exn mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6525 -
6526 -3nj7_1_C+3NJ7
6527 -Could not find nucleotides of chain C+3NJ7 in annotation 3nj7.json. Either there is a problem with 3nj7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6528 -
6529 -5jc7_1_X+5JC7
6530 -Could not find nucleotides of chain X+5JC7 in annotation 5jc7.json. Either there is a problem with 5jc7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6531 -
6532 -5lqw_1_6+5LQW
6533 -Could not find nucleotides of chain 6+5LQW in annotation 5lqw.json. Either there is a problem with 5lqw mmCIF download, or the bases are not resolved in the structure. Delete it and retry.
6534 5169
6535 -5yzg_1_H+5YZG 5170 +7n06_1_H
6536 -Could not find nucleotides of chain H+5YZG in annotation 5yzg.json. Either there is a problem with 5yzg mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5171 +Sequence is too short. (< 5 resolved nts)
6537 5172
6538 -3j79_1_A+3J79 5173 +7n06_1_I
6539 -Could not find nucleotides of chain A+3J79 in annotation 3j79.json. Either there is a problem with 3j79 mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5174 +Sequence is too short. (< 5 resolved nts)
6540 5175
6541 -4qik_1_C+4QIK 5176 +7n06_1_J
6542 -Could not find nucleotides of chain C+4QIK in annotation 4qik.json. Either there is a problem with 4qik mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5177 +Sequence is too short. (< 5 resolved nts)
6543 5178
6544 -4erd_1_C+4ERD 5179 +7n06_1_K
6545 -Could not find nucleotides of chain C+4ERD in annotation 4erd.json. Either there is a problem with 4erd mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5180 +Sequence is too short. (< 5 resolved nts)
6546 5181
6547 -6uz7_1_5+6UZ7 5182 +7n06_1_L
6548 -Could not find nucleotides of chain 5+6UZ7 in annotation 6uz7.json. Either there is a problem with 6uz7 mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5183 +Sequence is too short. (< 5 resolved nts)
6549 5184
6550 -1h1k_1_J+1H1K 5185 +7n33_1_G
6551 -Could not find nucleotides of chain J+1H1K in annotation 1h1k.json. Either there is a problem with 1h1k mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5186 +Sequence is too short. (< 5 resolved nts)
6552 5187
6553 -2xbm_1_E+2XBM 5188 +7n33_1_H
6554 -Could not find nucleotides of chain E+2XBM in annotation 2xbm.json. Either there is a problem with 2xbm mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5189 +Sequence is too short. (< 5 resolved nts)
6555 5190
6556 -1jbr_1_C+1JBR 5191 +7n33_1_I
6557 -Could not find nucleotides of chain C+1JBR in annotation 1jbr.json. Either there is a problem with 1jbr mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5192 +Sequence is too short. (< 5 resolved nts)
6558 5193
6559 -2q1o_1_C+2Q1O 5194 +7n33_1_J
6560 -Could not find nucleotides of chain C+2Q1O in annotation 2q1o.json. Either there is a problem with 2q1o mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5195 +Sequence is too short. (< 5 resolved nts)
6561 5196
6562 -1lnt_1_A+1LNT 5197 +7n33_1_K
6563 -Could not find nucleotides of chain A+1LNT in annotation 1lnt.json. Either there is a problem with 1lnt mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5198 +Sequence is too short. (< 5 resolved nts)
6564 5199
6565 -1g1x_1_D+1G1X 5200 +7n33_1_L
6566 -Could not find nucleotides of chain D+1G1X in annotation 1g1x.json. Either there is a problem with 1g1x mmCIF download, or the bases are not resolved in the structure. Delete it and retry. 5201 +Sequence is too short. (< 5 resolved nts)
6567 5202
......