diff options
author | Calvin <calvin@EESI> | 2013-03-15 15:26:20 -0400 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-03-15 15:26:20 -0400 |
commit | b632667ce57af89691407bb8668e1512775278ae (patch) | |
tree | b5742cef185f1cc4a7ba6005b5b4116ce7558a01 /src/nbc/score.mlb | |
parent | 39e39f82cc38d71018882b0aaaf58255858a7c56 (diff) |
nbc added
Diffstat (limited to 'src/nbc/score.mlb')
-rw-r--r-- | src/nbc/score.mlb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/nbc/score.mlb b/src/nbc/score.mlb new file mode 100644 index 0000000..662bb83 --- /dev/null +++ b/src/nbc/score.mlb @@ -0,0 +1,27 @@ +$(SML_LIB)/basis/basis.mlb +$(SML_LIB)/basis/mlton.mlb +$(SML_LIB)/smlnj-lib/Util/smlnj-lib.mlb +$(SML_LIB)/mlyacc-lib/mlyacc-lib.mlb +fail.sml +sequence.sml +ann "allowFFI true" in + judy.sml + gzip.sml +end +substitution.grm.sig +substitution.grm.sml +substitution.lex.sml +substitution.sml +misc.sml +options.sml +storejudy.sml +genome.sml +nmer.sml +kahan.sml +score.sml +binary.sml +program.sml +matlab.sml +stopwatch.sml +fasta.sml +main.sml |