velocyto-team / velocyto.py

RNA velocity estimation in Python
http://velocyto.org/velocyto.py/
BSD 2-Clause "Simplified" License
160 stars 83 forks source link

Killed no matter how large the memory is #338

Open diyang1354 opened 2 years ago

diyang1354 commented 2 years ago

Dear all, I ran samtools sort first as the document suggested, but still always got the killed error no matter how large the memory I set. The bam file is approximately 10GB. The command line like this: velocyto run -b $barcode -o $sample -e $sample -m ~/Cellranger-GRCh38-6.1.2/hg38_rmsk.gtf $sample/${sample}.assigned_sorted_tagged.bam $gtf What should I do?