I successfully used bwa to index chr19 using bwa index chr19.fa , but when I do index of hg38.fa, it dose not work. I have plenty of storage on my ubuntu cluster and I don't know why. Can anyone help me please? I'm new to this place.
gunzip hg38.fa.gz
ubuntu@VM-0-17-ubuntu:~/wes_cancer/data$ nohup bwa index hg38.fa &
~/wes_cancer/data$ bwa index hg38.fa
[bwa_index] Pack FASTA... Killed
I used Homo_sapiens_assembly38.fasta, but it still not working. I did successfully download the files from websites and bwa is fine, but don't know why it is not working?
bwa index Homo_sapiens_assembly38.fasta
[bwa_index] Pack FASTA... Killed
time bwa index -a bwtsw -p gatk_hg38 ~/wes_cancer/data/Homo_sapiens_assembly38.fasta
[bwa_index] Pack FASTA... Killed
real 0m12.877s
user 0m4.771s
sys 0m1.196s
how much memory do you have? Seems like it is being killed because mem
I have 177 G available, don't know why it is not working for the whole genome
memory
=/=disk storage space
How much RAM do you have?
what do you mean, could you please tell me how to allocate more RAM space to do bwa?
type
cat /proc/meminfo
into your terminal and post the first lines of output, like so:Unfortunately no.
1004904 kb
is just1Gb
of RAM. You should ask for at least 16G to be able to work comfortably.Thank you very much! Now I get it!
are you working on the main/login node do you use the cluster ?
I'm using my personal HPC account I purchased and I guess yes I'm using the main login node? Could you please help me? I'm confused how to allocate more space so that I can do bwa job?