Skip to content

Commit

Permalink
#92 Tidied up
Browse files Browse the repository at this point in the history
  • Loading branch information
weka511 committed May 9, 2024
1 parent b22be5a commit 3a2ae75
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 319 deletions.
2 changes: 0 additions & 2 deletions BA11F.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from argparse import ArgumentParser
from os.path import basename,splitext,join
from time import time
import numpy as np
from helpers import read_strings
from reference_tables import test_masses
from spectrum import IdentifyPeptide
Expand Down Expand Up @@ -49,7 +48,6 @@
Spectral = [int(s) for s in Input[0].split()]

Result = IdentifyPeptide(Spectral,Input[1])

print (Result)
with open(f'{basename(__file__).split(".")[0]}.txt','w') as f:
f.write(Result)
Expand Down
Loading

0 comments on commit 3a2ae75

Please sign in to comment.