Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DongdongdongW committed Apr 18, 2024
1 parent 2c51161 commit 7ee34b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pypgatk/commands/validate_peptides.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@click.option('-o', '--outfile_name', help='Output file for the results')
@click.option('-ion', '--ions_tolerance', help='MS2 fragment ions mass accuracy')
@click.option('-n', '--number_of_processes', help='Used to specify the number of processes. Default is 40.')
@click.option('-r', '--relative', help='relative', is_flag=True)
@click.option('-r', '--relative', help='When using ppm as ions_tolerance (not Da), it needs to be turned on', is_flag=True)
@click.option('-msgf', '--msgf', help='If it is the standard format of MSGF output, please turn on this switch, otherwise it defaults to mzTab format', is_flag=True)

@click.pass_context
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ def readme():
'biopython>=1.79',
'Click>=7.0',
'gffutils>=0.10.1',
'deeplc',
'numpy',
'pandas',
'pandas>=1.5.13',
'PyYAML>=5.1.2',
'requests>=2.21.0',
'simplejson>=3.16.0',
Expand All @@ -34,7 +35,6 @@ def readme():
'pyopenms',
'matplotlib',
'tqdm',
'deeplc',
'pyahocorasick'
],
python_requires=">=3.6",
Expand Down

0 comments on commit 7ee34b3

Please sign in to comment.