We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985e21d commit 1923e91Copy full SHA for 1923e91
taxonsluice.py
@@ -110,7 +110,7 @@ def fasta(fasta_file):
110
111
112
parser = argparse.ArgumentParser(
113
- prog="cleanmyotus.py",
+ prog="taxonsluice.py",
114
formatter_class=argparse.RawDescriptionHelpFormatter,
115
description=textwrap.dedent('''
116
*******************************************************
@@ -532,4 +532,4 @@ def fasta(fasta_file):
532
os.system("rm " + args.out_folder + "/OTUblast.txt")
533
os.system("rm " + args.out_folder + "/flaggedOTUs.fasta")
534
535
-print("All done! Thank you for using taxonsluice.")
+print("All done! Thank you for using taxonsluice.")
0 commit comments