Hi everybody I`m using spades trying to assembly a trypanosomatid genome, i just have around 150 MB reads from nanopore sequencer, the smallest read its about 150 bp, and the longest about 84 kb, I know that i have no enough reads for genome assembly but I am trying to do it anyway, thats my command line:
spades.py --careful --nanopore --only-assembler -o out_spades -s file.fastq
It does not works, did somebody has used it before?
Thanks!
Maybe give the error message or describe how it fails?
== Error == file not found: /home/fcallejas/bug4/mix_b4/--only-assembler (single reads, library number: 2, library type: nanopore)
Post your full command please. It looks like you either have typos or odd characters in your filename (so use quotes)
spades.py --nanopore --only-assembler -o bug_spades -s mix_bug4.fastq
error message == Error == file not found: /home/fcallejas/bug4/mix_b4/--only-assembler (single reads, library number: 2, library type: nanopore)
i`m doing it by tcsh script on cluster.