BPS-FBI-sp-ecoli


NameBPS-FBI-sp-ecoli JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/$GIT_USER_NAME/BPS_FBI_sp_ecoli
SummaryTODO
upload_time2024-04-15 13:27:33
maintainerNone
docs_urlNone
author$GIT_USER_NAME
requires_python>=3.7
licenseMIT License
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # BPS_FBI_sp_ecoli


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

``` sh
pip install BPS_FBI_sp_ecoli
```

## How to use

Determines the serotype and virulence in ecoli through kmer alignment

``` python
! FBI_run_bifrostecolipostkma -h
```

    usage: FBI_run_bifrostecolipostkma [-h] [--input INPUT]
                                       [--sample_sheet SAMPLE_SHEET]
                                       [--output OUTPUT] [--db_path DB_PATH]
                                       [--kma_path KMA_PATH]
                                       [--command_file COMMAND_FILE] [--execute]
                                       [--to_stdout] [--overwrite]
                                       [--config_file CONFIG_FILE]

    This program takes as input a folder containing fastq.gz files and a
    sample_sheet containing SampleID Organism SupplyingLab ecoli1 Ecoli FBI and
    allows you to run bifrostecolipostkma.py on all Ecoli samples.

    options:
      -h, --help                   show this help message and exit
      --input INPUT                Path to input folder that contains the .fastq.gz
                                   files
      --sample_sheet SAMPLE_SHEET  Name of the sample_sheet file
      --output OUTPUT              Path to the output directory
      --db_path DB_PATH            Path to db folder that contains the indexed
                                   database files e.g., file.comp.b, file.fsa,
                                   file.index.db, file.lenght.b, file.name,
                                   file.seq.b
      --kma_path KMA_PATH          Path to kma program
      --command_file COMMAND_FILE  Path to file to write commands to
      --execute                    Run commands in command file (default: False)
      --to_stdout                  If true, will write to stdout instead of file,
                                   mutually exclusive with output_file (default:
                                   False)
      --overwrite                  If true, will overwrite output_file if it exists
                                   (default: False)
      --config_file CONFIG_FILE    Config file to overwrite default settings, arg
                                   parse values will override config file values,

``` python
#! FBI_run_bifrostecolipostkma --input input/231116_CUSTOM_SSIFBI_ECOLI --sample_sheet sample_sheet.xlsx --output output/231116_CUSTOM_SSIFBI_ECOLI --command_file output/231116_CUSTOM_SSIFBI_ECOLI/run_bifrostecolipostkma.tsv --execute
```

``` python
! FBI_run_qcecolisummary -h
```

    usage: FBI_run_qcecolisummary [-h] [--input INPUT] [--output OUTPUT]
                                  [--command_file COMMAND_FILE] [--execute]
                                  [--to_stdout] [--overwrite]
                                  [--config_file CONFIG_FILE]

    This program takes as input a folder containing .tsv files and allows you to run
    qcecolisummary.py on all Ecoli samples.

    options:
      -h, --help                   show this help message and exit
      --input INPUT                Path to input folder that contains the results of
                                   kma matching against the ecoligenes db (the
                                   folder)
      --output OUTPUT              Path to the output directory
      --command_file COMMAND_FILE  Path to file to write commands to
      --execute                    Run commands in command file (default: False)
      --to_stdout                  If true, will write to stdout instead of file,
                                   mutually exclusive with output_file (default:
                                   False)
      --overwrite                  If true, will overwrite output_file if it exists
                                   (default: False)
      --config_file CONFIG_FILE    Config file to overwrite default settings, arg
                                   parse values will override config file values,

