{"id":18238260,"url":"https://github.com/codecreatede/rust-genome-longread-count","last_synced_at":"2025-04-04T07:31:29.595Z","repository":{"id":259264499,"uuid":"876325517","full_name":"sciencegenome/genome-longread-count","owner":"sciencegenome","description":"datastructure rustlang faster iteration for genome, short and long reads","archived":false,"fork":false,"pushed_at":"2025-01-15T20:27:53.000Z","size":7737,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T19:37:21.464Z","etag":null,"topics":["bioinformatics","genome-classification","genome-informatics","rust-crate","rust-lang","sequence-classification","sequencing-data"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sciencegenome.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T19:23:40.000Z","updated_at":"2025-01-15T21:14:40.000Z","dependencies_parsed_at":"2025-01-24T19:47:27.007Z","dependency_job_id":null,"html_url":"https://github.com/sciencegenome/genome-longread-count","commit_stats":null,"previous_names":["codecreatede/rust-nuc-iter","codecreatede/rust-genome-longread-count","applicativesystem/rust-genome-longread-count","sciencegenome/rust-genome-longread-count","sciencegenome/genome-longread-count"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencegenome%2Fgenome-longread-count","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencegenome%2Fgenome-longread-count/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencegenome%2Fgenome-longread-count/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sciencegenome%2Fgenome-longread-count/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sciencegenome","download_url":"https://codeload.github.com/sciencegenome/genome-longread-count/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247138675,"owners_count":20890082,"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","genome-classification","genome-informatics","rust-crate","rust-lang","sequence-classification","sequencing-data"],"created_at":"2024-11-05T03:04:42.519Z","updated_at":"2025-04-04T07:31:29.362Z","avatar_url":"https://github.com/sciencegenome.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-genome-longread-count\n\n- A kmer origin finding faster than the recent implementation of the recent implementation. Back to sequences: Find the origin of 𝑘-mers DOI: 10.21105/joss.07066.\n- output a table for the direct ingestion into any graphs. \n- outputs a sam type file with the distinct count of the kmers and can be used for the jellyfish count. \n- support both the genome and the longread fasta file. \n\n```\nUsage: kmerorigin \u003cKMER_ARG\u003e \u003cFASTAFILE_ARG\u003e\n\nArguments:\n  \u003cKMER_ARG\u003e       please provide the kmer to be searched for the origin\n  \u003cFASTAFILE_ARG\u003e  please provide the path to be searched for the strings containing the kmer\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n- a better table for direct ingestion into the graphs also to make a jellyfish count. \n\n```\n./target/debug/kmerorigin 4 ./sample-files/fastafile.fasta\n\u003eseq1\nAGTCAGTC        AGTC    0       4\nAGTCAGTC        GTCA    1       5\nAGTCAGTC        CAGT    3       7\nAGTCAGTC        TCAG    2       6\n\u003eseq2\nAGGCAGTC        CAGT    3       7\nAGGCAGTC        GGCA    1       5\nAGGCAGTC        AGGC    0       4\nAGGCAGTC        GCAG    2       6\n```\n\nGaurav Sablok\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecreatede%2Frust-genome-longread-count","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecreatede%2Frust-genome-longread-count","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecreatede%2Frust-genome-longread-count/lists"}