{"id":18666781,"url":"https://github.com/bionode/bionode-seq","last_synced_at":"2025-04-11T23:33:19.945Z","repository":{"id":20315674,"uuid":"23589739","full_name":"bionode/bionode-seq","owner":"bionode","description":"Module for DNA, RNA and protein sequences manipulation","archived":false,"fork":false,"pushed_at":"2017-08-24T14:43:06.000Z","size":405,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-04-13T19:25:40.266Z","etag":null,"topics":["bioinformatics","bionode","nodejs","sequences","tool"],"latest_commit_sha":null,"homepage":null,"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":null,"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-09-02T18:07:11.000Z","updated_at":"2023-09-13T16:00:50.000Z","dependencies_parsed_at":"2022-08-21T04:40:17.595Z","dependency_job_id":null,"html_url":"https://github.com/bionode/bionode-seq","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-seq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-seq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-seq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionode%2Fbionode-seq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bionode","download_url":"https://codeload.github.com/bionode/bionode-seq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223484742,"owners_count":17153057,"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","sequences","tool"],"created_at":"2024-11-07T08:34:01.701Z","updated_at":"2024-11-07T08:34:02.376Z","avatar_url":"https://github.com/bionode.png","language":"JavaScript","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# bionode-seq\n\u003e Module for DNA, RNA and protein sequences manipulation.\n\n[![NPM version][npm-image]][npm-url]\n[![Build Status][travis-image]][travis-url]\n[![Coveralls Status][coveralls-image]][coveralls-url]\n[![Dependency Status][depstat-image]][depstat-url]\n[![Gitter chat][gitter-image]][gitter-url]\n\nInstall\n-------\n\nInstall bionode-seq with [npm](//npmjs.org):\n\n```sh\n$ npm install bionode\n```\n\nAlternatively, just include `bionode-seq.min.js` via a `\u003cscript/\u003e` in your page.\n\n\nUsage\n-----\n\nYou can require the module in Node.js or in the browser:\n\n```js\nvar seq = require('bionode-seq')\n```\nPlease read the [documentation](//rawgit.com/bionode/bionode-seq/master/docs/bionode-seq.html) for the methods exposed by bionode-seq.\n\n\nContributing\n------------\n\nTo contribute, clone this repo locally and commit your code on a separate branch.\n\nPlease write unit tests for your code, and check that everything works by running the following before opening a pull-request:\n\n```sh\n$ npm test\n```\n\nPlease also check for code coverage:\n\n```sh\n$ npm run coverage\n```\n\nTo rebuild and minify the module for the browser:\n\n```sh\n$ npm run build-browser\n```\n\nTo rebuild the documentation using the comments in the code:\n\n```sh\n$ npm run build-docs\n```\nCheck the [issues](http://github.com/bionode/bionode-seq/issues) for ways to contribute.\n\n### Contributors\nPlease see the file [contributors.md](contributors.md) for a list.\n\n\nSupport\n-------\n\nIf you find a bug please use the [issues](http://github.com/bionode/bionode-seq/issues) tracker to report it.  \nIf you need help with this particular module, you can use the respective [gitter](http://gitter.im/bionode/bionode-seq) chat room.  \nFor general help or discussion about the bionode project, you can use the IRC channel [#bionode](https://www.irccloud.com/#!/ircs://irc.freenode.net:6697/%23bionode) on Freenode.  \n\n\nContacts\n--------\n\nBruno Vieira \u003c[mail@bmpvieira.com](mailto:mail@bmpvieira.com)\u003e [@bmpvieira](//twitter.com/bmpvieira)  \n\n\nLicense\n-------\n\nbionode-seq is licensed under the [MIT](https://raw.github.com/bionode/bionode-seq/master/LICENSE) license.  \nCheck [ChooseALicense.com](http://choosealicense.com/licenses/mit) for details.\n\n\n[npm-url]: http://npmjs.org/package/bionode-seq\n[npm-image]: http://img.shields.io/npm/v/bionode-seq.svg?style=flat\n[travis-url]: http:////travis-ci.org/bionode/bionode-seq\n[travis-image]: http://img.shields.io/travis/bionode/bionode-seq.svg?style=flat\n[coveralls-url]: http:////coveralls.io/r/bionode/bionode-seq\n[coveralls-image]: http://img.shields.io/coveralls/bionode/bionode-seq.svg?style=flat\n[depstat-url]: http://david-dm.org/bionode/bionode-seq\n[depstat-image]: http://img.shields.io/david/bionode/bionode-seq.svg?style=flat\n[gitter-image]: http://img.shields.io/badge/gitter-bionode/bionode--seq-brightgreen.svg?style=flat\n[gitter-url]: https://gitter.im/bionode/bionode-seq\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionode%2Fbionode-seq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbionode%2Fbionode-seq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionode%2Fbionode-seq/lists"}