|
@@ -47,7 +47,7 @@ import os
|
|
|
|
|
|
def main():
|
|
def main():
|
|
# Get the options
|
|
# Get the options
|
|
- input = options["input"]
|
|
|
|
|
|
+ input = options["input"].split('@')[0]
|
|
output = options["output"]
|
|
output = options["output"]
|
|
method = options["method"]
|
|
method = options["method"]
|
|
min_cat = None
|
|
min_cat = None
|