Skip to content

Commit

Permalink
Restrict output file format to loom and h5ad
Browse files Browse the repository at this point in the history
  • Loading branch information
jgould committed Feb 14, 2019
1 parent 08d18c0 commit eee6b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wot/commands/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def add_ot_parameters_arguments(parser):
parser.add_argument('--ncounts', help='Sample ncounts from each cell', type=int)
parser.add_argument('--force', help='Overwrite existing transport maps if they exist', action='store_true')
parser.add_argument('--sampling_bias', help='File with "id" and "pp" to correct sampling bias.')
parser.add_argument('--format', help='Output file format', default='loom')
parser.add_argument('--format', help='Output file format', default='loom', choices=['h5ad', 'loom'])

# parser.add_argument('--max_iter', type=int, default=1e7,
# help='Maximum number of scaling iterations. Abort if convergence was not reached')
Expand Down

0 comments on commit eee6b3c

Please sign in to comment.