Commands in software being killed

Hello,

Command with software I have previously had no problems working with are now unsuccessful e.g:

porechop -i Second_Run.fastq -b Second_Run_Lenient_Demultiplex -t 12 -v 2

Loading reads
Second_Run.fastq
Killed

I do have a couple of other things running including nanopolish - am I just trying to do too much at the same time?

Thanks
Hayley

I suspect this is probably down to memory availability i.e. processes consuming too much RAM at once, particularly as this command had worked previously and the error doesn’t seem to be coming from the command.

You can check the amount of free memory (in Megabytes) at any time using:

free -m

or open another SSH connection to your instance and use htop to monitor processes in real-time:

htop

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.