Skip to content

Commit

Permalink
Added two new optional output files (Masked and Excluded)
Browse files Browse the repository at this point in the history
  • Loading branch information
relipmoc committed Feb 11, 2016
1 parent 0fbfe23 commit 4019a88
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 134 deletions.
3 changes: 2 additions & 1 deletion src/fastq.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ typedef enum{
TAG_EMPTY = 3,
TAG_SHORT = 4,
TAG_CONTAMINANT = 5,
TAG_UNDETERMINED = 6
TAG_UNDETERMINED = 6,
TAG_LONG = 7
}REC_TAG;

typedef struct tag_REC{
Expand Down
Loading

0 comments on commit 4019a88

Please sign in to comment.