Entering edit mode
7.2 years ago
inaciogmedeiros
▴
10
I've tried to run SPAdes with following command:
$ spades/bin/spades.py -s input.fastq --iontorrent --only-assembler --careful -o output.result
However, following error message occurs:
== Error == Please specify option (e.g. -1, -2, -s, etc) for the following paths: /data/home/inacio/V3/missions/reproduce_pipeline_of_wyndemberg/sample_a_trimmed_fastx_trimmer_result.fastq, :
In case you have troubles running SPAdes, you can write to spades.support@cab.spbu.ru or report an issue on our GitHub repository github.com/ablab/spades Please provide us with params.txt and spades.log files from the output directory.
My questions are:
- I have setted "s" flag (see "-s input.fastq") (it's a single-ended fastq file). Why does still SPAdes gives this error?
- Which is the correct manner, in this case, to run SPAdes?
The input looks OK. Which SPAdes version are you using?
The version I am using is 3.11.0.
An additional detail: argument for
--s1
is a absolute path for input.fastq. Does this make any substantial difference?spades script is also being called via absolute path, from another external path from spades.
As long as the paths are correct, it should not matter if they are relative or full.
Why the error message complains about
/data/home/inacio/V3/missions/reproduce_pipeline_of_wyndemberg/sample_a_trimmed_fastx_trimmer_result.fastq
, if you use just-s input.fastq
?Command I've posted was a "model" of how I'm using SPAdes (I've ended up forgetting to adapt error message, sorry).
And what is the output of: