Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Remove converters (#1610)
Browse files Browse the repository at this point in the history
Issue #1457
  • Loading branch information
dcolligan authored and david4096 committed Mar 9, 2017
1 parent f9a6bce commit ec90578
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 610 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -17,8 +17,6 @@ install:
# every installable in setup.py's entry_points should be tested here
- ga4gh_configtest --version
- ga4gh_server --version
- ga2vcf --version
- ga2sam --version
- ga4gh_repo --version

before_script:
Expand All @@ -33,7 +31,7 @@ before_install:
# under it that we want to run (and want to be able to run) as local tests
script:
- flake8 configtest_dev.py convert_error_code.py
ga2sam_dev.py ga2vcf_dev.py repo_dev.py server_dev.py
repo_dev.py server_dev.py
setup.py
tests ga4gh scripts
- python -mnose tests
Expand Down
10 changes: 2 additions & 8 deletions docs/development.rst
Expand Up @@ -298,14 +298,8 @@ use.
Development utilities
*********************

All of the command line interface utilities have local scripts
that simplify development: for example, we can run the local version of the
``ga2sam`` program by using::

python ga2sam_dev.py

To run the server locally in development mode, we can use the ``server_dev.py``
script, e.g.::
All of the command line interface utilities have local scripts that
simplify development. To run the server locally in development mode, we can use the ``server_dev.py`` script, e.g.::

python server_dev.py

Expand Down
12 changes: 0 additions & 12 deletions ga2sam_dev.py

This file was deleted.

12 changes: 0 additions & 12 deletions ga2vcf_dev.py

This file was deleted.

65 changes: 0 additions & 65 deletions ga4gh/server/cli/ga2sam.py

This file was deleted.

68 changes: 0 additions & 68 deletions ga4gh/server/cli/ga2vcf.py

This file was deleted.

0 comments on commit ec90578

Please sign in to comment.