Skip to content

Commit

Permalink
Added documentation for modeller module
Browse files Browse the repository at this point in the history
  • Loading branch information
hng committed Mar 26, 2015
1 parent 98d8ee2 commit 08f7c6c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/modeller.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Modeller

## Exported functions

``
function gen_script(name::String)``

Generates Julia scripts for MODELLER.
name: The name of the script (minus the extension), e.g. "build_profile"
These scripts are based on the basic example scripts from the MODELLER website.
Scripts are generated in the current working directory. You can find all scripts that can be generated in src/MODELLER/modeller-basic-example-julia .
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pages:
- ['webblast.md', 'WebBLAST - NCBI/EBI BLAST Web-API']
- ['kabsch.md', 'Kabsch - Kabsch Algorithm']
- ['mafft.md', 'MAFFT - Julia API for MAFFT commandline tool for sequence alignment']
- ['modeller.md', 'Modeller - Functions and scripts to use MODELLER with Julia']
- ['pdb.md', 'PDB - PDB Utilities']
- ['plot.md', 'MatrixPlot - Plotting Utilities']

Expand Down

0 comments on commit 08f7c6c

Please sign in to comment.