diff --git a/bin/organelle_contamination_recommendation.py b/bin/organelle_contamination_recommendation.py index 7682030e..04d772af 100755 --- a/bin/organelle_contamination_recommendation.py +++ b/bin/organelle_contamination_recommendation.py @@ -8,7 +8,9 @@ def main(): - parser = argparse.ArgumentParser(description="Create an organellar contamination report text file based on the organellar contamination BED file") + parser = argparse.ArgumentParser( + description="Create an organellar contamination report text file based on the organellar contamination BED file" + ) parser.add_argument("--input", type=str, help="Input BED file", default=None) parser.add_argument("--output", type=str, help="Output recommendation", default=None) parser.add_argument("-v", action="version", version="1.0")