Skip to content

Commit

Permalink
removed hashed lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Oct 26, 2023
1 parent 5133d10 commit 1bf07d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lusSTR/wrappers/snps_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def process_sigprep_snps(foren_df, sampid, projid, analyid):
data_list = []
for j, row in foren_df.iterrows():
snpid = foren_df.loc[j, "Locus"]
# if snpid == "N29insA" or snpid == "rs312262906_N29insA":
# snpid = "rs312262906"
metadata = snp_marker_data[snpid]
type = metadata["Type"]
uas_allele = foren_df.loc[j, "Allele Name"]
Expand Down

0 comments on commit 1bf07d5

Please sign in to comment.