Hello everyone,
My assembly is currently running, but when I check the .log file, I see the same message repeated hundreds of times. Could you please tell me if this might affect the assembly? I am not using SuperTranscripts.
End of .log file:
--->
Trinity run failed. Must investigate error above.
warning, cmd: /home/genouest/cnrs_umr7618/jberger/Software/trinityrnaseq-v2.15.2/util/support_scripts/../../Trinity --single "/scratch/jberger/trinity_out_dir/read_partitions/Fb_0/CBin_463/c46328.trinity.reads.fa" --output "/scratch/jberger/trinity_out_dir/read_partitions/Fb_0/CBin_463/c46328.trinity.reads.fa.out" --CPU 1 --max_memory 1G --run_as_paired --seqType fa --trinity_complete --full_cleanup --no_salmon failed with ret: 65280, going to retry.
Error encountered:: <!----
CMD: /home/genouest/cnrs_umr7618/jberger/Software/trinityrnaseq-v2.15.2/Analysis/SuperTranscripts/Trinity_gene_splice_modeler.py --trinity_fasta /scratch/jberger/trinity_out_dir/read_partitions/Fb_1/CBin_1900/c190101.trinity.reads.fa.out/Trinity.tmp.fasta --out_prefix /scratch/jberger/trinity_out_dir/read_partitions/Fb_1/CBin_1900/c190101.trinity.reads.fa.out/
Trinity.tmp.fasta.ST --incl_cdna 2>tmp.985997.1776705259.stderr
Errmsg:
Traceback (most recent call last):
File "/home/genouest/cnrs_umr7618/jberger/Software/trinityrnaseq-v2.15.2/Analysis/SuperTranscripts/Trinity_gene_splice_modeler.py", line 11, in <module>
import numpy
ModuleNotFoundError: No module named 'numpy'
My script is realy simple:#!/bin/bash
#SBATCH --job-nam=Trinity_Blasto
#SBATCH --output=Trinity_blasto.log
#SBATCH --ntasks=1
#SBATCH --error=Trinity_blasto.err
#SBATCH --mem=150G
#SBATCH --cpus-per-task=2
export PATH=/home/genouest/cnrs_umr7618/jberger/Software/jdk-17.0.10+7/bin:$PATH
export PATH=$HOME/local/bin:$PATH
/home/genouest/cnrs_umr7618/jberger/Software/trinityrnaseq-v2.15.2/Trinity \
--seqType fq \
--max_memory 150G \
--samples_file sample.txt \
--CPU 2
Best regards,
Juliette