Hello,
I am getting an error running STAR-Fusion "died with ret 11 No such file or directory at /lab/tools/STAR-Fusion-v1.4.0/PerlLib/Pipeliner.pm line 181."
I did see some similar errors in the Google Group suggesting to either:
1. Check that there is adequate RAM or
2. re-make the base installation.
STAR-Fusion and STAR was installed by our lab in 2018 with a native installation from gitlab source.
What is interesting to me is we run a small run of samples every other month or so - every other sample on the run had a successful STAR-Fusion analysis, even those with larger fastq files (these are around 11G). And since then we have done another batch that was 100% successful. This suggests to me that the installation is functioning and our analyses have adequate RAM. Analysis is done via HPC.
The full stack trace is below:
CMD: mkdir -p /lab/projects/rna/1171818/star_fusion
CMD: mkdir -p /lab/projects/rna/1171818/star_fusion/_starF_checkpoints
CMD: mkdir -p /lab/projects/rna/1171818/star_fusion/star-fusion.preliminary
* Running CMD: /lab/tools/STAR-2.6.0c/source/STAR --genomeDir /lab/common/hg19/STAR-Fusion/GRCh37_v19_CTAT_lib_Feb092018/ctat_genome_lib_build_dir/ref_genome.fa.star.idx --outReadsUnmapped None --chimSegmentMin 12 --chimJunctionOverhangMin 12 --alignSJDBoverhangMin 10 --alignMatesGapMax 100000 --alignIntronMax 100000 --alignSJstitchMismatchNmax 5 -1 5 5 --runThreadN 16 --outSAMstrandField intronMotif --outSAMunmapped Within --outSAMtype BAM Unsorted --readFilesIn /lab/projects/rna/1171818/MAP23-00013_5622G1_reads1.fastq /lab/projects/MAP23-00013_5622G1_reads2.fastq --outSAMattrRGline ID:GRPundef --chimMultimapScoreRange 10 --chimMultimapNmax 10 --chimNonchimScoreDropMin 10 --peOverlapNbasesMin 12 --peOverlapMMp 0.1 --genomeLoad NoSharedMemory --twopassMode Basic
Error, cmd: /lab/tools/STAR-2.6.0c/source/STAR --genomeDir /lab/common/mgp/hg19/STAR-Fusion/GRCh37_v19_CTAT_lib_Feb092018/ctat_genome_lib_build_dir/ref_genome.fa.star.idx --outReadsUnmapped None --chimSegmentMin 12 --chimJunctionOverhangMin 12 --alignSJDBoverhangMin 10 --alignMatesGapMax 100000 --alignIntronMax 100000 --alignSJstitchMismatchNmax 5 -1 5 5 --runThreadN 16 --outSAMstrandField intronMotif --outSAMunmapped Within --outSAMtype BAM Unsorted --readFilesIn /lab/projects/rna/1171818/MAP23-00013_5622G1_reads1.fastq /lab/projects/rna/1171818/MAP23-00013_5622G1_reads2.fastq --outSAMattrRGline ID:GRPundef --chimMultimapScoreRange 10 --chimMultimapNmax 10 --chimNonchimScoreDropMin 10 --peOverlapNbasesMin 12 --peOverlapMMp 0.1 --genomeLoad NoSharedMemory --twopassMode Basic died with ret 11 No such file or directory at /lab/tools/STAR-Fusion-v1.4.0/PerlLib/Pipeliner.pm line 181.
Pipeliner::run(Pipeliner=HASH(0x1b1077c0)) called at /lab/tools/STAR-Fusion-v1.4.0/STAR-Fusion line 893
main::run_STAR(Pipeliner=HASH(0x1b1077c0), "/lab/projects/rna/1171818/MAP23-00013_5622G1_re"..., "/lab/projects/rna/1171818/MAP23-00013_5622G1_re"..., "std", "") called at /lab/tools/STAR-Fusion-v1.4.0/STAR-Fusion line 519
Seems like this is failing around a 2nd pass of the mapping? Due to this from stdout:
Start job date: Tue Jan 24 16:36:19 EST 2023
Jan 24 16:36:33 ..... started STAR run
Jan 24 16:36:33 ..... loading genome
Jan 24 16:36:43 ..... started 1st pass mapping
Jan 24 16:47:50 ..... finished 1st pass mapping
Jan 24 16:47:52 ..... inserting junctions into the genome indices
Jan 24 16:49:25 ..... started mapping
End job date: Tue Jan 24 16:58:28 EST 2023
and from Log.progress.out:
Jan 26 12:25:43 Started 1st pass mapping
... {11 rows of mapping} ...
Jan 26 12:36:46 Finished 1st pass mapping"
... {7 rows of mapping} ...
There is a completed _STARpass1 directory.
Thanks, and I really appreciate any help or direction!
Dan