Skip to content

Commit

Permalink
Update pinmol_mac.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icatrina committed Mar 17, 2019
1 parent 7cab2fa commit 1308753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pinmol_mac.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,11 +489,12 @@ def stemDesign(): #design the stem of the final probes
#print (egdraw, no_bs, paired)
if egdraw < -7.2 or egdraw > -2.5:
os.remove(mb_userpath+"/Seq"+str(j)+".svg")
os.remove(mb_userpath+"/Seq"+str(j)+".ct")
elif no_bs != paired:
os.remove(mb_userpath+"/Seq"+str(j)+".svg")
os.remove(mb_userpath+"/Seq"+str(j)+".ct")
os.remove(mb_userpath+"/Seq"+str(j)+".seq")
# os.remove(mb_userpath+"/Seq"+str(j)+".ct")
#os.remove(mb_userpath+"/Seq"+str(j)+".ct")

read_sscnt = pd.read_csv(mb_userpath+'/all_probes_sorted_ss.csv', delimiter = ',')
no_ss = (read_sscnt["sscount"] > 0.5).sum()
Expand Down

0 comments on commit 1308753

Please sign in to comment.