{"id":17649983,"url":"https://github.com/hrs/indel-mapper","last_synced_at":"2026-01-20T00:14:20.889Z","repository":{"id":139224823,"uuid":"85420175","full_name":"hrs/indel-mapper","owner":"hrs","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-23T20:47:26.000Z","size":182,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T17:07:07.265Z","etag":null,"topics":["biology","flask","python"],"latest_commit_sha":null,"homepage":"http://indel-mapper.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-18T17:40:08.000Z","updated_at":"2021-07-04T04:30:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"8006de04-25af-4421-ac69-baba0be95c39","html_url":"https://github.com/hrs/indel-mapper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Findel-mapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Findel-mapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Findel-mapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrs%2Findel-mapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrs","download_url":"https://codeload.github.com/hrs/indel-mapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589834,"owners_count":20963022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biology","flask","python"],"created_at":"2024-10-23T11:34:30.898Z","updated_at":"2026-01-20T00:14:20.725Z","avatar_url":"https://github.com/hrs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Indel Mapper\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n\n## Set up\n\nFirst, make sure the correct version of `virtualenv` is installed:\n\n```shell\n$ pip3 install virtualenv\n```\n\nNext, `cd` into your project and set up the `virtualenv` directory:\n\n```shell\n$ virtualenv --python=python3 indel-mapper\n```\n\nActivate `virtualenv`. This adds the `indel-mapper/bin` directory to the start\nof your `$PATH`.\n\n```shell\n$ source indel-mapper/bin/activate\n```\n\nInstall the required libraries:\n\n```shell\n$ pip3 install -r requirements.txt\n```\n\nInstall the Redis server. The instructions for this will vary depending on your\noperating system. For Debian, Ubuntu, and derivatives,\n\n```shell\n$ sudo apt install redis-server\n```\n\n## Starting the Web application\n\nRun the application:\n\n```shell\n$ python3 app.py\n```\n\nStart Redis. How you do this depends on your operating system.\n\n**Debian, Ubuntu, or derivatives:**\n\n```shell\n$ sudo systemctl start redis-server\n```\n\nRun Celery\n\n```shell\n$ indel-mapper/bin/celery worker -A app.celery --loglevel=info\n```\n\n## Running the test suite\n\nRun the tests:\n\n```shell\n$ python3 -m unittest\n```\n\n## Deploying to Heroku\n\n```shell\n$ git push heroku master\n```\n\n## Running locally as a command line application\n\nExample:\n\n```shell\n$ python3 run.py -a ~/Documents/bowtie2_results.sam -r ~/Documents/references.csv -o ~/Documents/results.csv\n```\nThere are three required arguments:\n\n* `-a` or `--alignment` Alignment SAM file\n* `-r` or `--reference` Reference CSV file\n* `-o` or `--output` Output file, in CSV\n\n## License\n\nIndel Mapper is licensed under Version 3 of the GNU General Public License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrs%2Findel-mapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrs%2Findel-mapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrs%2Findel-mapper/lists"}