|
1 | 1 | <div class="termy" data-termynal data-ty-macos data-ty-title="shell"><span data-ty="input" data-ty-prompt="$">gramep get-mutations --help</span><span data-ty>
|
2 |
| - Usage: gramep get-mutations [OPTIONS] |
| 2 | + Usage: gramep get-mutations [OPTIONS] |
3 | 3 |
|
4 |
| - Perform k-mers analysis and optionally generate a report. |
5 |
| - |
6 |
| - ╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
7 |
| - │ * --rpath TEXT 📂 Path to reference sequence. [default: None] [required] │ |
8 |
| - │ * --spath TEXT 📂 Path to sequence. [default: None] [required] │ |
9 |
| - │ * --save-path TEXT 📂 Path to save results. [default: None] [required] │ |
10 |
| - │ * --word -w INTEGER 📏 Word size. [default: None] [required] │ |
11 |
| - │ * --step -s INTEGER ⏭ Step size. [default: None] [required] │ |
12 |
| - │ --apath TEXT 📂 Path to annotation file. [default: None] │ |
13 |
| - │ --snps-max INTEGER ✔ Max number of SNPs allowed. [default: 1] │ |
14 |
| - │ --dictonary -d TEXT 🧬📖 DNA dictionary. [default: DNA] │ |
15 |
| - │ --create-report 📋 Create report. │ |
16 |
| - │ --save-kmers 💾 Save exclusive k-mers. │ |
17 |
| - │ --load-exclusive-kmers 📂 Load exclusive k-mers. │ |
18 |
| - │ --exclusive-kmers TEXT 📂 Path to exclusive k-mers, in .sav format or plain text with one k-mer per line. │ |
19 |
| - │ [default: None] │ |
20 |
| - │ --chunk-size INTEGER 📦 Chunk size for loading sequences. [default: 100] │ |
21 |
| - │ --help Show this message and exit. │ |
22 |
| - ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
| 4 | + Perform k-mers analysis and optionally generate a report. |
| 5 | + |
| 6 | +╭─ Options ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ |
| 7 | +│ * --rpath TEXT 📂 Path to reference sequence. [default: None] [required] │ |
| 8 | +│ * --spath TEXT 📂 Path to sequence. [default: None] [required] │ |
| 9 | +│ * --save-path TEXT 📂 Path to save results. [default: None] [required] │ |
| 10 | +│ * --word -w INTEGER 📏 Word size. [default: None] [required] │ |
| 11 | +│ * --step -s INTEGER ⏭ Step size. [default: None] [required] │ |
| 12 | +│ --apath TEXT 📂 Path to annotation file. [default: None] │ |
| 13 | +│ --snps-max INTEGER ✔ Max number of SNPs allowed. [default: 1] │ |
| 14 | +│ --dictonary -d TEXT 🧬📖 DNA dictionary. [default: DNA] │ |
| 15 | +│ --create-report 📋 Create report. │ |
| 16 | +│ --chunk-size INTEGER 📦 Chunk size for loading sequences. [default: 100] │ |
| 17 | +│ --help Show this message and exit. │ |
| 18 | +╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
| 19 | + |
23 | 20 |
|
24 | 21 | <br></span></div>
|
0 commit comments