Skip to content

Commit 1923e91

Browse files
Update taxonsluice.py
1 parent 985e21d commit 1923e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taxonsluice.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def fasta(fasta_file):
110110

111111

112112
parser = argparse.ArgumentParser(
113-
prog="cleanmyotus.py",
113+
prog="taxonsluice.py",
114114
formatter_class=argparse.RawDescriptionHelpFormatter,
115115
description=textwrap.dedent('''
116116
*******************************************************
@@ -532,4 +532,4 @@ def fasta(fasta_file):
532532
os.system("rm " + args.out_folder + "/OTUblast.txt")
533533
os.system("rm " + args.out_folder + "/flaggedOTUs.fasta")
534534

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

0 commit comments

Comments
 (0)