run_bbmap: Function to run bbmap program from r

Description Usage Arguments Value Examples

View source: R/run_bbmap.R

Description

Function to run bbmap program from r

Usage

1
run_bbmap(mode = "PE", read1, read2 = "", ref, outdir)

Arguments

read1

first read fastq file path

read2

second read fastq file path

ref

contig fasta file

outdir

directory to store output

Value

Creates output at specififed dir

Examples

1
2
3
4
run_bbmap(read1 = "/home/$USER/test_trimming/ERR1424899_1P",
read2 = "/home/$USER/test_trimming/ERR1424899_2P",
ref = "/home/$USER/renamed_contigs.fa",
outdir = "/home/$USER/bbmap_test")

uashogeschoolutrecht/structural_colours documentation built on June 20, 2020, 4:07 p.m.