Using fastp to merge paired-end Reads
1 2 3 4 5 6 7 8 9 | mergeReads(
fq1,
fq2,
fastp = "fastp",
fq1_out = NULL,
fq2_out = NULL,
mg_out = NULL,
threads = 8
)
|
fq1 |
a fastq file |
fq2 |
a fastq file |
fastp |
fastp path |
fq1_out |
filtered fq1 output file |
fq2_out |
filtered fq2 output file |
mg_out |
merged reads output file |
threads |
number of threads used in alignment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.