Skip to content

Commit

Permalink
Merge pull request #20 from KShebek/master
Browse files Browse the repository at this point in the history
Merging KShebek fork into tyo-nu.
  • Loading branch information
KShebek authored Mar 23, 2021
2 parents fd01a0b + 49bc653 commit 1253d87
Show file tree
Hide file tree
Showing 142 changed files with 340,830 additions and 23,299 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: MINE-Database

on: [push, pull_request]

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Add conda to system path
run: |
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies and create base conda environment
run: |
python -m pip install --upgrade pip
pip install flake8 tox black flake8-bugbear flake8-docstrings isort tox
conda env update --file environment.yml --name base
conda install pytest pytest-cov
conda develop ../MINE-Database
- name: Run tox to determine formatting and safety
if: always()
run: |
tox
- name: Test with pytest
if: always()
run: |
pytest
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,13 @@ Scripts/cfm_id/esi_msms_models/*
# Models
Models/

# mongod credentials
credentials.csv
# mongod uri
mongo_uri.csv

# misc
local_data/
.vscode/
.DS_Store
.DS_Store

# MS2
msrb-fragmenter/
Binary file removed .swp
Binary file not shown.
4 changes: 0 additions & 4 deletions Docs/.buildinfo

This file was deleted.

Binary file removed Docs/.doctrees/environment.pickle
Binary file not shown.
Binary file removed Docs/.doctrees/index.doctree
Binary file not shown.
Binary file removed Docs/.doctrees/minedatabase.doctree
Binary file not shown.
Binary file removed Docs/.doctrees/modules.doctree
Binary file not shown.
Binary file removed Docs/.doctrees/pickaxe.doctree
Binary file not shown.
87 changes: 0 additions & 87 deletions Docs/_modules/index.html

This file was deleted.

474 changes: 0 additions & 474 deletions Docs/_modules/minedatabase/compound_io.html

This file was deleted.

476 changes: 0 additions & 476 deletions Docs/_modules/minedatabase/databases.html

This file was deleted.

860 changes: 0 additions & 860 deletions Docs/_modules/minedatabase/pickaxe.html

This file was deleted.

314 changes: 0 additions & 314 deletions Docs/_modules/minedatabase/queries.html

This file was deleted.

370 changes: 0 additions & 370 deletions Docs/_modules/minedatabase/utils.html

This file was deleted.

18 changes: 0 additions & 18 deletions Docs/_sources/index.rst.txt

This file was deleted.

53 changes: 0 additions & 53 deletions Docs/_sources/minedatabase.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions Docs/_sources/modules.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions Docs/_sources/pickaxe.rst.txt

This file was deleted.

Binary file removed Docs/_static/ajax-loader.gif
Binary file not shown.
Loading

0 comments on commit 1253d87

Please sign in to comment.