Skip to content

"Illegal instruction" error when using --clipAdapterType CellRanger4 #1218

@VincentGardeux

Description

@VincentGardeux

Hello,
I'm using STARsolo for aligning/demultiplexing BRB-seq libraries.
These are bulk RNA-seq libraries with a very similar construct to 10x.

I recently saw the new option --clipAdapterType CellRanger4 which sounds super cool because that's exactly the trimming we were doing.
However, when using this option, after loading the genome, it exits with an "Illegal instruction" error:

Apr 23 17:24:05 ..... started STAR run
Apr 23 17:24:05 ..... loading genome
Apr 23 17:26:19 ..... started mapping
Illegal instruction

If I use all other options but this one, the run is successful.
I tried removing some options, in case there would be some incompatibilities, but it kept failing.
Here is the simplest command I've run

STAR \
--runMode alignReads \
--runThreadN 2 \
--soloStrand Forward \
--genomeDir ${starindex} \
--soloType CB_UMI_Simple \
--soloCBstart 1 \
--soloCBlen 12 \
--soloUMIstart 13 \
--soloUMIlen 9 \
--soloCellFilter None \
--soloCBwhitelist ${barcodefile} \
---clipAdapterType CellRanger4 \
--readFilesCommand zcat \
--outSAMtype BAM SortedByCoordinate \
--outFileNamePrefix bam/ \
--readFilesIn fastq/toto_R2.fastq.gz fastq/toto_R1.fastq.gz

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue: codeLikely to be an issue with STAR code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions