You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="The path to where the output tsv file will be written."
152
+
"output", help="The path to where the output tsv file will be written."
154
153
)
155
154
parser_id_to_name.add_argument(
156
155
"--format",
157
156
help="The input format of the file (must be either GTF or GFF3). This will be inferred from the filename, but if that fails it can be provided explicitly.",
158
-
default=None
157
+
default=None,
159
158
)
160
159
161
160
out_formats=output_formats()
@@ -185,7 +184,7 @@ if __name__ == "__main__":
185
184
"--geneid-to-name",
186
185
type=str,
187
186
required=False,
188
-
help="A 2 column tab-separated list of gene ID to gene name mappings. Providing this file will project gene IDs to gene names in the output."
187
+
help="A 2 column tab-separated list of gene ID to gene name mappings. Providing this file will project gene IDs to gene names in the output.",
0 commit comments