{"id":19159494,"url":"https://github.com/creisle/lamprflp","last_synced_at":"2026-05-04T18:40:11.605Z","repository":{"id":42905798,"uuid":"250920382","full_name":"creisle/lamprflp","owner":"creisle","description":"JS module for calculating LAMP RFLP fragment lengths","archived":false,"fork":false,"pushed_at":"2023-01-05T17:42:55.000Z","size":210,"stargazers_count":2,"open_issues_count":10,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T22:26:30.458Z","etag":null,"topics":["bioinformatics","javascript","lamp","nodejs","npm"],"latest_commit_sha":null,"homepage":"","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/creisle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-29T00:14:48.000Z","updated_at":"2021-04-30T17:34:03.000Z","dependencies_parsed_at":"2023-02-04T09:01:25.353Z","dependency_job_id":null,"html_url":"https://github.com/creisle/lamprflp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/creisle/lamprflp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creisle%2Flamprflp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creisle%2Flamprflp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creisle%2Flamprflp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creisle%2Flamprflp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creisle","download_url":"https://codeload.github.com/creisle/lamprflp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creisle%2Flamprflp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32620511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","javascript","lamp","nodejs","npm"],"created_at":"2024-11-09T08:49:21.291Z","updated_at":"2026-05-04T18:40:11.573Z","avatar_url":"https://github.com/creisle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAMP RFLP\n\n[![npm version](https://badge.fury.io/js/lamprflp.svg)](https://www.npmjs.com/package/lamprflp)\n\nThis is the JS module used by the site: http://creisle.github.io/creisle.lamprflp/\n\nThis computes the lamp products from a FASTA input file and outputs the fragments required\nfor the visual\n\n## Getting Started\n\nInstall from npm\n\n```bash\nnpm install lamprflp\n```\n\nthen this can be used in a node module as follows\n\n```js\nconst {createLampReaction} = require('lamprflp');\n\nconst {lanes} = createLampReaction(`\n\u003e b1\ncgactctagaggatccccgggtac\n\u003e b2\ntgttgtgtggaattgtgagcggat\n\u003e f1\nacaacgtcgtgactgggaaaaccct\n\u003e f2\ngtgcgggcctcttcgctattac\n\u003e seq\nAATGCTACTACTATTAGTAG...TATGATTTATTGGATGTT\n`, ['100bp', '50bp', '', 'RsaI']);\n```\n\n## Running the Tests\n\nTests are written with Jest and can be run as follows\n\n```bash\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreisle%2Flamprflp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreisle%2Flamprflp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreisle%2Flamprflp/lists"}