This pull request is to fix problems noted in issue #364
P-value loader does not currently work with .tsv files.
Bugs fixed to correct this
Two hardcoded paths 'public://expression_download' and 'public://expression' are present in the module. These don't exist generally.
These have been converted to relative paths, and are created by the installer tripal_create_files_dir('tripal_analysis_expression'); tripal_create_files_dir('tripal_analysis_expression_download');
Perhaps these should become configuration variables editable in the admin module. A future project?
No support for infraspecific nomenclature.
Support added
Loading message indicates impossibly large number of lines processed per second. $time_start = microtime(TRUE); was in the wrong place Loading complete: changed to Loading progress:
Cannot use cv term if present in more than one cv.
cv term may now be prefixed with cv name when necessary, e.g. cvname|cvterm
This pull request is to fix problems noted in issue #364
P-value loader does not currently work with .tsv files.
Bugs fixed to correct this
Two hardcoded paths 'public://expression_download' and 'public://expression' are present in the module. These don't exist generally.
These have been converted to relative paths, and are created by the installer
tripal_create_files_dir('tripal_analysis_expression');
tripal_create_files_dir('tripal_analysis_expression_download');
Perhaps these should become configuration variables editable in the admin module. A future project?No support for infraspecific nomenclature.
Support added
Loading message indicates impossibly large number of lines processed per second.
$time_start = microtime(TRUE);
was in the wrong placeLoading complete:
changed toLoading progress:
Cannot use cv term if present in more than one cv.
cv term may now be prefixed with cv name when necessary, e.g.
cvname|cvterm
assorted corrections to typos