I'm using seqclean in an adapter trimming pipeline and have come across an error I can't track down. It seems to be environment specific as I can run the same data set to completion on another computer.
Here's the error log from seqclean:
Seqclean is apparently splitting the input file into blocks of 1000 sequences and storing it as a temporary file in the working directory. This file then gets moved to a cleaning_* directory in a successful run, but this step seems to be failing in my environment.
Any ideas?
Thanks in advance!
Here's the error log from seqclean:
Code:
[jpd18 seqclean_test]$ cat err_seqcl_illumina.normalized.read1.fasta.log * Using trimming files: /scratch/db/UniVec seqclean running options: seqclean /scratch/Arabidopsis/illumina.normalized.read1.fasta -v /scratch/db/UniVec -c 16 Standard log file: seqcl_illumina.normalized.read1.fasta.log Error log file: err_seqcl_illumina.normalized.read1.fasta.log Using 16 CPUs for cleaning -= Rebuilding illumina.normalized.read1.fasta cdb index =- 27566130 entries from file /scratch/josh/Arabidopsis/illumina.normalized.read1.fasta were indexed in file illumina.normalized.read1.fasta.cidx Launching actual cleaning process: psx -p 16 -n 1000 -i /scratch/josh/Arabidopsis/illumina.normalized.read1.fasta -d cleaning -C '/scratch/josh/Arabidopsis/illumina.normalized.read1.fasta:ANLMS100:/scratch/josh/db/UniVec::11:0' -c '/afs/bx.psu.edu/user/j/jpd18/bin/SnoWhite_release1.1.4/Programs/seqclean/bin/seqclean.psx' [COLOR="Red"]ERROR: link failed for jpd18.1226.sx_file_1 to cleaning_1/jpd18.1226.sx_file_1! (errno = 18)[/COLOR] WAITING for all children to finish before exiting! Error at 'psx -p 16 -n 1000 -i /scratch/josh/Arabidopsis/illumina.normalized.read1.fasta -d cleaning -C '/scratch/josh/Arabidopsis/illumina.normalized.read1.fasta:ANLMS100:/scratch/josh/db/UniVec::11:0' -c '/afs/bx.psu.edu/user/j/jpd18/bin/SnoWhite_release1.1.4/Programs/seqclean/bin/seqclean.psx'' cat: cleaning_*/err_log: No such file or directory Process terminated with an error! seqclean (/scratch/josh/Arabidopsis/illumina.normalized.read1.fasta) encountered an error. Working directory was /afs/bx.psu.edu/user/j/jpd18/jobs/snowhite_test/seqclean_test
Any ideas?
Thanks in advance!
Comment