We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800f0a3 commit 30930a7Copy full SHA for 30930a7
1 file changed
examples/genomicsdb_cache
@@ -49,7 +49,7 @@ def get_arrays(interval, contigs_map, partitions):
49
def main():
50
parser = argparse.ArgumentParser(
51
prog="cache",
52
- description="Cache GenomicsDB metadata and generated callset/vidmap/loader json artifacts for workspace cloud URLs",
+ description="Cache GenomicsDB metadata and generated callset/vidmap/loader json artifacts for workspace cloud URLs", # noqa
53
formatter_class=argparse.RawTextHelpFormatter,
54
usage="%(prog)s [options]",
55
)
0 commit comments