for i in $(ls /Volumes/bam/DRG/fastq_50/PhenoInfoAvailable/unzipped); do
STAR --runThreadN 3 --genomeDir /Users/chahat/Documents/DRG/STAR-master/genome --readFilesIn /Volumes/bam/DRG/fastq_50/PhenoInfoAvailable/unzipped/$i --outFileNamePrefix /Volumes/bam/DRG/results/2020_02_04/STAR_rerun_for_GATK/$i --outSAMtype BAM Unsorted --twopassMode Basic ; done
My system has 4 cores.
I am not sure why this is happening. Is it because I am not using the shared genome-loading option, and it has to load the genome to the memory every time (if so, what command would you recommend)? Or is it something else?
Thank you!
ulimit -a
| => ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max locked memory (kbytes, -l) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) 256
pipe size (512 bytes, -p) 1
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 4256
virtual memory (kbytes, -v) unlimited