Skip to content

Commit

Permalink
JTPond's last commit. Be well.
Browse files Browse the repository at this point in the history
  • Loading branch information
JTPond committed Jul 31, 2015
1 parent ba5dcca commit 13aae0c
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions generalShell/utilities/gampMasker.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,27 +165,15 @@ def maskBoth(self):
if args.accepted_out != "":
gM.maskPF()
else:
<<<<<<< HEAD
exit("Need a filepath to save new accepted file to.")


=======
print "Need a filepath to save new accepted file to."
exit()

>>>>>>> f50b93adca649007ef224c9f4595aabf72e486cb
gM = gampMasker(File=args.file,pfFile=args.acceptance_mask,wnFile=args.weighted_mask)

if args.weighted_mask != "":
if args.weighted_out != "":
gM.maskWN()
else:
<<<<<<< HEAD
exit("Need a filepath to save new weighted file to.")
=======
print "Need a filepath to save new weighted file to."
exit()
>>>>>>> f50b93adca649007ef224c9f4595aabf72e486cb

gM = gampMasker(File=args.file,pfFile=args.acceptance_mask,wnFile=args.weighted_mask)

Expand All @@ -194,19 +182,10 @@ def maskBoth(self):
if args.weighted_out != "":
gM.maskBoth()
else:
<<<<<<< HEAD
exit("Need a filepath to save new weighted file to.")
else:
exit("Need a filepath to save new accepted file to.")
=======
print "Need a filepath to save new weighted file to."
exit()
else:
print "Need a filepath to save new accepted file to."
exit()


gM = gampMasker(File=args.file,pfFile=args.acceptance_mask,wnFile=args.weighted_mask)
>>>>>>> f50b93adca649007ef224c9f4595aabf72e486cb


0 comments on commit 13aae0c

Please sign in to comment.