iobio / vcf.iobio.io

MIT License
27 stars 11 forks source link

Species and genome build selection #64

Closed adityaekawade closed 5 years ago

adityaekawade commented 5 years ago

This PR has two updates:

  1. Entering build for non-human VCF file is now optional. When the user enters a non-human VCF URL or uploads file, the load button is now disabled. The user can now select "Not specified" from the Species dropdown. Once "Not specified" is selected the load button is enabled.
    Screen Shot 2019-05-16 at 3 54 56 PM I test with these files: https://s3.amazonaws.com/iobio/app_testing/vcf_files/delete_me/cannibus/SRR8346822_to_Harvard_Assembly.vcf.gz https://s3.amazonaws.com/iobio/app_testing/vcf_files/delete_me/cannibus/SRR8346822_to_Harvard_Assembly.vcf.gz.tbi For Humans and Mouse VCF files, the behavior is the same as before.

  2. The species dropdown is now visible for file upload.