Running tasks in background
Hello all,
I am going to start alignment using STAR aligner.
STAR --runMode alignReads --runThreadN 9 --genomeDir /folder/name --readFilesIn /folder/file.fq --outStd Log --scoreInsOpen 10 --scoreDelBase 5 --scoreInsBase 5 --scoreDelOpen 10 --outFileNamePrefix /folder/out
How can I run this command in the background on a Linux server I am using? So that the alignment will still run even if I shut down my laptop.
Thank you in advance.
• 885 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Could be as simple as adding an
&at the end of your command.use
&to run a daemon or usescreenhttps://www.gnu.org/software/screen/Thank you very much
Hello KVC_bioinfo!
We believe that this post does not fit the main topic of this site.
not related to bioinformatics, just a basic linux question.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!