Hello,
I have been trying to map sequences from a small RNA-seq experiment to a fasta containing the updated list of mature human miRNAs. I started out by generating the genome index as follows: star --runMode genomeGenerate --genomeDir miRNA --genomeFastaFiles Mature.homo_sapiens.fa --sjdbGTFtagExonParentTranscript hsa.gff3 --sjdbOverhang 100
And this finished successfully. The Mature.homo_sapiens. fa is the fasta containing all mature miRNA sequences and the hsa.gff is directly from miRBase.org.
I then attempted to map as follows: star --runThreadN 12 --genomeDir miRNA --readFilesIn fastq/SRR1759212.fastq --genomeSAindexNbases 6 --outFilterMultimapNmax 20 --outFilterMismatchNoverLmax 0.05 --outFilterScoreMinOverLread 0 --outFilterMatchNminOverLread 0 --outFilterMatchNmin 16 --alignIntronMax 1 --seedSearchStartLmax 20
Jun 11 12:25:59 ..... Started STAR run
Jun 11 12:26:00 ..... Started mapping
Segmentation fault
I also tried the above without the genomeSAindexNbases 6 and ended up with the same segmentation fault.
I would greatly appreciate any help and/or advice on how best to address this issue.
Thank you in advance.
Matt