log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
ric
>
test1
comparison galaxy-tools/biobank/tools/snp_manager.py @ 3:
43be74e62bfe
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
ric
date
Thu, 22 Sep 2016 08:57:04 -0400
parents
children
comparison
equal
deleted
inserted
replaced
2:47bf0086e082
3:43be74e62bfe
1
# BEGIN_COPYRIGHT
2
# END_COPYRIGHT
3
4
import sys
5
from bl.vl.app.snp_manager.main import main as snp_manager
6
7
snp_manager(sys.argv[1:])