Hi,
I've been using SPAdes to assemble, and I tried to restart it from a check point but I got this error:
spades.py --careful --cov-cutoff auto -k 127,85 --restart-from k127 -o /Users/admin/Desktop/Deepseq/39/Spades/
== Error == Please specify option (e.g. -1, -2, -s, etc) for the following paths: and, R2/39_S14_L001_R1_001_prinseq_trim, right, 50, trim, qual, 30, both.fastq, R1, and, R2/39_S14_L001_R2_001_prinseq_trim_right_100_trim_qual_30_both.fastq
The two files are my reads, but when I try to specify them it simply says that == Error == you cannot specify reads with --restart-from option!
I'm a little confused as to whats happening and how to specify the options?
Many thanks,
Sarah
In your command line you are not specifying paths to reads. Where are your reads locates?
If you are running SPAdes with
--continue
or--restart-from
, one do not need specify input files, they will be read from the previous run logs. However, looking carefully at the error message, it seems SPAdes did not understand filenames, and I guess they contain spaces.and so forth.