I am currently attempting to compare assemblers for use on my dataset and had set ABySS running on our cluster with the submission form :
This ran for a day and then suddenly failed, inside the .error file it stated that it had been reading the files and then discarding certain reads and then at the end had "make: *** [McCabeABySS-1.fa] Killed"
Anyone have any idea about what could have caused this? All help appreciated. The data is illumina paired end.
Code:
#$ -S /bin/sh #$ -N [running name] #$ -e /ibers/ernie/groups/rumenISPG/thh32/mcCabe_qualtrimmed_trimmed5P_files_.fastq/ABySS_k35.error #$ -o /ibers/ernie/groups/rumenISPG/thh32/mcCabe_qualtrimmed_trimmed5P_files_.fastq/ABySS_k35.output #$ -M [email address] #$ -q intel.q #$ -cwd module load openmpi/open64 module load abyss/1.3.7 abyss-pe -j6 k=25 n=10 name=McCabeABySS lib='L001 L002 L003 L004 L006 L007' \ L001='McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L001_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L001_R2_001_qualtrim.trimmed5P.fastq.oneline.matched' \ L002='McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L002_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L002_R2_001_qualtrim.trimmed5P.fastq.oneline.matched' \ L003='McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L003_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-LAB_NoIndex_L003_R2_001_qualtrim.trimmed5P.fastq.oneline.matched' \ L004='McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L004_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L004_R2_001_qualtrim.trimmed5P.fastq.oneline.matched' \ L006='McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L006_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L006_R2_001_qualtrim.trimmed5P.fastq.oneline.matched' \ L007='McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L007_R1_001_qualtrim.trimmed5P.fastq.oneline.matched McCabe-gDNA-RichardDewhurst-SAB_NoIndex_L007_R2_001_qualtrim.trimmed5P.fastq.oneline.matched'
Anyone have any idea about what could have caused this? All help appreciated. The data is illumina paired end.
Comment