Skip to content

Commit

Permalink
Merge pull request #164 from eastgenomics/v3.0.0-the_great_refactor
Browse files Browse the repository at this point in the history
v3.0.0 -> master
  • Loading branch information
kjwinfield authored Dec 19, 2023
2 parents a94521c + 322548e commit b2da2b3
Show file tree
Hide file tree
Showing 33 changed files with 27,919 additions and 2,098 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: pytest
on: [pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv codecov
pip install -r requirements.txt
pipenv install --dev
- name: Test with pytest
run: |
pytest -vv --cov resources/home/dnanexus/dias_batch/
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
archive/*
test.py
*.pyc
*.tsv
*.json
/*.tsv
*.coverage
htmlcov/*
39 changes: 0 additions & 39 deletions READme.md

This file was deleted.

106 changes: 0 additions & 106 deletions cnvcalling.py

This file was deleted.

Loading

0 comments on commit b2da2b3

Please sign in to comment.