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
b87946a2
Commit
b87946a2
authored
May 08, 2024
by
jnwei
Browse files
cleanup makefiles and original readme
parent
67668153
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 @
67668153
@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 @
b87946a2
...
@@ -107,4 +107,5 @@ Training_OpenFold.md
...
@@ -107,4 +107,5 @@ Training_OpenFold.md
:caption: Reference
:caption: Reference
Aux_seq_files.md
Aux_seq_files.md
OpenFold_Parameters.md
OpenFold_Parameters.md
original_readme.md
```
```
\ No newline at end of file
docs/source/
README
.md
→
docs/source/
original_readme
.md
View file @
b87946a2

# Original OpenFold README
_Figure: Comparison of OpenFold and AlphaFold2 predictions to the experimental structure of PDB 7KDX, chain B._
# OpenFold
A faithful but trainable PyTorch reproduction of DeepMind's
A faithful but trainable PyTorch reproduction of DeepMind's
[
AlphaFold 2
](
https://github.com/deepmind/alphafold
)
.
[
AlphaFold 2
](
https://github.com/deepmind/alphafold
)
.
## Contents
## Contents
-
[
OpenFold
]
(
#openfold
)
-
[OpenFold]
-
[
Contents
]
(
#contents
)
-
[Contents]
-
[
Features
](
#features
)
-
[
Features
](
#features
)
-
[
Installation (Linux)
](
#installation-linux
)
-
[
Installation (Linux)
](
#installation-linux
)
-
[
Download Alignment Databases
](
#download-alignment-databases
)
-
[
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