Fixed --csv output being blank when listing dbs
Some checks reported errors
automlst.cli/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
automlst.cli/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
8e1b30ae7d
commit
09cc9787fd
@ -53,6 +53,7 @@ async def run(args: Namespace):
|
||||
writer.writerows(sorted_seqdef_dbs)
|
||||
print("\nDatabase output written to {0}".format(args.csv_output))
|
||||
|
||||
if args.list_bigsdb_schemes:
|
||||
csv_scheme_rows = []
|
||||
for bigsdb_scheme_name in args.list_bigsdb_schemes:
|
||||
schemes = await bigsdb_index.get_schemes_for_seqdefdb(bigsdb_scheme_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user