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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@
20
20
-`bit-update-ncbi-taxonomy` replaced with `get-ncbi-tax-data` (prior still retained for now)
21
21
- dropped `bit-calc`
22
22
- if you are the one other person that ever used this and you want it back, you can add this to your ~/.bashrc: `bit-calc () { awk "BEGIN { print $1 }"; }` :)
23
+
- modified `bit-colnames` to try to autodetect delimeter
24
+
25
+
### Fixed
26
+
- added back in setup.py glob portion needed for scripts not fully integrated into python-packaging yet
0 commit comments