Remove Duplicates in BAM Files Element
Remove PCR duplicates from BAM files using SAMTools rmdup.
Element type: rmdup-bam
Parameters
Parameter | Description | Default Value | Parameter in Workflow File | Type |
---|---|---|---|---|
Output directory | Select an output directory. Custom - specify the output directory in the ‘Custom directory’ parameter. Workflow - internal workflow directory. Input file - the directory of the input file. | Input file | ||
out-mode | numeric | |||
Output BAM name | A name for the output file. If the default or empty value is provided, the output name is the name of the first file with an additional extension. | out-name | string | |
Remove for single-end reads | Remove duplicates for single-end reads. By default, the command works for paired-end reads only (-s). | False | remove-single-end | boolean |
Treat as single-end | Treat paired-end reads as single-end reads (-S). | False | treat_reads | boolean |
Input/Output Ports
The element has 1 input port:
Name in GUI: Input File
Name in Workflow File: in-file
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Source URL | url | string |
And 1 output port:
Name in GUI: Output File
Name in Workflow File: out-file
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Source URL | url | string |