Skip to content

Commit

Permalink
changed default output name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgould committed Aug 24, 2020
1 parent b5327de commit 09e7373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wot/commands/trajectory_divergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import logging

import pandas as pd

import wot
import wot.ot

Expand Down Expand Up @@ -40,7 +41,7 @@ def create_parser():
# help='Covariate (batch) values for each cell. Used to compute batch to batch distance within a timepoint.')
parser.add_argument('--cell_days_field', help='Field name in cell_days file that contains cell days',
default='day')
parser.add_argument('--out', help='Prefix for output file names', default='wot-trajectory')
parser.add_argument('--out', help='Prefix for output file names', default='wot-trajectory-divergence')
# parser.add_argument('--covariate_field',
# help='Field name in covariate file that contains covariate',
# default='covariate')
Expand Down

0 comments on commit 09e7373

Please sign in to comment.