Segmentation fault STAR Mapping
0
0
Entering edit mode
8.0 years ago
ahmedebit • 0

Hi all,

I have generated the genome using STAR and it works fine. Now I try to map PE reads (size 100000 reads for each file) to the generated genome using the following command:

srun STAR --genomeDir $hg_ref_path --outFileNamePrefix $output_prefix \
--seedSearchStartLmax 30 --outFilterMultimapNmax 10 --outFilterMismatchNmax 12      --alignMatesGapMax 1000 --outSAMattrIHstart 0 \
--outSAMmapqUnique 255 --outFilterIntronMotifs RemoveNoncanonical --outFilterScoreMinOverLread 0.4    --outFilterMatchNminOverLread 0.4 \
--chimSegmentMin 20 --outSAMtype BAM Unsorted --runThreadN 4 --readFilesIn $file_R1 $file_R2

but I still get the segmentation fault error:

May 09 00:20:27 ..... Started STAR run

May 09 00:20:27 ..... Loading genome

May 09 00:21:37 ..... Started mapping

srun: error: compute-1-14: task 0: Segmentation fault

I tried also to include the GTF annotation file with the --sjdbGTFfile option but the same error was occured:

May 09 01:04:01 ..... Started STAR run

May 09 01:04:01 ..... Loading genome

May 09 01:05:10 ..... Processing annotations GTF

srun: error: compute-1-14: task 0: Segmentation fault

Any suggestions about these errors ?

STAR Segmenattion fault Mapping • 3.2k views
ADD COMMENT
0
Entering edit mode

How much RAM do you have and/or you are allocating to this job? STAR requires a significant amount of memory (~30+G for human sized genomes).

ADD REPLY
0
Entering edit mode

I allocated 45G of RAM to this job

ADD REPLY

Login before adding your answer.

Traffic: 1957 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6