Skip to content

Commit

Permalink
docs: update docs for ffpe
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Dec 19, 2024
1 parent feaa463 commit 2dd4730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ Example: `--cnvcallers purple`
`--svcallers`- - Comma separated argument for selecting only specified SV vallers. Adding flag allows only certain callers to run.
Example: `--svcallers gridss`

`--ffpe`- - Adds additional filtering for FFPE by detecting strand orientation bias using SOBDetector.

`--exome`- - Limits calling to intervals provided in target bed to reduce time and to account for exome sequencing specific parameters.

## Running LOGAN
Example of Tumor_Normal calling mode
```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/user-guide/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Example: `--cnvcallers purple`
`--svcallers`- - Comma separated argument for selecting only specified SV vallers. Adding flag allows only certain callers to run.
Example: `--svcallers gridss`

`--ffpe`- - Adds additional filtering for FFPE by detecting strand orientation bias using SOBDetector.

`--exome`- - Limits calling to intervals provided in target bed to reduce time and to account for exome sequencing specific parameters.

## Running LOGAN
Example of Tumor_Normal calling mode
```bash
Expand Down

0 comments on commit 2dd4730

Please sign in to comment.