|
@@ -480,7 +480,6 @@ class GFF3Importer extends TripalImporter {
|
|
* @see TripalImporter::run()
|
|
* @see TripalImporter::run()
|
|
*/
|
|
*/
|
|
public function run() {
|
|
public function run() {
|
|
-
|
|
|
|
$arguments = $this->arguments['run_args'];
|
|
$arguments = $this->arguments['run_args'];
|
|
$this->gff_file = $this->arguments['files'][0]['file_path'];
|
|
$this->gff_file = $this->arguments['files'][0]['file_path'];
|
|
|
|
|
|
@@ -578,7 +577,6 @@ class GFF3Importer extends TripalImporter {
|
|
|
|
|
|
// Create the cache file for storing parsed GFF entries.
|
|
// Create the cache file for storing parsed GFF entries.
|
|
$this->openCacheFile();
|
|
$this->openCacheFile();
|
|
-
|
|
|
|
// Load the GFF3.
|
|
// Load the GFF3.
|
|
try {
|
|
try {
|
|
$this->logMessage("Step 1 of 26: Caching GFF3 file... ");
|
|
$this->logMessage("Step 1 of 26: Caching GFF3 file... ");
|