Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
everestial authored Oct 30, 2024
1 parent f759332 commit 30e4181
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assign_task/sub_argparsers.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

import argparse
from . import simplify_arg, build_arg



## *to do: add gt base as numeric vs IUPAC,
## TODO: add gt base as numeric vs IUPAC,
# control sample names (prefix, suffix, match)??
# add INFO:tag in table output file
# write unit test
Expand Down Expand Up @@ -177,5 +174,3 @@ def build_argparser(subparsers):





0 comments on commit 30e4181

Please sign in to comment.