wiki:net.sf.basedb.varsearch

Version 9 (modified by Nicklas Nordborg, 3 years ago) ( diff )

--

Variant Search extension

This package is an extension package to BASE that implements a variant search engine for the variant calling results created be the Reggie variant calling pipeline. The search engine can also be used on the Relax server.

The search engine takes the filtered VCF files (variants-filtered.vcf) that are linked to the VariantCall raw bioassays and creates a searchable index for all variants. The indexing and search functionality is provided by Apache Lucene.

Documentation

License

GNU Affero General Public License version 3

Download

Version Revision Date Binary (tar.gz) BASE Version*
1.0-beta-4 6244 May 21, 2021 varsearch-1.0-beta-4.tar.gz (5.0MB) 3.18 changelog
1.0-beta-3 6238 May 18, 2021 varsearch-1.0-beta-3.tar.gz (5.0MB) 3.18 changelog
1.0-beta-2 6192 March 29, 2021 varsearch-1.0-beta-2.tar.gz (5.0MB) 3.18 changelog
1.0-beta-1 6150 February 25, 2021 varsearch-1.0-beta-1.tar.gz (4.9MB) 3.18 changelog

* In general, each release works with the specified and later BASE versions.

Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.0-beta-1 version:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.varsearch/tags/1.0-beta-1 varsearch-1.0-beta-1

The latest development (maybe unstable; do not use on a production server) revision can be checked out from the repository using the following command:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.varsearch/trunk varsearch-dev

Contribute

After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a team spirit, you will likely be awarded that permission.

Todo

#1582
Add support for searching among imputed genotypes

Attachments (16)

Note: See TracWiki for help on using the wiki.