Skip to content

Commit

Permalink
Merge pull request bigbio#12 from bigbio/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ypriverol authored Sep 29, 2023
2 parents c43cc42 + e5e7bed commit e895b27
Show file tree
Hide file tree
Showing 22 changed files with 20,006 additions and 2 deletions.
35 changes: 35 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Read the Docs configuration file for Sphinx projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed docs/project/file-relation.png
Binary file not shown.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions python/quantmsio/quantms_io/commands/get_unanimous_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_unanimous_for_parquet(parquet_path,fasta,output_path,map_parameter,label
:param output_path: output file path
:param map_parameter: map_protein_name or map_protein_accession
:param label: feature or psm
retrun: None
return: None
'''
map_protein_for_parquet(parquet_path,fasta,output_path,map_parameter,label)

Expand All @@ -35,7 +35,7 @@ def get_unanimous_for_parquet(parquet_path,fasta,output_path,map_parameter,label
@click.option('--map_parameter', type=click.Choice(['map_protein_name', 'map_protein_accession'], case_sensitive=False),help='map type')
def get_unanimous_for_tsv(path,fasta,output_path,map_parameter):
'''
according fasta database to map the proteins accessions to uniprot names.
according fasta database, to map the proteins accessions to uniprot names.
:param path: de_path or ae_path
:param fasta: Reference fasta database
:param output_path: output file path
Expand Down

Large diffs are not rendered by default.

0 comments on commit e895b27

Please sign in to comment.