y9c/pseudoU-BIDseq

automatic program termination

Closed this issue · 6 comments

Hi y9c!

I encountered two instances of automatic program termination. My command is nohup apptainer run docker://y9ch/bidseq & in the terminal. And I always keep the terminal on. The attatchment is the two log files.
2024-01-11T111942.665433.snakemake.log
2024-01-12T003946.169422.snakemake.log

I wonder what can I do, thank you so much!

y9c commented

Did you modified something else besides using the default command? The log file is not named as default.

I just followed the instruction, after the configuration of data.yaml file, then the command nohup apptainer run docker://y9ch/bidseq & in the terminal. I will attach the data.yaml.
datayaml

y9c commented

If you keep the terminal open. You might not need the nohup command, since the pipeline can keep alive automatically.

If you prefer to use nohup. You have to use it correctly. It depends on how your system is configured, you can ask you system admin to learn more about it. Nohup do not mean not exit. Some old bash require user to add exit command after the nohup command is entered.

y9c commented

By the way, this pipeline has not been specifically tested on all previous data (nbt). If you want to obtain all loci for these samples, you can download them from the original study to save time.

ok, thanks a lot!

y9c commented

You are welcome. If you still have the same problem. Feel free to reopen this tissue.