Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maux82 committed Feb 28, 2017
1 parent ce26b6e commit 27d02eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moff.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def run_apex(file_name, raw_name, tol, h_rt_w, s_w, s_w_match, loc_raw, loc_outp

# read data from file
data_ms2 = pd.read_csv(file_name, sep="\t", header=0)

if not 'matched' in data_ms2.columns:
# check if it is a PS file ,
list_name = data_ms2.columns.values.tolist()
Expand Down

0 comments on commit 27d02eb

Please sign in to comment.