-
Notifications
You must be signed in to change notification settings - Fork 15
/
ChangeLog
176 lines (88 loc) · 3.3 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
2015-08-17 12:40:39 -0700 Brian C. Thomas
* Merge branch 'master' of github.com:bcthomas/pullseq (HEAD -> master, origin/master)
2015-08-17 12:36:36 -0700 Brian C. Thomas
* fixed fasta comment bug
2015-01-08 08:29:58 -0800 Brian C. Thomas
* closed names_fp file pointer
2014-09-17 12:04:28 -0700 Brian C. Thomas
* update uthash to 1.9.9.1
2014-08-15 16:57:44 -0700 Brian C. Thomas
* update to 1.0.1
2014-08-15 16:56:54 -0700 Brian C. Thomas
* fixed bug in search_header()
2014-08-13 10:15:05 -0700 Brian C. Thomas
* updated README
2014-08-13 09:17:09 -0700 Brian C. Thomas
* changed param name to "regex" and short to "-g"
2014-08-13 09:01:04 -0700 Brian C. Thomas
* updated regex matching to be case-insensitive
2014-08-11 12:05:27 -0700 Brian C. Thomas
* Regex searching and some refactoring
2014-07-16 09:18:12 -0700 Brian C. Thomas
* allow '>' or '@' in the names files
2013-12-16 08:42:23 -0800 Brian C. Thomas
* added ability to get names from STDIN
2013-12-13 07:21:01 -0800 Brian C. Thomas
* fixed but in FASTQ header output
2013-10-25 11:59:14 -0700 Brian C. Thomas
* typo
2013-10-25 11:57:50 -0700 Brian C. Thomas
* updated README
2013-10-25 11:55:08 -0700 Brian C. Thomas
* added sequence counting, version, help
2013-03-13 13:39:00 -0700 Brian C. Thomas
* Merge branch 'seqdiff'
2013-03-13 13:37:59 -0700 Brian C. Thomas
* updated docs
2013-03-13 13:26:11 -0700 Brian C. Thomas
* finished seqdiff
2013-03-09 14:25:41 -0800 Brian C. Thomas
* Completed cmpseq()
2013-02-28 09:44:44 -0800 Brian C. Thomas
* updated license to be accurate
2013-02-28 09:44:44 -0800 Brian C. Thomas
* updated license to be accurate
2013-02-27 15:10:50 -0800 Brian C. Thomas
* updated AC_CONFIG_SRCDIR
2013-02-27 15:02:24 -0800 Brian C. Thomas
* modernized for automake 1.13+
2013-02-27 14:49:34 -0800 Brian C. Thomas
* updated ChangeLog
2013-02-27 14:48:29 -0800 Brian C. Thomas
* removed leftover junk
2013-02-27 14:46:20 -0800 Brian C. Thomas
* convert to autotools!
2013-02-26 12:39:31 -0800 Brian C. Thomas
* updated headers and readme
2012-11-01 08:23:16 -0700 Brian C. Thomas
* more typos
2012-11-01 08:22:05 -0700 Brian C. Thomas
* more readme touchups
2012-11-01 08:19:58 -0700 Brian C. Thomas
* typo in readme
2012-11-01 08:17:05 -0700 Brian C. Thomas
* updated readme
2012-11-01 07:59:00 -0700 Brian C. Thomas
* fix rewind bug and clean up verbose messages
2012-10-29 13:06:33 -0700 Brian C. Thomas
* updated uthash branch to current
2012-04-27 16:39:16 -0700 Brian C. Thomas
* more test dir cleanup for github
2012-04-27 15:57:19 -0700 Brian C. Thomas
* removed big testing files from repo
2012-04-27 14:28:18 -0700 Brian C. Thomas
* convert to uthash for names file
2012-04-25 10:25:29 -0700 Brian C. Thomas
* completed binary tree implementation
2012-04-18 19:52:08 -0700 Brian C. Thomas
* restructured header files (origin/linklist, linklist)
2012-04-18 16:44:51 -0700 Brian C. Thomas
* updated arg parsing
2012-04-18 15:32:53 -0700 Brian C. Thomas
* see previous commit - forgot this file
2012-04-18 15:31:02 -0700 Brian C. Thomas
* Completed linked-list version
2012-04-18 09:07:08 -0700 Brian C. Thomas
* updated Makefile - added uthash.h
2012-04-18 09:04:06 -0700 Brian C. Thomas
* initial commit