BgeeDB / bgee_apps

Source code of the Java Bgee applications
https://bgee.org/
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Use Beans instead of Maps to generate download files #11

Open fbastian opened 4 years ago

fbastian commented 4 years ago

In GitLab by @fbastian on Jul 14, 2015, 13:52

In org.bgee.pipeline.expression.downloadfile, the TSV files are generated using SuperCSV, but using Maps instead of Beans to read/write data. This shuld be updated.

See org.bgee.pipeline.annotations.SimilarityAnnotationUtils or org.bgee.pipeline.annotations.SimilarityAnnotation for examples of proper use of Beans.

fbastian commented 4 years ago

In GitLab by @fbastian on Jul 16, 2015, 14:14

It's not clear to me what is the work already done on this task. cc @vrechdelaval

The priority could be changed if there is already lots of work done.