nextflow run doomNote
All credit for the Java implementation go to this project: https://github.com/gaborbata/vanilla-mocha-doom
If you see an error like:
Cannot invoke "javax.sound.midi.Receiver.send(javax.sound.midi.MidiMessage, long)" because "receiver" is null
This occurs on systems without MIDI audio devices. Run with --nomusic to disable music only, or --nosound to disable all audio:
nextflow run doom --nomusic # Disable music only
nextflow run doom --nosound # Disable all sound