Skip to content

Commit

Permalink
Update taxonsluice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiy-Garber committed Apr 8, 2020
1 parent 985e21d commit 1923e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taxonsluice.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def fasta(fasta_file):


parser = argparse.ArgumentParser(
prog="cleanmyotus.py",
prog="taxonsluice.py",
formatter_class=argparse.RawDescriptionHelpFormatter,
description=textwrap.dedent('''
*******************************************************
Expand Down Expand Up @@ -532,4 +532,4 @@ def fasta(fasta_file):
os.system("rm " + args.out_folder + "/OTUblast.txt")
os.system("rm " + args.out_folder + "/flaggedOTUs.fasta")

print("All done! Thank you for using taxonsluice.")
print("All done! Thank you for using taxonsluice.")

0 comments on commit 1923e91

Please sign in to comment.