Skip to content

Commit

Permalink
V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-xuan committed Mar 31, 2017
1 parent d9fd5e9 commit f5e3829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/sipros_post_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def read_psm_table(input_file):


# get the base name from sip file list
base_out = get_base_out(sip_files_list, "Sipros_Results", output_folder)
base_out = get_base_out(sip_files_list, "Sipros_Results", "")
base_out = base_out.split('/')[-1]

psm_list = []
Expand Down
2 changes: 1 addition & 1 deletion SiprosConfig.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fragmentation_Method = HCD
# Examples: a center window: "0", a center window and an offset window: "-1,0", etc -->
Parent_Mass_Windows = -1, 0, 1, 2, 3

# Parent mass tolerance: e.g. "0.05" for High-res MS1 and "3" for Low-res MS1
# Parent mass tolerance (Recommend not to change)
Mass_Tolerance_Parent_Ion = 1

# Fragment mass tolerance: e.g. "0.05" for High-res MS2 and "0.5" for Low-res MS2. -->
Expand Down

0 comments on commit f5e3829

Please sign in to comment.