Closed akhst7 closed 1 year ago
Hi. This is probably not the best place to ask, but I might as well help you. Why did you run the genomeGenerate
command with parallel
? It's not the kind of task that can be parallelised like that. So I'm pretty sure your STAR index wasn't created successfully - actual STARsolo command looks OK.
PS you'll need at least 32 Gb RAM and 4-8 cores.
@apredeus Thanks for help. I am beginning to suspect that parallel is the issue. I am using M1 MacStudio with 20 arm cores and 128GB RAM. It run Kallisto-Bustools, and Alvin, and Star for bulk RNAseq with no issues for not extremely large data set.
I've been playing with gnu parallel since --runThreadN
is not supported yet in the aarch/arm Mac.
It turns out that the issue was not with parallel
. I was using brew installed Star (stable 2.7.10a+220818) which was a crap. I installed the latest, 2.7.10b_alpha_220111 and worked.
Hi, I am trying to get Solo going with a one of 10x dataset with V3 chemistry, 3p_Citrate_CPT_fastqs
(https://www.10xgenomics.com/resources/datasets/pbmcs-3p_citrate_cpt-3-1-standard)
and have not be able to get the matrix even though Solo runs to completion without an error. I can't figure out what is wrong with my setup. I slightly modified your script to accommodate M1 Mac running OSX 13.2 as follows;Output of a final log is following;
I generated a STAR human index as follows;
parallel -j0 -vv --eta "STAR --runMode genomeGenerate --runThreadN 20 --genomeDir ~/Volumes/Bioinformatics/star_genome_index/index_human --genomeFastaFiles {1} --sjdbGTFfile {2}" ::: /Volumes/Bioinformatics/refdata-gex-GRCh38-2020-A/fasta/genome.fa ::: /Volumes/Bioinformatics/refdata-gex-GRCh38-2020-A/genes/genes.gtf
I posted this question in a few help resources but have not gotten any responses yet. I would really appreciate if you could give me any pointers to the solution.