{"id":16616114,"url":"https://github.com/bionode/bionode-sra","last_synced_at":"2025-10-29T19:30:37.444Z","repository":{"id":17174901,"uuid":"19942182","full_name":"bionode/bionode-sra","owner":"bionode","description":"Node.js wrapper for SRA Toolkit","archived":false,"fork":false,"pushed_at":"2019-01-09T15:34:17.000Z","size":292,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-02-02T04:24:44.761Z","etag":null,"topics":["bioinformatics","bionode","nodejs","tool","wrapper"],"latest_commit_sha":null,"homepage":"bionode.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bionode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-19T13:08:05.000Z","updated_at":"2023-06-30T22:40:17.000Z","dependencies_parsed_at":"2022-09-11T01:41:06.084Z","dependency_job_id":null,"html_url":"https://github.com/bionode/bionode-sra","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-sra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-sra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-sra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-sra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bionode","download_url":"https://codeload.github.com/bionode/bionode-sra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874446,"owners_count":19545192,"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":["bioinformatics","bionode","nodejs","tool","wrapper"],"created_at":"2024-10-12T02:11:55.379Z","updated_at":"2025-10-29T19:30:37.077Z","avatar_url":"https://github.com/bionode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://bionode.io\"\u003e\n    \u003cimg height=\"200\" width=\"200\" title=\"bionode\" alt=\"bionode logo\" src=\"https://rawgithub.com/bionode/bionode/master/docs/bionode-logo.min.svg\"/\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"http://bionode.io/\"\u003ebionode.io\u003c/a\u003e\n\u003c/p\u003e\n\n\n# bionode-sra\n\n\u003e A Node.js wrapper for SRA Toolkit.\n\n[![npm](https://img.shields.io/npm/v/bionode-sra.svg?style=flat-square)](http://npmjs.org/package/bionode-sra)\n[![Travis](https://img.shields.io/travis/bionode/bionode-sra.svg?style=flat-square)](https://travis-ci.org/bionode/bionode-sra)\n[![Coveralls](https://img.shields.io/coveralls/bionode/bionode-sra.svg?style=flat-square)](http://coveralls.io/r/bionode/bionode-sra)\n[![Dependencies](http://img.shields.io/david/bionode/bionode-sra.svg?style=flat-square)](http://david-dm.org/bionode/bionode-sra)\n[![npm](https://img.shields.io/npm/dt/bionode-sra.svg?style=flat-square)](https://www.npmjs.com/package/bionode-sra)\n[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/bionode/bionode)\n\n\n## Install\n\nYou need to install the latest Node.JS first, please check [nodejs.org](http://nodejs.org) or do the following:\n\n```bash\n# Ubuntu\nsudo apt-get install npm\n# Mac\nbrew install node\n# Both\nnpm install -g n\nn stable\n```\n\nTo use `bionode-sra` as a command line tool, you can install it globally with `-g`.\n\n```bash\nnpm install bionode-sra -g\n```\n\nOr, if you want to use it as a JavaScript library, you need to install it in your local project folder inside the `node_modules` directory by doing the same command **without** `-g`.\n\n```bash\nnpm i bionode-sra # 'i' can be used as shortcut to 'install'\n```\n\n\n## Usage\n\nIf you're using bionode-sra with Node.js, you can require the module:\n\n```js\nvar sra = require('bionode-sra')\nvar fastqDump = sra('fastq-dump')\nfastqDump('SRR1509835.sra')\n```\n\nPlease read the [documentation](http://rawgit.com/bionode/bionode-sra/master/docs/bionode-sra.html) for the methods exposed by bionode.\n\n### Command line examples\n```sh\n$ bionode-sra fastq-dump SRR1509835.sra\n$ bionode-sra fastq-dump SRR1509835.sra fastqOutputDirectory\n```\n\n\n\n## Documentation\n\nCheck our documentation at [doc.bionode.io](http://doc.bionode.io) or do:\n\n```bash\nbionode-sra --help\n```\n\n\n## Contributing\n\nWe welcome all kinds of contributions at all levels of experience, please read the [CONTRIBUTING.md](CONTRIBUTING.md) to get started!\n\n\n## Communication channels\n\nDon't be shy! Come talk to us :smiley:\n\n* **Email** [mail@bionode.io](mailto:mail@bionode.io)\n* **Chat room** [http://gitter.im/bionode/bionode](http://gitter.im/bionode/bionode)\n* **IRC** #bionode on Freenode\n* **Twitter** [@bionode](http://twitter.com/@bionode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionode%2Fbionode-sra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbionode%2Fbionode-sra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionode%2Fbionode-sra/lists"}