Skip to content

Commit

Permalink
one tiny sra step
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianh committed Feb 28, 2022
1 parent bf9ae86 commit 95584d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions multiSub
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,9 @@ def main():
gisaidReportFn = join(outDir, "gisaidFail.txt")
upGisaid(gisaidSeqFn, gisaidMetaFn, gisaidReportFn)

elif cmd=="up-sra":
outDir = args[1]

else:
errAbort("Unknown command: %s. Must be one of conv, convDir, up-ena, up-gisaid, up-genbank, up-biosamples, down-biosample, down-genbank" % cmd)

Expand Down

0 comments on commit 95584d1

Please sign in to comment.