Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Aug 6, 2024
1 parent 9f8303f commit 97e9f94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/SV/leviathan.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ In addition to the [!badge variant="info" corners="pill" text="common runtime op
| `INPUTS` | | file/directory paths | | **yes** | Files or directories containing [input BAM files](/commonoptions.md#input-arguments) |
| `--extra-params` | `-x` | string | | no | Additional naibr arguments, in quotes |
| `--genome` | `-g` | file path | | yes | Genome assembly that was used to create alignments |
| `--iterations` | `-i` | integer | 50 | no | Number of iterations to perform through index (reduces memory) |
| `--min-barcodes` | `-b` | integer | 2 | no | Minimum number of barcode overlaps supporting candidate SV |
| `--min-sv` | `-m` | integer | 1000 | no | Minimum size of SV to detect |
| `--populations` | `-p` | file path | | no | Tab-delimited file of sample\<*tab*\>group |

### Single-sample variant calling
Expand Down
2 changes: 2 additions & 0 deletions Modules/SV/naibr.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ In addition to the [!badge variant="info" corners="pill" text="common runtime op
| `INPUTS` | | file/directory paths | | **yes** | Files or directories containing [input BAM files](/commonoptions.md#input-arguments) |
| `--extra-params` | `-x` | string | | no | Additional naibr arguments, in quotes |
| `--genome` | `-g` | file path | | **yes** | Genome assembly for phasing bam files |
| `--min-barcodes` | `-b` | integer | 2 | no | Minimum number of barcode overlaps supporting candidate SV |
| `--min-sv` | `-n` | integer | 1000 | no | Minimum size of SV to detect |
| `--molecule-distance` | `-m` | integer | 100000 | no | Base-pair distance threshold to separate molecules |
| `--populations` | `-p` | file path | | no | Tab-delimited file of sample\<*tab*\>group |
| `--vcf` | `-v` | file path | | **conditionally** | Phased vcf file for phasing bam files |
Expand Down

0 comments on commit 97e9f94

Please sign in to comment.