-
Description of bugI have a paired-end data of bacteria. After error correction using trimmomatic, I got four files: QD34_12_paired_1.fq.gz, QD34_12_paired_2.fq.gz, QD34_12_unpaired_1.fq.gz, QD34_12_unpaired_2.fq.gz. For unpaired fastq files, I don't know how to edit my YAML file. Is it right as the follow code show? Can spades recognize whether the unpaired file is forward or reverse?
spades.logno params.txtCommand line: /home/xjm/miniconda3/envs/spades/SPAdes-3.15.3-Linux/bin/spades.py --isolate --dataset /userData/xjm/genome_seq_Po/patch2/spades_output/QD34_12/QD34_12.yaml -t 28 -m 128 -o /userData/xjm/genome_seq_Po/patch2/spades_output/QD34_12 System information: Output dir: /userData/xjm/genome_seq_Po/patch2/spades_output/QD34_12 Dataset parameters: SPAdes version3.15.3 Operating SystemLinux-4.15.0-161-generic-x86_64-with-debian-buster-sid Python Version3.7.8 Method of SPAdes installationmanual No errors reported in spades.log
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can simply add your single reads as "single reads" portion of your paired-end library. Orientation of single reads does not make any sense, as it's single read |
Beta Was this translation helpful? Give feedback.
You can simply add your single reads as "single reads" portion of your paired-end library. Orientation of single reads does not make any sense, as it's single read