Skip to content

Commit

Permalink
Merge pull request #39 from MannLabs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ibludau authored Feb 24, 2022
2 parents ef3774c + 44f8104 commit eb31127
Show file tree
Hide file tree
Showing 24 changed files with 233,304 additions and 14,061 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.8'
architecture: 'x64'
- name: Install the library
run: |
Expand Down
45,113 changes: 44,989 additions & 124 deletions Workflow.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion alphamap/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.7"
8 changes: 8 additions & 0 deletions alphamap/_nbdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,15 @@
"custom_color_palettes": "SequencePlot.ipynb",
"uniprot_color_dict": "SequencePlot.ipynb",
"aa_color_dict": "SequencePlot.ipynb",
"get_quality_category": "SequencePlot.ipynb",
"get_exposure_category": "SequencePlot.ipynb",
"get_alphafold_annotation": "SequencePlot.ipynb",
"plot_peptide_traces": "SequencePlot.ipynb",
"extract_annotation": "SequencePlot.ipynb",
"manipulate_cif": "SequencePlot.ipynb",
"adjust_html": "SequencePlot.ipynb",
"get_ms_concensus": "SequencePlot.ipynb",
"plot_3d_structure": "SequencePlot.ipynb",
"create_pdf_report": "SequencePlot.ipynb",
"extract_note": "Uniprot_integration.ipynb",
"extract_note_end": "Uniprot_integration.ipynb",
Expand Down
Binary file added alphamap/data/img/alphamap_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eb31127

Please sign in to comment.