We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55abc5f commit b590bc6Copy full SHA for b590bc6
README.md
@@ -49,7 +49,7 @@ vcf_tools -filter \
49
-num_cpu 7
50
```
51
52
-You can merge `.vcf` files (now it is possible to merge multiple vcf files):
+You can merge `.vcf` files:
53
54
```bash
55
vcf_tools -merge \
@@ -58,6 +58,21 @@ vcf_tools -merge \
58
-o ./data/test_merged.vcf
59
60
61
+Now it is possible to merge multiple vcf files:
62
+
63
+```bash
64
+vcf_tools -merge \
65
+ --file_with_vcfs ./data/vcfs.txt \
66
+ -o ./data/test_merged.vcf
67
+```
68
69
+Where vcfs.txt is:
70
71
+```txt
72
+./data/merge/test1.vcf
73
+./data/merge/test2.vcf
74
75
76
To run tests, use:
77
78
0 commit comments