Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

DEPLOY_REQS = ['twine', 'm2r', 'wheel']

VERSION = '1.2.2'
VERSION = '1.2.3'

setup(
name='mavis_config',
Expand Down
1 change: 1 addition & 0 deletions src/mavis_config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"file_type": {
"description": "The tool the file is input from. This is the loader method that will be used, if not given the loader method will default to match the tool name that is given. This value should be 'mavis' for standard mavis-style tab files, or 'vcf' for the general vcf loader",
"enum": [
"arriba",
"breakdancer",
"breakseq",
"chimerascan",
Expand Down