sneumann / mtblsHops

The ISAtab and supporting informtion for the data behind http://dx.doi.org/10.1007/s11306-011-0335-y
0 stars 1 forks source link

Prevents ISAcreator from creating ISAzip file #8

Open sneumann opened 10 years ago

sneumann commented 10 years ago

Hi, unfortunately, our study currently prevents ISAcreator from creating an archive:

Selected file path.../tmp
Creating archive..
Getting ontology object for OBI:strain comparison design
oo = OBI:strain comparison design
Got ontology term... good times. Term is now strain comparison design
Getting ontology object for OBI:selectively maintained organism
oo = OBI:selectively maintained organism
Got ontology term... good times. Term is now selectively maintained organism
Getting ontology object for OBI:metabolite profiling
oo = OBI:metabolite profiling
Got ontology term... good times. Term is now metabolite profiling
Getting ontology object for OBI:metabolite profiling
oo = OBI:metabolite profiling
Got ontology term... good times. Term is now metabolite profiling
Getting ontology object for OBI:NMR spectroscopy
oo = OBI:NMR spectroscopy
Got ontology term... good times. Term is now NMR spectroscopy
Getting ontology object for OBI:metabolite profiling
oo = OBI:metabolite profiling
Got ontology term... good times. Term is now metabolite profiling
Exception in thread "Thread-8" java.lang.NullPointerException
    at org.isatools.isacreator.archiveoutput.ArchiveOutputUtil.getAssayByRef(ArchiveOutputUtil.java:220)
    at org.isatools.isacreator.archiveoutput.ArchiveOutputUtil.zipDirectoryContents(ArchiveOutputUtil.java:354)
    at org.isatools.isacreator.archiveoutput.ArchiveOutputUtil.run(ArchiveOutputUtil.java:175)
    at java.lang.Thread.run(Thread.java:744)