Skip to content

nextflow-io/doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nf-doom

nextflow run doom

nf-doom screenshot

Note

All credit for the Java implementation go to this project: https://github.com/gaborbata/vanilla-mocha-doom

Troubleshooting

Sound error: NullPointerException

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

About

A Nextflow pipeline to play Doom

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •