Skip to content

Commit

Permalink
Merge pull request #6 from Ivarz/error_handling
Browse files Browse the repository at this point in the history
Error handling
Fix taxid handling with SE reads
  • Loading branch information
Ivarz authored Dec 18, 2020
2 parents 226acf2 + 1387871 commit b2b4e64
Show file tree
Hide file tree
Showing 8 changed files with 893 additions and 871 deletions.
5 changes: 5 additions & 0 deletions src/error_type.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#ifndef ERROR_TYPE
#define ERROR_TYPE
typedef enum ErrorType ErrorType;
enum ErrorType {ParseFail, ReallocFail, Success};
#endif
Loading

0 comments on commit b2b4e64

Please sign in to comment.