├── .gitignore ├── LICENSE ├── README.md └── alphafold_disorder.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioComputingUP/AlphaFold-disorder/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioComputingUP/AlphaFold-disorder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioComputingUP/AlphaFold-disorder/HEAD/README.md -------------------------------------------------------------------------------- /alphafold_disorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BioComputingUP/AlphaFold-disorder/HEAD/alphafold_disorder.py --------------------------------------------------------------------------------