Skip to content

Commit

Permalink
Merge pull request #125 from hammerlab/drop-read-evidence
Browse files Browse the repository at this point in the history
Remove read_evidence and locus modules
  • Loading branch information
iskandr committed Oct 1, 2015
2 parents eb78621 + 8a5b0e3 commit 9327dfc
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,354 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
setup(
name='varcode',
packages=find_packages(),
version="0.3.19",
version="0.4.0",
description="Variant annotation in Python",
long_description=readme,
url="https://github.com/hammerlab/varcode",
Expand All @@ -62,6 +62,5 @@
'biopython>=1.64',
'pyvcf>=0.6.7',
'memoized_property>=1.0.2',
'pysam>=0.8.3',
],
)
Binary file removed test/data/reads/gatk_mini_bundle_extract.bam
Binary file not shown.
Binary file removed test/data/reads/gatk_mini_bundle_extract.bam.bai
Binary file not shown.
Binary file removed test/data/reads/rna_chr17_41244936.bam
Binary file not shown.
Binary file removed test/data/reads/rna_chr17_41244936.bam.bai
Binary file not shown.
54 changes: 0 additions & 54 deletions test/read_evidence_performance.py

This file was deleted.

232 changes: 0 additions & 232 deletions test/test_read_evidence.py

This file was deleted.

2 changes: 0 additions & 2 deletions varcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from .locus import Locus
from .variant import Variant
from .collection import Collection
from .effect_collection import EffectCollection
Expand Down Expand Up @@ -52,7 +51,6 @@

__all__ = [
# basic classes
"Locus",
"Variant",
"Collection",
"EffectCollection",
Expand Down
69 changes: 0 additions & 69 deletions varcode/locus.py

This file was deleted.

Loading

0 comments on commit 9327dfc

Please sign in to comment.