You can try this here, or try it later on your own data.
We will use the same Illumina data as we used above:
Run Spades:
spades.py -1 illumina_R1.fastq.gz -2 illumina_R2.fastq.gz --careful --cov-cutoff auto -o spades_assembly_all_illumina
-1
is input file of forward reads-2
is input file of reverse reads--careful
minimizes mismatches and short indels--cov-cutoff auto
computes the coverage threshold (rather than the default setting, “off”)-o
is the output directoryMove into the output directory and look at the contigs:
infoseq contigs.fasta