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."
156
153
)
157
154
parser_id_to_name.add_argument(
158
155
"--format",
159
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.",
160
-
default=None
157
+
default=None,
161
158
)
162
159
163
160
out_formats=output_formats()
@@ -187,7 +184,7 @@ if __name__ == "__main__":
187
184
"--geneid-to-name",
188
185
type=str,
189
186
required=False,
190
-
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