You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-t, --thread worker thread number, default is 4 (int [=4])
39
45
-k, --mark when mutation file is a vcf file, --mark means only process the records with FILTER column is M
40
46
-l, --legacy use legacy mode, usually much slower but may be able to find a little more reads in certain case
47
+
-o, --original output original reads in HTML and text output. If specified, MutScan will consume more memory and output bigger report files.
41
48
-?, --help print this message
42
49
```
43
50
The plain text result, contains the detected mutations and their support reads, will be printed directly. You can use `>` to redirect output to a file, like:
If `-h` or `--html` argument is given, then a HTML report will be generated, and written to the given filename. A sample report is given here:
97
+
If `-h` or `--html` argument is given, then a HTML report will be generated, and written to the given filename. See http://opengene.org/MutScan/report.html for an example, and find its screenshot here:
0 commit comments