stoping a TopHat alignment
0
0
Entering edit mode
6.9 years ago
snp87 ▴ 80

Hi, I'm trying to stop a TopHat alignment (my computer is low in memory and the run is failing to report the final output (it's been stuck at that stage for about 20 hours now and usually the whole alignment would only take around 6 hours). Is there a way I could stop that particular alignment without force quitting the terminal window?

Thank you!

RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

Did you try ctrl-Z?

ADD REPLY
0
Entering edit mode

you could do 'top' and then k (to kill a process), write the PID of this tophat and press enter. of course, this should be done from a different terminal window (unless you are using screen)

ADD REPLY
0
Entering edit mode

ps aux | grep -i "tophat"

then it will give you process ID kill -9 "process id from previous step"

Or as suggested above use top or htop find the process (tophat) then kill it using F9

more can be found here

ADD REPLY

Login before adding your answer.

Traffic: 2223 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6