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('-o', '--output', type=str, required=True, help='Prefix to the output file.')
180
+
parser.add_argument('-f', '--format', type=str, required=True, help='Which program is the input derived from? May be GERMLINE, iLASH, RaPID, hap-ibd, or other.')
181
+
parser.add_argument('-m', '--min', type=float, required=True, help='Minimum centimorgan length of segments to be considered.')
182
+
parser.add_argument('-c', '--chrom', type=str, required=True, help='The current chromosome.')
183
+
parser.add_argument('-T', '--temp', type=str, required=True, help='Path to the temporary file storage directory.')
0 commit comments