Doubt about specifying options in SPAdes
1
0
Entering edit mode
6.6 years ago

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:

  1. I have setted "s" flag (see "-s input.fastq") (it's a single-ended fastq file). Why does still SPAdes gives this error?
  2. Which is the correct manner, in this case, to run SPAdes?
spades Assembly metagenomics • 3.3k views
ADD COMMENT
0
Entering edit mode

The input looks OK. Which SPAdes version are you using?

ADD REPLY
0
Entering edit mode

The version I am using is 3.11.0.

ADD REPLY
0
Entering edit mode

An additional detail: argument for --s1 is a absolute path for input.fastq. Does this make any substantial difference?

ADD REPLY
0
Entering edit mode

spades script is also being called via absolute path, from another external path from spades.

ADD REPLY
0
Entering edit mode

As long as the paths are correct, it should not matter if they are relative or full.

ADD REPLY
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

Command I've posted was a "model" of how I'm using SPAdes (I've ended up forgetting to adapt error message, sorry).

ADD REPLY
0
Entering edit mode

And what is the output of:

ls -lh /data/home/inacio/V3/missions/reproduce_pipeline_of_wyndemberg/sample_a_trimmed_fastx_trimmer_result.fastq
ADD REPLY
0
Entering edit mode
-rw-r--r--. 1 inacio binfo 3,6K Set 28 11:49 /data/home/inacio/V3/missions/reproduce_pipeline_of_wyndemberg/sample_a_trimmed_fastx_trimmer_result.fastq
ADD REPLY
0
Entering edit mode
6.6 years ago
maxwhjohn1988 ▴ 130

Try:

spades.py --s1 input.fastq ... <other options="">

ADD COMMENT
0
Entering edit mode

Same error is still occuring.

ADD REPLY

Login before adding your answer.

Traffic: 2859 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6