You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Added tests for the new Fasta implementation in biocaml.base
For some reason, if I open Biocaml_base.Std and use the Fasta module
afterwards, ocamlbuild complains about circular dependencies... That's
the reason why I have to define:
```ocaml
module Fasta = Biocaml_base.Std.Fasta
```
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We call
ocamldep
to compute dependencies, butocamldep
is known to give wrong answers in common cases. We should let users override the default.See biocaml/biocaml@ca7cb58 for an example of where this has already affected us.
See this message on the caml-list about a related feature apparently available in ocp-build.
The text was updated successfully, but these errors were encountered: