Maria Heitmeier

Results 9 issues of Maria Heitmeier

Hi, I'm trying to build a container on Mac OS Catalina 10.15.4 but run into the following error: ``` import SimpleContainerGenerator mkpath("my_image_name") cd("my_image_name") pkgs = [ "DataFrames" ] julia_version =...

Hi, I was wondering whether it might be possible to add [Wikipedia2Vec](https://wikipedia2vec.github.io/wikipedia2vec/pretrained/) embeddings? That would extend the list of languages for which word2vec embeddings are available by 11 languages.

Converting some json files to SBML leads to the conversion getting stuck at `reading input file` in the gui or to a `NullPointerException` in the command line: `java -jar -Xms8G...

bug

Apparently, something goes wrong in the conversion from SBML to Escher. Converting from SBML to Escher works: `java -jar -Xms8G -Xmx8G -Duser.language=en EscherConverter-1.2.1.jar --input=GlycolysisLayout_small.sbml.xml --format=Escher --output=glycolysis.json --gui=false` But going back...

bug

When trying to open `e_coli_core_metabolism.escher.json` with inferring compartment boundaries set to true, a NullPointerException occurs: ![grafik](https://user-images.githubusercontent.com/44357394/61957218-06404380-afbf-11e9-82a4-c02d5b8581c3.png) ``` 26.07.2019 16:02:30 de.zbit.gui.GUITools showErrorMessage --- WARNUNG: java.lang.NullPointerException java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.FutureTask.report(Unknown Source) at...

enhancement

When converting the file `GlycolysisLayout_small.sbml.xml` from `data` the conversion stops at `edu.ucsd.sbrg.escher.converter.SBML2Escher createMultiMarkers --- INFORMATION: creating multi-markers from species reference glyph (SpeciesReferenceGlyph_01)`. This is probably because in this `SpeciesReferenceGlyph` `BoundingBox`...

bug

When using the command line with normal `input` and `output` options and independent of the `--format` option, setting `gui=false` returns the following error: ``` com.fasterxml.jackson.core.JsonParseException: Unexpected character ('

bug

When trying to convert the ReconMap SBML file to Escher, there is a NullPointerException. Options were all set to default: ![grafik](https://user-images.githubusercontent.com/44357394/56655411-fb5dd600-6692-11e9-8bf0-751f3b06cfb3.png) Stack trace: >12:52:16 edu.ucsd.sbrg.escher.gui.SBMLLayoutViewPanel lambda$0 --- WARNUNG: java.lang.NullPointerException java.util.concurrent.ExecutionException:...

bug

Hi @AdarshKumar712 , it's awesome that you are developing this package! I run into the following problem when trying to use report_stats with a binary classification task: (borrowing from your...