Advertisement
Guest User

Untitled

a guest
Aug 14th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Aug-14 17:52:38.794 [main] DEBUG nextflow.cli.Launcher - $> ./nextflow -log clean.log clean -before backstabbing_hoover -n
  2. Aug-14 17:52:43.545 [main] ERROR nextflow.cli.Launcher - null
  3. java.io.EOFException: null
  4. at java.io.RandomAccessFile.readBoolean(RandomAccessFile.java:644)
  5. at nextflow.CacheDB.eachRecord(CacheDB.groovy:276)
  6. at nextflow.cli.CmdClean.cleanup(CmdClean.groovy:115)
  7. at nextflow.cli.CmdClean.access$0(CmdClean.groovy)
  8. at nextflow.cli.CmdClean$_run_closure1.doCall(CmdClean.groovy:92)
  9. at nextflow.cli.CmdClean$_run_closure1.call(CmdClean.groovy)
  10. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2040)
  11. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2025)
  12. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2066)
  13. at nextflow.cli.CmdClean.run(CmdClean.groovy:92)
  14. at nextflow.cli.Launcher.run(Launcher.groovy:410)
  15. at nextflow.cli.Launcher.main(Launcher.groovy:564)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement