Entering edit mode
9.3 years ago
susannehoward
▴
90
I am trying to use SSPACE for scaffolding, but get stuck at the very first step: somehow SSPACE cannot read my file or else I am not sure what leads to this error:
ERROR: Invalid file in library Lib1: ~/Desktop/RawSequences/Fastq/3kbFor_pair2.fastq -- fatal
It can't be the file itself, I am using bwa for the alignment step and doing the aligning step separately works just fine.
Anyone have any ideas?
I found on the seqanswers a similar error: http://seqanswers.com/forums/archive/index.php/t-21493.html
But anyone reply/helped him.
Although, him pointed out that maybe the formation of the header may be the origin of the error, maybe something that bwa ignores.
Doesn't help much but maybe is worth to check the headers.
Original post:
Thanks, I did see that post but it is not helpful because it discusses GAPfiller really. The error can't be with bwa because I have used bwa to align the reads in that file to lots of different template sequences. the problem must have something to do perhaps with the rest of the library file line for SSPACE.
Susanne
I tried to run the example as given in the SSPACE tutorial and get the same error:
Legacy library getopts.pl will be removed from the Perl core distribution in the next major release. Please install the separate libperl4-corelibs-perl package. It is being used at
SSPACE_Standard_v3.0.pl
, line 124.Susanne
I'm getting the same error, did you have any luck in solving this?
You can try to change the aligner in the library file, for example, bowtie or bwasw. I remember sometimes SSPACE will have some troblue with one of the aligners. Or you can use older version of SSPACE.