Hello,
Apologies if the post is unjustified, however I am struggling to use SPAdes assembly software.
I have 18 single reads for which I am trying to build contigs from using SPAdes.
Unfortunately I have very limited experience of coding and cmd line and am finding it very difficult.
I have successfully installed the program and test runs correctly. However have encountered errors when trying to run (see below)
Gareths-MacBook-Pro:bin Gareth$ python spades.py --careful -o SPAdes_out -s Macintosh HD/Spades/input/input.fas
== Error == Please specify option (e.g. -1, -2, -s, etc) for the following paths: HD/Spades/input/input.fas
Any advice would be greatly appreciated
Read the manual carefully: http://spades.bioinf.spbau.ru/release3.10.1/manual.html#sec3.1
Example:
Can you clarify what you mean by that? What format are these reads in? Using SPAdes for that small a number of reads may either be an overkill or the wrong program for the problem at hand.
Apologies, perhaps my initial post was somewhat hasty. I will try harder to outline what I am trying to achieve.
I have been set a task where I have 18 - 20bp reads I need to assemble into a sequence. Whilst the task was envisioned to be performed cut and stick style, I have taken the opportunity to expand my knowledge and attempt via software.
Whilst I have solved the issues with my input upon closer inspection of the Manual thanks ^ Shenwei356. I am now faced with the issue that I am having difficulty in the respect that my input is in FASTA and the software appears to require FASTQ.
Is it a case that I should convert the file into FASTQ - selecting a uniform value for the quality e.g. ~ for all values, or is there a way to input fasta files into SPAdes as the manual would suggest but not explain?''
I really appreciate your reply
G
Did you try running without
--careful
?I have just tried it, with the following error:
So tried assemble only to potentially avoid the above error, receiving the following error:
OMITTED SECTION OF OUTPUT AS TOO LONG FOR CHARACTER LIMIT
So tried FASTQ file made with generic value for sequence read quality (~)
OMITTED SECTION OF OUTPUT AS TOO LOG FOR CHARACTER LIMIT
Any advice would be very welcome! thank you taking a look!
G