DNA 3.1.2 #335
leifeld
announced in
Announcements
DNA 3.1.2
#335
Replies: 1 comment
|
Thanks to both of you for the work done in such a short term! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Files
dna-3.1.2.jaris the main DNA application. You need Java 11 or higher to use it, for example Adoptium Temurin OpenJDK 11. You can open the application with a double-click on the jar file or usingjava -jar dna-3.1.2.jaron the terminal or command line.rDNA_3.1.2.tar.gzis the accompanyingRpackage. It contains the DNA jar file mentioned above by default.sample.dnais a toy database. The password for accessing the database issamplefor all coders, including the admin coder.bibliography.pdfis a bibliography with now 464 publications and theses using DNA.Release notes
New functions
Documentsmenu, you can now find a function for important comma-separated value (CSV) files with documents. You can map the different columns to document fields, such as title, text, date, author, etc.Bug fixes
authororidcould not be used in network construction for visone network export (file type.graphml). When attempted, the network export got stuck at the last step (4/4). This was now fixed. [Database export gets stuck in "4/4 Writing to file" (uncaughtException / NoSuchElementException) #279; Bug exporting network #296; Uncaught exception. #305; Uncaught exception. #316]dna_getAttributesin rDNA threw an error when used in a new database because the code to create a new database failed to create zero-length (empty) entities, which was now fixed. [dna_getAttributesthrows error in new database #317]Special thanks
Shoutout to Shubhanjay Varma (@Water1ock) at the University of Manchester for doing most of the work on the new functions and some of the bug fixes!
This discussion was created from the release DNA 3.1.2.
All reactions