R/coverage.R
coverage.Rd
Map reads to assembly
coverage( assembly_fn = "22030FL-06-02-140_assembly_1.fasta", paired_reads_1 = "extended_1_paired.fq", paired_reads_2 = "extended_2_paired.fq", unpaired_reads = "unpaired.fq", cpus = 4, outDir = NULL )
Path to the input assembly file (fasta)
path to the raw forward input reads (fastq)
path to the raw reverse input reads (fastq)
path to the raw unpaired input reads (fastq)
Number of CPUs to use
Path to the output directory