usadellab / Trimmomatic

Other
217 stars 70 forks source link

Trimmomatic not exiting after job finishes #34

Open jesseaiton opened 2 years ago

jesseaiton commented 2 years ago

Hi guys,

When I run this program, it never exits when the job is done. It keeps running indefinitely until I stop it. The data generated is correct, but it looks like the job freezes even if the instance is still running As soon as I force the exit (ctlC), instead of simply closing the program it give the "broken pipe" error

Is there a way to have the program terminate when the job finishes?

Thank you,

Jesse