The fastp
is a tool designed to provide ultrafast all-in-one preprocessing
and quality control for FastQ data.
Arguments
- fq1, fq2
A string of fastq file path.
- ofile1, ofile2
A string of path to the output fastq file.
- ...
<dynamic dots> Additional arguments passed to
fastp
command. Empty arguments are automatically trimmed. If a single argument, such as a file path, contains spaces, it must be quoted, for example usingshQuote()
. Details see:cmd_help(fastp())
.- fastp
A string of path to
fastp
command.
See also
Other commands
:
allele_counter()
,
bcftools()
,
bedtools()
,
bowtie2()
,
bwa()
,
cellranger()
,
conda()
,
fastq_pair()
,
gistic2()
,
kraken2()
,
kraken_tools()
,
perl()
,
pyscenic()
,
python()
,
samtools()
,
seqkit()
,
snpEff()
,
trust4()
,
varscan()