Phenomics / annotation-simulator

Simulation of disease-phenotype annotation with imprecision and noise.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Add simulation for multiple diseases at the same time #4

Open holtgrewe opened 7 years ago

holtgrewe commented 7 years ago

The output should be a TSV file with multiple diseases.

This will also require to finally hook up a CLI parser to the CLI app.

drseb commented 7 years ago

I thought this code is rather being used as an API than through a CLI!?

holtgrewe commented 7 years ago

@drseb It's now both (annotation-simulator-core is the library). I'd thought it would be nice to for one have a little driver program for trying it out and this would also allow other non-Java users to use the code.

Do you see a too high cost for maintenance?