Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 690 Bytes

bbmap_README.md

File metadata and controls

executable file
·
28 lines (20 loc) · 690 Bytes

bbmap README

TOC

Inputs

val(sample), file(reads), file(unpaired_reads) from filtered_reads channel.

Function

This process executes bbmap.sh and bbduk.sh (for weeding out low-complexity sequences) to map the filtered reads to human genome GRCh38

Outputs

a bbmap folder with a bbmap_result.txt file

Dependencies

filter process

Note

The process could be time-consuming. It is turned off by default. It can be turned on by using the -b flag with the run_cecret script

Contributing

Rong Jin