Skip to content

Commit

Permalink
Module names to normal-case
Browse files Browse the repository at this point in the history
  • Loading branch information
hng committed Mar 26, 2015
1 parent 25c4d85 commit 98d8ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MAFFT/mafft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TODO
- group to group alignments
"""
module MAFFT
module Mafft
export mafft, mafft_from_string, mafft_from_fasta, mafft_linsi, linsi, mafft_ginsi, ginsi, mafft_einsi, einsi, mafft_fftnsi, fftnsi, mafft_fftns, fftns, mafft_nwnsi, nwnsi, mafft_nwns, nwns, print_aligned_fasta, alignment_length, to_aminoacids

using FastaIO
Expand Down
2 changes: 1 addition & 1 deletion src/MODELLER/modeller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
adapted from the modeller example scripts
"

module MODELLER
module Modeller
export model_single, gen_script
using PyCall

Expand Down

0 comments on commit 98d8ee2

Please sign in to comment.