Closed yangzuokun closed 1 year ago
You do not need FAST5 (raw Nanopore data) or reference to run a simple assembly. Just do not activate Medaka (dedicated to Nanopore anyway) and comparison to reference.
But how to define the REF and FAST5 in config.yaml ?
Hello, you can let emtpy string value like this
DATA:
FASTQ: '/path/to/fastq/directory/'
REF: ''
GENOME_SIZE: '1m'
FAST5: ''
ILLUMINA: '/path/to/illumina/directory/'
OUTPUT: '/path/to/output/directory/'
Hi I'm trying to run PacBio data, but no REF and FAST5 files, how to prepare these?