Project

General

Profile

  • svn:executable: *

# Date Author Comment
11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

9903 06/17/2013 08:18 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: removed no longer needed end time, now that the total runtime is printed

9902 06/17/2013 08:17 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: print the total runtime using `time`

9901 06/17/2013 08:14 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: include the end time in addition to the start time so that the total runtime can be calculated

9518 05/23/2013 02:25 PM Aaron Marcuse-Kubitza

bin/tnrs_db: removed no longer used $wait flag (which caused tnrs_db to wait max_pause for new rows to be added), because tnrs_db is now invoked automatically after each import by the import_scrub target (in inputs/input.Makefile) and does not need to run as a daemon. note that when scrub is invoked, it is possible that a previous datasource's import has already scrubbed the names for this import, because tnrs_db runs until all rows in tnrs_input_name are scrubbed....

7263 01/16/2013 02:18 PM Aaron Marcuse-Kubitza

inputs/.TNRS/*/*.make: Only allow one instance of the script to be running at any time, by using new waitself

7255 01/16/2013 01:07 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Fixed bug where need special handling to support being run as a .make script

7078 01/07/2013 01:35 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Usage: Added tnrs_db's $wait flag

7077 01/07/2013 01:34 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Fixed Usage message to use make, which is needed to set the PATH correctly

7064 01/07/2013 09:42 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Removed unnecessary setting of $prefix, which now defaults to ""

6067 11/08/2012 10:17 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Fixed bug where need to reference the log file path relative to the make script itself, because otherwise the log file would go in inputs/.TNRS/logs/tnrs.make.log.sql

6066 11/08/2012 10:07 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Fixed bug where need to use just the basename of $0 as the log file name

6052 11/08/2012 01:57 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Output the time at which it's run, so this is included in the log file

6051 11/08/2012 01:53 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Moved log file to logs/tnrs.make.log.sql so it would automatically be synced along with the other import logs

5122 09/28/2012 01:22 PM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Append to the log file instead of overwriting it, so that the TNRS scrubbing of each import's new taxonomic names can be included in one log file. Echo the command to the log file to identify separate runs.

5096 09/28/2012 09:07 AM Aaron Marcuse-Kubitza

inputs/.TNRS/tnrs/tnrs.make: Added log option which outputs to the terminal instead when set to ""

5080 09/27/2012 11:25 AM Aaron Marcuse-Kubitza

Added inputs/.TNRS/tnrs/tnrs.make to run tnrs_db on VegBIEN