diff validate_fasta.py @ 14:d00e15139065 draft

planemo upload for repository https://github.com/usegalaxy-au/tools-au commit d490defa32d9c318137d2d781243b392cb14110d-dirty
author galaxy-australia
date Tue, 28 Feb 2023 01:15:42 +0000
parents 3bd420ec162d
children a58f7eb0df2c
line wrap: on
line diff
--- a/validate_fasta.py	Wed Oct 12 22:25:20 2022 +0000
+++ b/validate_fasta.py	Tue Feb 28 01:15:42 2023 +0000
@@ -1,8 +1,8 @@
 """Validate input FASTA sequence."""
 
+import argparse
 import re
 import sys
-import argparse
 from typing import List
 
 MULTIMER_MAX_SEQUENCE_COUNT = 10