Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Bowtie cannot be killed on MacOS #40
Comments
|
Can you provide the exact arguments you used to run Bowtie 2? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jcrbloch commentedJan 22, 2017
I am running bowtie2.2.9 on MacOS 10.12.2. I wanted to abort the program, which was running in the background, but there was no way to do so. I tried to "Quit" and "Force Quit" through the task manager but the program kept running. Then I tried kill -9 and kill -15 in the terminal window, but the program still kept running at 100% CPU usage. The only way to stop the program was to reboot my machine. I have never seen this with any program. Does anyone knows the problem?