``` python
#! FBI_run_bifrostecolipostkma --input input/231116_CUSTOM_SSIFBI_ECOLI --sample_sheet sample_sheet.xlsx --output output/231116_CUSTOM_SSIFBI_ECOLI --command_file output/231116_CUSTOM_SSIFBI_ECOLI/run_bifrostecolipostkma.tsv --execute
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/$GIT_USER_NAME/BPS_FBI_sp_ecoli",
    "name": "BPS-FBI-sp-ecoli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "$GIT_USER_NAME",
    "author_email": "kloc@ssi.dk",
    "download_url": "https://files.pythonhosted.org/packages/fd/22/9a237b13296db21558d03fa73ab3f757727e1e4bee903300d015954efe22/BPS_FBI_sp_ecoli-0.0.1.tar.gz",
    "platform": null,
    "description": "# BPS_FBI_sp_ecoli\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Install\n\n``` sh\npip install BPS_FBI_sp_ecoli\n```\n\n## How to use\n\nDetermines the serotype and virulence in ecoli through kmer alignment\n\n``` python\n! FBI_run_bifrostecolipostkma -h\n```\n\n    usage: FBI_run_bifrostecolipostkma [-h] [--input INPUT]\n                                       [--sample_sheet SAMPLE_SHEET]\n                                       [--output OUTPUT] [--db_path DB_PATH]\n                                       [--kma_path KMA_PATH]\n                                       [--command_file COMMAND_FILE] [--execute]\n                                       [--to_stdout] [--overwrite]\n                                       [--config_file CONFIG_FILE]\n\n    This program takes as input a folder containing fastq.gz files and a\n    sample_sheet containing SampleID Organism SupplyingLab ecoli1 Ecoli FBI and\n    allows you to run bifrostecolipostkma.py on all Ecoli samples.\n\n    options:\n      -h, --help                   show this help message and exit\n      --input INPUT                Path to input folder that contains the .fastq.gz\n                                   files\n      --sample_sheet SAMPLE_SHEET  Name of the sample_sheet file\n      --output OUTPUT              Path to the output directory\n      --db_path DB_PATH            Path to db folder that contains the indexed\n                                   database files e.g., file.comp.b, file.fsa,\n                                   file.index.db, file.lenght.b, file.name,\n                                   file.seq.b\n      --kma_path KMA_PATH          Path to kma program\n      --command_file COMMAND_FILE  Path to file to write commands to\n      --execute                    Run commands in command file (default: False)\n      --to_stdout                  If true, will write to stdout instead of file,\n                                   mutually exclusive with output_file (default:\n                                   False)\n      --overwrite                  If true, will overwrite output_file if it exists\n                                   (default: False)\n      --config_file CONFIG_FILE    Config file to overwrite default settings, arg\n                                   parse values will override config file values,\n\n``` python\n#! FBI_run_bifrostecolipostkma --input input/231116_CUSTOM_SSIFBI_ECOLI --sample_sheet sample_sheet.xlsx --output output/231116_CUSTOM_SSIFBI_ECOLI --command_file output/231116_CUSTOM_SSIFBI_ECOLI/run_bifrostecolipostkma.tsv --execute\n```\n\n``` python\n! FBI_run_qcecolisummary -h\n```\n\n    usage: FBI_run_qcecolisummary [-h] [--input INPUT] [--output OUTPUT]\n                                  [--command_file COMMAND_FILE] [--execute]\n                                  [--to_stdout] [--overwrite]\n                                  [--config_file CONFIG_FILE]\n\n    This program takes as input a folder containing .tsv files and allows you to run\n    qcecolisummary.py on all Ecoli samples.\n\n    options:\n      -h, --help                   show this help message and exit\n      --input INPUT                Path to input folder that contains the results of\n                                   kma matching against the ecoligenes db (the\n                                   folder)\n      --output OUTPUT              Path to the output directory\n      --command_file COMMAND_FILE  Path to file to write commands to\n      --execute                    Run commands in command file (default: False)\n      --to_stdout                  If true, will write to stdout instead of file,\n                                   mutually exclusive with output_file (default:\n                                   False)\n      --overwrite                  If true, will overwrite output_file if it exists\n                                   (default: False)\n      --config_file CONFIG_FILE    Config file to overwrite default settings, arg\n                                   parse values will override config file values,\n\n``` python\n#! FBI_run_bifrostecolipostkma --input input/231116_CUSTOM_SSIFBI_ECOLI --sample_sheet sample_sheet.xlsx --output output/231116_CUSTOM_SSIFBI_ECOLI --command_file output/231116_CUSTOM_SSIFBI_ECOLI/run_bifrostecolipostkma.tsv --execute\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "TODO",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/$GIT_USER_NAME/BPS_FBI_sp_ecoli"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a66bdb6b31c2684441e15c598143371c8a6f15139ec378d2101c6df3fa353c80",
                "md5": "21a2fb2f4033b6ee0d1978d1e9b175e0",
                "sha256": "a5cce025cd41114ec87c50f50d7b79e48e962827ddad46a4dfc9e13b2cd2f8e6"
            },
            "downloads": -1,
            "filename": "BPS_FBI_sp_ecoli-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21a2fb2f4033b6ee0d1978d1e9b175e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 21681,
            "upload_time": "2024-04-15T13:27:31",
            "upload_time_iso_8601": "2024-04-15T13:27:31.216134Z",
            "url": "https://files.pythonhosted.org/packages/a6/6b/db6b31c2684441e15c598143371c8a6f15139ec378d2101c6df3fa353c80/BPS_FBI_sp_ecoli-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd229a237b13296db21558d03fa73ab3f757727e1e4bee903300d015954efe22",
                "md5": "0aff1c2f7c828b0767c9aba94a945aca",
                "sha256": "31933f77cd91212a83166f8d2132b923d272b420a33c469ed6b7e7f586aed0da"
            },
            "downloads": -1,
            "filename": "BPS_FBI_sp_ecoli-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0aff1c2f7c828b0767c9aba94a945aca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 16255,
            "upload_time": "2024-04-15T13:27:33",
            "upload_time_iso_8601": "2024-04-15T13:27:33.239872Z",
            "url": "https://files.pythonhosted.org/packages/fd/22/9a237b13296db21558d03fa73ab3f757727e1e4bee903300d015954efe22/BPS_FBI_sp_ecoli-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 13:27:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "$GIT_USER_NAME",
    "github_project": "BPS_FBI_sp_ecoli",
    "github_not_found": true,
    "lcname": "bps-fbi-sp-ecoli"
}
        
Elapsed time: 0.23033s