Skip to content

Commit

Permalink
update -e help
Browse files Browse the repository at this point in the history
  • Loading branch information
mt1022 committed Feb 27, 2023
1 parent 9163940 commit e68ef47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psite/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def extract_features(path_bam, ref, nts=3, frac=1.0):
type=click.Choice(['longest', 'principal', 'kallisto', 'salmon']),
help='type of representative transcripts')
@click.option('-e', '--path_exp', type=click.STRING, default=None,
help='path of transcript expression quant results')
help=('path of transcript expression quantification results (for ' +
'-t kallisto|salmon) or APPRIS info (for -t principal)'))
@click.option('-i', '--ignore_txversion', is_flag=True, default=False,
help='ignore transcript version in ".\d+" format')
@click.option('-n', '--nts', type=click.INT, default=3,
Expand Down

0 comments on commit e68ef47

Please sign in to comment.