After you cloned this repository:
git@github.com:scijava/scijava-scripts.git
The following sequence of steps will make you happy:
ssh code.imagej.net Then I stopped this because I had no user on code.imagej.net. So sad!
After you cloned this repository:
git@github.com:scijava/scijava-scripts.git
The following sequence of steps will make you happy:
ssh code.imagej.net Then I stopped this because I had no user on code.imagej.net. So sad!
Annoyed by mvn throwing tons of javadoc errors? Some of those might be fixed with:
Removing mail addresses from @author: sed -i '' -e 's/\(@author .*\) [<(].*[)>] *$/\1/' $(git grep -l '@author') sed -i '' -e 's/\(@author .*\) <.*> *$/\1/' $(git grep -l '@author')
This is mostly a not to self… please do not expect a human-readable post… 😉
To prevent the decay of knowledge my brain is suffering I note here how things should run:
Here some notes on how to implement on Clear Volume from this setup:
gradle eclipse
just did the right thing.gradlew
script instead of cradle itself. This is how it works is what I’ve been told…./gradlew clean build -Preleasebuild
… building ClearVolume release version./gradlew collectDependencies
… does what you would expect. Can then be found in ./build/dependecies
Disclaimer: this is more a ‘note to self’ than anything else.
Here, a list of all extensions that where installed in order to use python and Keras from within KNIME:
And there is a funny bug at the moment: after you installed everything, Python nodes will only work correctly after a new Python node is pulled into the workflow. It can immediately be deleted again, but all old (existing) nodes will only work correctly after a new one was instantiated once. Hard to find, good to know! 😉
Good bye and thanks for all the fish,
Florian
This post will grow within the next couple of weeks.
After the DAIS Learnathon 2017 it will contain a list of links to teaching material, tutorials, and examples.
Best,
your DAIS team