Skip to content

Commit

Permalink
Opened #140
Browse files Browse the repository at this point in the history
  • Loading branch information
weka511 committed May 1, 2024
1 parent 291bfa8 commit b0614b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tyrocidine.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# Copyright (C) 2019 Greenweaves Software Limited

# Copyright (C) 2019-2024 Greenweaves Software Limited
#
# This is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -14,12 +15,9 @@
# You should have received a copy of the GNU General Public License
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>
#
# Utilities for mass spectroscopy

from spectrum import create_lookup,get_abbrev
from spectrum import create_lookup,get_abbrev,convolution
from reference_tables import amino_acids
from rosalind import convolution


def sequence(spectrum,epsilon=0.1):

Expand Down

0 comments on commit b0614b2

Please sign in to comment.