Description Usage Arguments Value Examples
Function to run bbmap program from r
1 |
read1 |
first read fastq file path |
read2 |
second read fastq file path |
ref |
contig fasta file |
outdir |
directory to store output |
Creates output at specififed dir
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.