Skip to content
Snippets Groups Projects
Commit 301e9f23 authored by Kathleen Moriarty's avatar Kathleen Moriarty
Browse files

fix flake8 problem

parent ce67ac87
No related branches found
No related tags found
1 merge request!17Issue 7
Pipeline #13901 failed
...@@ -40,9 +40,9 @@ def main() -> None: ...@@ -40,9 +40,9 @@ def main() -> None:
""" """
args = parse_args() args = parse_args()
read_sequencing.read_sequencing(frag_file_name=args.frag_file_name, read_sequencing.read_sequencing(frag_file_name=args.frag_file_name,
output_file_name=args.output_file_name, output_file_name=args.output_file_name,
num_reads=args.num_reads, num_reads=args.num_reads,
read_len=args.read_len) read_len=args.read_len)
if __name__ == '__main__': if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment