Project

General

Profile

« Previous | Next » 

Revision ee6e93fe

Added by Katja Luther almost 6 years ago

ref #7434: remember sequence uris for downloading the files at the end of the import

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/abcd206/in/Abcd206Import.java
287 287
        finally{
288 288
            state.getReport().printReport(state.getConfig().getReportUri());
289 289
        }
290

  
291
        if (state.getConfig().isDownloadSequenceData()){
292
            //download fasta files for imported sequences
293
            //TODO: where to store the files and how to create the new Blast DB
294
        }
290 295
        return;
291 296
    }
292 297

  

Also available in: Unified diff