{ "info": { "author": "Nils Koelling", "author_email": "git@nk.gl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS", "Operating System :: Unix", "Programming Language :: Python :: 3" ], "description": ".. image:: https://raw.githubusercontent.com/koelling/amplimap/master/amplimap_logo_400px.png\n\t:width: 400px\n\n\n.. image:: https://circleci.com/gh/koelling/amplimap.svg?style=svg\n :target: https://circleci.com/gh/koelling/amplimap\n.. image:: https://readthedocs.org/projects/amplimap/badge/?version=latest\n :target: https://amplimap.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n==========================================================\namplimap: amplicon mapping and analysis pipeline\n==========================================================\n\namplimap is a command-line tool to automate the processing and analysis of data from targeted next-generation sequencing (NGS) experiments with PCR-based amplicons or capture-based enrichment systems.\n\nFrom raw sequencing reads, amplimap generates a variety of output files including read alignments, per-basepair nucleotide counts, target coverage data and annotated variant calls.\n\nIn addition to its focus on user-friendliness and reproducibility, amplimap supports advanced features such as the generation of consensus base calls for read families based on molecular identifiers/barcodes (UMIs) and the detection of chimeric reads caused by amplification of off-target loci.\n\nOverview\n----------\nTo run amplimap you create a directory containing a small set of input files:\n\n- A subdirectory with FASTQ.GZ or BAM files representing your different samples (tested with Illumina MiSeq, HiSeq and NextSeq)\n\n- Optionally: Files describing the targeted genomic regions, the primers you used or other custom configuration parameters\n\nThen you can run ``amplimap`` to generate a variety of different output files, depending on your experiment.\nThese include, for example:\n\n1. A target coverage table, showing you how well-covered each target region was in each sample.\n\n2. A table of germline variants in your samples, annotated with gene, impact, population frequencies, deleteriousness scores, etc.\n\n3. A per-basepair \u201cpileup\u201d table telling you how often each nucleotide was seen in each sample at each position.\n\nBuilt on top of `Snakemake `_ and Python 3, amplimap is entirely\nautomated and can be run on a single machine as well as on an HPC cluster\n(e.g. LSF, SGE).\n\nSupported experimental protocols\n---------------------------------\namplimap is compatible with most targeted sequencing protocols that generate paired-end short read data.\n\nFor protocols utilising PCR or smMIPs each read should start with a known primer (or targeting arm) sequence, followed by the amplified target DNA.\nReads can optionally contain a unique molecular identifier (UMI) sequence in front of the primer, which can be used to group reads into families.\nData should be available as demultiplexed FASTQ.GZ files, with each pair of files representing a different sample.\n\nFor capture-based protocols data can be provided in FASTQ.GZ or unmapped/mapped BAM format, which may contain UMIs as BAM tags.\n\nSome of the protocols we have analyzed with amplimap include:\n\n- PCR-based targeted resequencing (single/multiplex)\n- `smMIPs with and without UMIs `_\n- Probe based target enrichment, for example:\n\n - `IDT xGen Lockdown probes `_\n - `Twist Bioscience Custom Panels `_\n\nTutorials\n---------\n\n- `Calling germline variants in amplicon-based resequencing data `_\n- `Identifying low-frequency somatic mutations in FGFR2 with UMI-tagged smMIPs `_\n- `Quantifying allele-specific expression `_\n\nLinks\n--------\n \n- Package: https://pypi.org/project/amplimap/\n- Code: https://github.com/koelling/amplimap/\n- Documentation: https://amplimap.readthedocs.io/\n\n\nInstallation\n-------------------\nWe recommend that you install amplimap through Conda:\n\n::\n\n wget https://raw.githubusercontent.com/koelling/amplimap/master/environment.yml\n conda env create --file environment.yml\n\nWe also have a `Docker image `_ available.\nPlease see our\n`full installation instructions `_\nfor additional details.\n\n\nCitation and License\n--------------------\nLicensed under the Apache License, version 2.0.\nCopyright 2019 Nils Koelling.\nWhen you use amplimap, please cite it in your work. For example:\n\n Koelling, Nils. \"amplimap: amplicon mapping and analysis pipeline\". https://github.com/koelling/amplimap/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/koelling/amplimap/archive/v0.4.11.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/koelling/amplimap/", "keywords": "amplimap amplicon smmip mapping analysis pipeline", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "amplimap", "package_url": "https://pypi.org/project/amplimap/", "platform": "any", "project_url": "https://pypi.org/project/amplimap/", "project_urls": { "Download": "https://github.com/koelling/amplimap/archive/v0.4.11.tar.gz", "Homepage": "https://github.com/koelling/amplimap/" }, "release_url": "https://pypi.org/project/amplimap/0.4.11/", "requires_dist": null, "requires_python": ">=3", "summary": "amplicon/smMIP mapping and analysis pipeline", "version": "0.4.11" }, "last_serial": 5340003, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "3cbce31d0a890166a5469a1d0285c270", "sha256": "b0c687a03be7346cfbeb23119dd9754fdcfdb689c2974606cceb0b961966cc17" }, "downloads": -1, "filename": "amplimap-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3cbce31d0a890166a5469a1d0285c270", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110765, "upload_time": "2018-05-10T14:02:03", "url": "https://files.pythonhosted.org/packages/e8/88/64d7ba02ee2698b0314f02d3a1ef0fda9f97973943e5100133162f85e20f/amplimap-0.2.2.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "1dd5798c71793de8f65164ac8c868bd8", "sha256": "343d4220adbafd84fe176fd73ea5fc383c369865a9a47172a3a1f738d20a2a45" }, "downloads": -1, "filename": "amplimap-0.2.4.tar.gz", "has_sig": false, "md5_digest": "1dd5798c71793de8f65164ac8c868bd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110875, "upload_time": "2018-05-10T16:19:11", "url": "https://files.pythonhosted.org/packages/7a/9f/d411c4cde5118830503764e2b802b18fdb753d4d8271e3d3592982a70587/amplimap-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "6857b97add6e433491020d8315dfb3c6", "sha256": "398698f84f982275cbf65b28d1763f3f5e7a1f31d298f8c1058540c1721a3c0b" }, "downloads": -1, "filename": "amplimap-0.2.5.tar.gz", "has_sig": false, "md5_digest": "6857b97add6e433491020d8315dfb3c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 110920, "upload_time": "2018-05-10T17:01:52", "url": "https://files.pythonhosted.org/packages/e6/54/2e41bede0eb82956b5f88c3d5a8345bf3179e9933ac59b1ce1a9d608b35d/amplimap-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "6f492806fc4c6ad81237908f55891af8", "sha256": "6a925f8625a3e829c66b22c679f09782a2debb19a5a1ece702bde5284c5f8243" }, "downloads": -1, "filename": "amplimap-0.2.6.tar.gz", "has_sig": false, "md5_digest": "6f492806fc4c6ad81237908f55891af8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113343, "upload_time": "2018-05-15T11:28:03", "url": "https://files.pythonhosted.org/packages/98/4e/af380faf5139b57ff4c1a0ef5f047b2a12bb175d81257f48866b4a535b4a/amplimap-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "d9fe4b27f45fd3b9a8f8c273462e86cd", "sha256": "b361f00d188e377c67c5752c7dfb3d80f660602c7f78c0bdf63f08ab40909c58" }, "downloads": -1, "filename": "amplimap-0.2.7.tar.gz", "has_sig": false, "md5_digest": "d9fe4b27f45fd3b9a8f8c273462e86cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113347, "upload_time": "2018-05-15T12:49:50", "url": "https://files.pythonhosted.org/packages/d9/3e/debc9bbb26cda0bd6c166d93c0ec271da1dd47edb784f710bfa5d3720ab2/amplimap-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "c44054c18c4413240c7d261d04503bc7", "sha256": "8faa504aa3571a2f663d0a4cde2fe1e20a593edde4e8c4c9199034474f09b956" }, "downloads": -1, "filename": "amplimap-0.2.8.tar.gz", "has_sig": false, "md5_digest": "c44054c18c4413240c7d261d04503bc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113334, "upload_time": "2018-05-15T13:01:15", "url": "https://files.pythonhosted.org/packages/04/e9/2093ec456189fdeef8206655b34a9e4cc0cf661afb7f8f71cb2b8197e14e/amplimap-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "2121757c6864785f0647f73433d0a4ab", "sha256": "2652502b158afd19175f39e8b46755c507686ab86ebcca59432569a582a0afe9" }, "downloads": -1, "filename": "amplimap-0.2.9.tar.gz", "has_sig": false, "md5_digest": "2121757c6864785f0647f73433d0a4ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 113380, "upload_time": "2018-05-15T14:23:12", "url": "https://files.pythonhosted.org/packages/95/c9/8ff709fb49411391e8dd8280f7024b18a95ed9da721bea1f92e052b92f81/amplimap-0.2.9.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e76b53f3c0c5e280face4f0d36f381a7", "sha256": "934ef4c360661fcadf62bf1322fe714accbd9f7d589cfbe95094ea8064e6d0b8" }, "downloads": -1, "filename": "amplimap-0.3.tar.gz", "has_sig": false, "md5_digest": "e76b53f3c0c5e280face4f0d36f381a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 86377, "upload_time": "2018-10-05T13:29:37", "url": "https://files.pythonhosted.org/packages/ca/ec/7aebad19bcc56bb700479384892c0c240910b1d830ec3b863b8d723ba16f/amplimap-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "cb1ef4fce3ad89a4f5376837d38e97fd", "sha256": "af16a6689a657ca5d40a08b1a16e0839ed9a9eec0e848c25396dc7e7cb2c14fe" }, "downloads": -1, "filename": "amplimap-0.4.tar.gz", "has_sig": false, "md5_digest": "cb1ef4fce3ad89a4f5376837d38e97fd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 121641, "upload_time": "2018-11-16T16:31:46", "url": "https://files.pythonhosted.org/packages/d4/60/f13c01872cb223b4fa0f760683fc10cd755002841b58f9f89604f11c02da/amplimap-0.4.tar.gz" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "d7e6d4e444b2282bd3c0bfbd2b7e47fe", "sha256": "9de8b33ee1951636f6fd9b1d2363a893a95a32856c316df4cd36ad5423f35fb7" }, "downloads": -1, "filename": "amplimap-0.4.10.tar.gz", "has_sig": false, "md5_digest": "d7e6d4e444b2282bd3c0bfbd2b7e47fe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 95523, "upload_time": "2019-05-30T15:46:07", "url": "https://files.pythonhosted.org/packages/6e/be/d503c3c10019872691d1e3c06f0d49b90dad5e8446dcda6199bb1ff0fb47/amplimap-0.4.10.tar.gz" } ], "0.4.11": [ { "comment_text": "", "digests": { "md5": "2a5554fb8c98058ddd0e68cb94239d84", "sha256": "8ee3cc7ffcdec8326e5be1aebf1213e41e177959114ab54b89f6d2480bbaf1c5" }, "downloads": -1, "filename": "amplimap-0.4.11.tar.gz", "has_sig": false, "md5_digest": "2a5554fb8c98058ddd0e68cb94239d84", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 95542, "upload_time": "2019-05-30T22:39:32", "url": "https://files.pythonhosted.org/packages/85/35/d112ac81f4fbd121d8514ac77641766e47f5f8c894018ea3eb20c5ecbeff/amplimap-0.4.11.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "ee5442ecd9e54486849a256a5509b9db", "sha256": "f27746b492e20c0d428df36b8c83c8f23e5d50d4634d0ccfa4871f7ba4fda58f" }, "downloads": -1, "filename": "amplimap-0.4.2.tar.gz", "has_sig": false, "md5_digest": "ee5442ecd9e54486849a256a5509b9db", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 123644, "upload_time": "2018-11-27T10:54:20", "url": "https://files.pythonhosted.org/packages/c3/c7/0318a8bc8e11fb5eb365e1dfa63c557e07a112f5616156ff273463e123e3/amplimap-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "3b719b3b4ffd82ba7bb47b6385b50639", "sha256": "52d724573bf203da56ec44b926ecec840264dd6efc4f4bf21bec60019a6df5af" }, "downloads": -1, "filename": "amplimap-0.4.3.tar.gz", "has_sig": false, "md5_digest": "3b719b3b4ffd82ba7bb47b6385b50639", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 125499, "upload_time": "2018-12-06T13:37:44", "url": "https://files.pythonhosted.org/packages/a3/09/d05b36f133f471856b78d3c2793015b46f1cf8de03b1a7db0d23b640c03e/amplimap-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "619b5d7115e8dc2f961098aca86cdf2f", "sha256": "e35f4da83179040c63dce9c65b0779dbd6708d4112c268c61d881202c65ec88e" }, "downloads": -1, "filename": "amplimap-0.4.4.tar.gz", "has_sig": false, "md5_digest": "619b5d7115e8dc2f961098aca86cdf2f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 127931, "upload_time": "2018-12-19T17:11:34", "url": "https://files.pythonhosted.org/packages/82/52/7f1f4760af9e681336fa15085b40932df9bec4e77479529b7a089e1b6cdc/amplimap-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "e3f5cab0980c560b0da3333040297b42", "sha256": "5710219b3402a1b7616f023bf72f2ca1597f5010cc60e622ffc13bd0481da0a3" }, "downloads": -1, "filename": "amplimap-0.4.5.tar.gz", "has_sig": false, "md5_digest": "e3f5cab0980c560b0da3333040297b42", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 127985, "upload_time": "2019-01-10T17:54:31", "url": "https://files.pythonhosted.org/packages/ee/46/1cb0f2922f7a328d274a08d067e1f1e0de65bfd5db6806562c6ea99b8293/amplimap-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "6d3f199bc5872c4397b2be5192f31e7c", "sha256": "93bb68fc5ea3a87a4f084e74e93984a1f338a8a9e7693950ff407f407d81bd7e" }, "downloads": -1, "filename": "amplimap-0.4.6.tar.gz", "has_sig": false, "md5_digest": "6d3f199bc5872c4397b2be5192f31e7c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 91434, "upload_time": "2019-04-03T22:17:00", "url": "https://files.pythonhosted.org/packages/c4/0a/712a169eb3d05b3aea21c34a9a1f86267207edd5e4f3b44b24b020299cb2/amplimap-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "4e67da1ece9c6d2eb60c35c73c8c4dcd", "sha256": "3155acb3f9012c91f40b2c1381ec97f7cb8cfbe39c794fa05bcc81fb5c1131ca" }, "downloads": -1, "filename": "amplimap-0.4.7.tar.gz", "has_sig": false, "md5_digest": "4e67da1ece9c6d2eb60c35c73c8c4dcd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 93122, "upload_time": "2019-04-06T23:14:26", "url": "https://files.pythonhosted.org/packages/dc/2d/9117cbadda19babb71d1e45eacc00ded8cfab8c386c61267fa40889424d0/amplimap-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "8e2c35dffd83d9d7bdd93e99aea839ad", "sha256": "b2858a5f06eb96b2e3a14f92e850c8b717cf11e1a3ee0d79f2807919b72dc091" }, "downloads": -1, "filename": "amplimap-0.4.8.tar.gz", "has_sig": false, "md5_digest": "8e2c35dffd83d9d7bdd93e99aea839ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 93901, "upload_time": "2019-04-07T20:17:42", "url": "https://files.pythonhosted.org/packages/8b/5d/2a3f0511edf01b90c03dd77cd52d503fc469205e6b2ef9eb176506a1d007/amplimap-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "2a0fa6cf2a7b27595e6be5c179154663", "sha256": "b8c38388b052e489a0aba8eaa47727ccd3594526aab73a3741d104944825b90e" }, "downloads": -1, "filename": "amplimap-0.4.9.tar.gz", "has_sig": false, "md5_digest": "2a0fa6cf2a7b27595e6be5c179154663", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 95374, "upload_time": "2019-05-22T18:50:35", "url": "https://files.pythonhosted.org/packages/b5/0d/859faf8edbc13b56dfcc3287ce2fe121d26317dae93c4e38318a83405f62/amplimap-0.4.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a5554fb8c98058ddd0e68cb94239d84", "sha256": "8ee3cc7ffcdec8326e5be1aebf1213e41e177959114ab54b89f6d2480bbaf1c5" }, "downloads": -1, "filename": "amplimap-0.4.11.tar.gz", "has_sig": false, "md5_digest": "2a5554fb8c98058ddd0e68cb94239d84", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 95542, "upload_time": "2019-05-30T22:39:32", "url": "https://files.pythonhosted.org/packages/85/35/d112ac81f4fbd121d8514ac77641766e47f5f8c894018ea3eb20c5ecbeff/amplimap-0.4.11.tar.gz" } ] }