Skip to content

Commit eb65afe

Browse files
author
Andreas Buerki
committed
version 0.9.9.2
1 parent 7f5cdad commit eb65afe

6 files changed

Lines changed: 574 additions & 275 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A number of further auxiliary scripts are also installed (see section E, below).
4444

4545
C. Compatible Systems
4646
------
47-
SubString was tested on OS X (v. 10.9 to 10.11), Ubuntu Linux (version Xubuntu 14.04) and on Windows 7 and 8 using [Cygwin](cygwin.com) (v. 1.8). SubString should run on all platforms on which a bash shell is installed. For efficient processing of larger amounts of data, bash v. 4 is necessary (although the software will automatically substitute a slower algorithm if only bash v. 3 is available).[^2] Especially under Windows systems, there can be problems if file and/or folder names contain spaces, so it is best to avoid locations on the system that have folder name with a space.
47+
SubString was tested on OS X (v. 10.11 & 10.12), Ubuntu Linux (version Xubuntu 14.04) and on Windows 7 and 8 using [Cygwin](cygwin.com) (v. 1.8). SubString should run on all platforms on which a bash shell is installed. For efficient processing of larger amounts of data, bash v. 4 is necessary (although the software will automatically substitute a slower algorithm if only bash v. 3 is available).[^2] Especially under Windows systems, there can be problems if file and/or folder names contain spaces, so it is best to avoid locations on the system that have folder name with a space.
4848
[^2]: Most recent operating system versions have bash v. 4 installed as standard, but MacOS X has bash v. 3.2 installed as standard. Bash v. 4 can be installed using [MacPorts](http://www.macports.org), [Homebrew](http://brew.sh) or similar and then the new version would either need to be put in the directory `/bin` (replacing the old version) or the first line of the `substring.sh` script would need adjusting to point to the new version of bash (if installed via MacPorts, the new line would read `#!/opt/local/bin/bash` instead of `#!/usr/bin/env bash`).
4949

5050

@@ -253,7 +253,7 @@ None reported at this time. Issues can be raised at [http://github.com/buerki/Su
253253
G. Copyright, licensing, download
254254
---------------------------------
255255

256-
Substring is (c) 2016 Cardiff University, 2011-2015 Andreas Buerki, licensed under the EUPL V.1.1. (the European Union Public Licence) which is an open-source licence (see the EUPL.pdf file for the full licence).
256+
Substring is (c) 2016-2017 Cardiff University, 2011-2015 Andreas Buerki, licensed under the EUPL V.1.1. (the European Union Public Licence) which is an open-source licence (see the EUPL.pdf file for the full licence).
257257

258258
The project resides at [http://buerki.github.com/SubString/](http://buerki.github.com/SubString/) and new versions will be posted there. Suggestions and feedback are welcome. To be notified of new releases, go to https://github.com/buerki/SubString, click on the 'Watch' button and sign in.
259259

readme.pdf

35.4 KB
Binary file not shown.

release_notes.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
release notes v. 0.9.9.2
2+
************************
3+
4+
substring-processor.sh
5+
- raised limit of number of uncut lists to be incorporated in the consolidation to 12.
6+
7+
TP-filter.sh
8+
- added option to rate on a scale from 1 to 6 rather than a binary T/F distinction.
9+
10+
111
release notes v. 0.9.9.1
212
************************
313

0 commit comments

Comments
 (0)