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
parser.add_argument("datafile",type=str, help="Input file containing Id to be converted")
202
202
parser.add_argument("keyfile",type=str, help="File containing columns with id conversions")
203
203
parser.add_argument("--column","-c", default=None, nargs="+", help="Name of column/s that the ids exist in the data file")
204
-
parser.add_argument("--mapping", nargs="+", required=True, help="Column name pairs in keyfile to create id conversion mapping from, e.g \"sample=accession\"")
204
+
parser.add_argument("--mapping","-m", required=True, help="Column name pairs in keyfile to create id conversion mapping from, e.g \"sample=accession\"")
0 commit comments