GEDmatch to Vahaduo

Turn GEDmatch admixture results into Vahaduo readiable text

GEDmatch to Vahaduo là gì?

GEDmatch to Vahaduo là một tiện ích mở rộng Chrome được phát triển bởi Chris, và tính năng chính của nó là "Turn GEDmatch admixture results into Vahaduo readiable text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GEDmatch to Vahaduo

Tải xuống các tệp mở rộng GEDmatch to Vahaduo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This Extension is made to be used on GEDmatch's admixture calculators in order to turn the table of data into a CSV format with the kit number as the name. So, that can be use easily be used on the Vahaduo.io admixture tool for further analysis!

All you have to do go to the GEDmatch admixture tool and run your kit through a calculator then open the extension up and click the "Get Results!" button. Voila your GEDmatch results were effortless turned into Vahaduo/CSV format with your kit number as your name. 

Not only can you see it on the popup it was also automatically attached to your clipboard so you can just straight to Vahaduo.io and paste it! 

No more entering these numbers manual and ending up making mistakes! Improving your experience using these tools and letting you get to the fun part!

-------------------STEP BY STEP INSTRUCTIONS------------------------------------------ 

1. Download the Chrome extension and pin it to your bookmark bar


2. Go to GEDmatch.com then go to Admixture (heritage) tools and pick any project and calculator you want. Then run your kit through it. 
(You can use the Admixture Proportions(With link to Oracle) or the Admixture Proportions by Chromosome selection.)

3. Then open the GEDmatch to Vahaduo Chrome extension and click the "Get Results!" button. And then voila the chrome extension will grab the numbers from the page and convert them into Vahaduo horizontal / CSV format with the kit number as the name. The results will also be attached to your clipboard automatically. So, no need to copy anything!


4. After you click the "Get Results!" button, all you need to do is paste your results onto Vahaduo.io. And you are good to go!


**Additionally, the chrome extension also has a button that links to a PasteBin folder with a bunch of different GEDmatch source populations in Vahaduo/CSV form ready for you to download or copy to the Source tab of Vahaduo.
It also has a link to the Vahaduo.io website.**



******  UPDATE ******
This tool now works on GEDmatch's Admixture Proportions by Chromosome tool as well. It will transform each 22 of your our autosomal chromosomes into the  horizontal / Vahaduo / CSV format AND additionally it will give the average population percentage from all you chromosomes!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GEDmatch to Vahaduo GEDmatch to Vahaduo
ID iffejcmoencchdldfdamiefdpmmlnlah
URL Chính Thức https://chromewebstore.google.com/detail/gedmatch-to-vahaduo/iffejcmoencchdldfdamiefdpmmlnlah
Mô tả Turn GEDmatch admixture results into Vahaduo readiable text
Kích Thước Tệp 3.31 MB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2023-02-02
Ngày Phát Hành 2022-12-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Chris
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GEDmatch to Vahaduo",
    "description": "Turn GEDmatch admixture results into Vahaduo readiable text",
    "version": "3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gedmatch.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "ged-2-vah-icon.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}