vatlab / varianttools

software tool for the manipulation, annotation, selection, and analysis of variants in the context of next-gen sequencing analysis
https://vatlab.github.io/vat-docs/
GNU General Public License v3.0
31 stars 4 forks source link

Documentation: merge subjects #68

Closed BingLi17 closed 6 years ago

BingLi17 commented 6 years ago

init -> merge subjects After merging subprojects by

% vtools init merged --children ../CEU ../JPT The tables are

$ vtools show tables
table                 #variants     date message
CEU                       3,489    Apr24 Variants from CEU population (merged)
CEU (from CEU)            3,489    Apr24 Variants from CEU population (from CEU)
CEU (from JPT)            1,531    Apr24 Variants from CEU population (from JPT)
JPT                       2,900    Apr24 Variants from JPT population (merged)
JPT (from CEU)            1,531    Apr24 Variants from JPT population (from CEU)
JPT (from JPT)            2,900    Apr24 Variants from JPT population (from JPT)
variant                   4,858    Apr24  (merged)
variant (from CEU)        3,489           (from CEU)
variant (from JPT)        1,369           (from JPT)

, which is different from in the website