Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
9f1e0a8d
Commit
9f1e0a8d
authored
May 08, 2024
by
jnwei
Committed by
Jennifer Wei
May 13, 2024
Browse files
cleanup makefiles and original readme
parent
d4a14b6b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
42 deletions
+4
-42
docs/make.bat
docs/make.bat
+0
-35
docs/source/index.md
docs/source/index.md
+1
-0
docs/source/original_readme.md
docs/source/original_readme.md
+3
-7
No files found.
docs/make.bat
deleted
100644 → 0
View file @
d4a14b6b
@ECHO
OFF
pushd
%~dp0
REM Command file for Sphinx documentation
if
"
%SPHINXBUILD%
"
==
""
(
set
SPHINXBUILD
=
sphinx
-build
)
set
SOURCEDIR
=
source
set
BUILDDIR
=
build
%SPHINXBUILD%
>
NUL
2
>
NUL
if
errorlevel
9009
(
echo
.
echo
.The
'sphinx-build'
command
was
not
found
.
Make
sure
you
have
Sphinx
echo
.installed
,
then
set
the
SPHINXBUILD
environment
variable
to
point
echo
.to
the
full
path
of
the
'sphinx-build'
executable
.
Alternatively
you
echo
.may
add
the
Sphinx
directory
to
PATH
.
echo
.
echo
.If
you
don
't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
if "
%
1" == "" goto help
%SPHINXBUILD%
-M
%
1
%SOURCEDIR%
%BUILDDIR%
%SPHINXOPTS%
%O%
goto end
:help
%SPHINXBUILD%
-M help
%SOURCEDIR%
%BUILDDIR%
%SPHINXOPTS%
%O%
:end
popd
docs/source/index.md
View file @
9f1e0a8d
...
...
@@ -107,4 +107,5 @@ Training_OpenFold.md
:caption: Reference
Aux_seq_files.md
OpenFold_Parameters.md
original_readme.md
```
\ No newline at end of file
docs/source/
README
.md
→
docs/source/
original_readme
.md
View file @
9f1e0a8d

_Figure: Comparison of OpenFold and AlphaFold2 predictions to the experimental structure of PDB 7KDX, chain B._
# OpenFold
# Original OpenFold README
A faithful but trainable PyTorch reproduction of DeepMind's
[
AlphaFold 2
](
https://github.com/deepmind/alphafold
)
.
## Contents
-
[
OpenFold
]
(
#openfold
)
-
[
Contents
]
(
#contents
)
-
[OpenFold]
-
[Contents]
-
[
Features
](
#features
)
-
[
Installation (Linux)
](
#installation-linux
)
-
[
Download Alignment Databases
](
#download-alignment-databases
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment