GithubHelp home page GithubHelp logo

medvedevgroup / varmatch Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 6.0 43.22 MB

robust matching of small variant datasets using flexible scoring schemes

License: Apache License 2.0

Python 3.96% C++ 94.38% Makefile 1.67%

varmatch's People

Contributors

bbsunchen avatar guyallard avatar pashadag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

varmatch's Issues

Please use release tags

Hi,
it would be helpful if you would consider tagging releases. This would enable users and distributors (I intend to package varmatch for Debian) to differentiate between code that is intended for user consumption from random development releases.
Thanks for considering, Andreas.

Issues with the test data set example

Hi,
I noticed two issues with the test data set example, maybe you can help.

  1. minor, a typo on the test_data page where you say parameter -r "> VarMatch_Directory/varmatch -r ref.fa -b baseline.fa -q query.fa -o output -f" but the tool expects -g for the reference. Probably leftover from an update pf some sort.
  2. is the ref example file intended to contain only Ns?

Thanks!

from __future__ imports must occur at the beginning of the file


git clone https://github.com/medvedevgroup/varmatch.git
cd varmatch
make all

I try to run tool to see help:


./varmatch -h
  File "./varmatch", line 24
    from __future__ import print_function
SyntaxError: from __future__ imports must occur at the beginning of the file

Python 2.7.13

uname -a
Linux hgrcgridlogin 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux

gcc version 6.3.0 20170516 (Debian 6.3.0-18)

edited:
Following lines from script/vardiff file work in python shell:


from __future__ import print_function
import sys
import textwrap as _textwrap
import argparse
import os


check if file exist

varmatch python script does not check if file exists, if not, it should exist and send an error

Python 3 compatibility

Varmatch does not run under python3 due to inconsistent print usage.

pull request #10 addresses this issue, allowing varmatch to be used with python2 or python3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.