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
<description>Genome Utilities (GeUtilities) provides open-source building-blocks for genomic data analysis tools.</description>
13
-
<releaseNotes>A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
14
-
- Parsers constructors take least possible information, and all the other configuration could be set on an instance of the parser class;
15
-
- Parsers now have two versions: generic and concrete type. This makes it simpler to user with minimal configuration while keeping generic design intact;
16
-
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files;
17
-
- A major overhaul of classes inheritance with the objective of making them more coherent;
18
-
- Can parse data with any delimiter (with default being `tab`);
A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
15
+
- Parsers constructors take least possible information, and all the other configuration could be set on an instance of the parser class;
16
+
- Parsers now have two versions: generic and concrete type. This makes it simpler to user with minimal configuration while keeping generic design intact;
17
+
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files;
18
+
- A major overhaul of classes inheritance with the objective of making them more coherent;
19
+
- Can parse data with any delimiter (with default being `tab`);
0 commit comments