{"id":26329146,"url":"https://github.com/murrellgroup/nanobodyminer","last_synced_at":"2026-01-02T20:15:20.692Z","repository":{"id":70649754,"uuid":"508254575","full_name":"MurrellGroup/NanobodyMiner","owner":"MurrellGroup","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-31T19:35:16.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-31T20:27:09.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MurrellGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-28T10:33:12.000Z","updated_at":"2025-01-31T19:35:19.000Z","dependencies_parsed_at":"2023-03-11T08:55:07.706Z","dependency_job_id":null,"html_url":"https://github.com/MurrellGroup/NanobodyMiner","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/MurrellGroup%2FNanobodyMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurrellGroup%2FNanobodyMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurrellGroup%2FNanobodyMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MurrellGroup%2FNanobodyMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MurrellGroup","download_url":"https://codeload.github.com/MurrellGroup/NanobodyMiner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790971,"owners_count":20348386,"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":[],"created_at":"2025-03-15T21:19:37.641Z","updated_at":"2026-01-02T20:15:20.646Z","avatar_url":"https://github.com/MurrellGroup.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NanobodyMiner\n\nThis git repo contains a Julia pipeline for processing Alpaca nanobody phage libraries.\n\n## Installation\nClone the repo. Go to the directory you wish to install to, and:\n```\ngit clone git@github.com:MurrellGroup/NanobodyMiner.git\n```\nThis will give you a directory with:\n```\nDemo/\nPanels/\nsrc/\nREADME.md\n```\nThe easiest way to use this is to duplicate (and rename) the Demo directory for for each analysis. Demo contains:\n```\nFastq/\nconfig.yaml\nspecial.csv\nNanobodyMinerPipeline.ipynb\n```\nFastq/ is where the merged .fastq data files live. There should be one .fastq file for each post-panning run, and one for the \"baseline\", which as a special status.\n\nconfig.yaml is how you control the run, by specifying which datasets get included, which primers to use, which enrichment conditions should be used to select promising candidates, what the minimum count threshold should be, etc.\n\nspecial.csv contains a set of sequences that you might already have information from in this dataset. These (and their neighbours) will be excluded from the automated selection, and they will be annotated in the plots.\n\nNanobodyMinerPipeline.ipynb is the pipeline notebook itself, in which all the processing code will run.\n\n## Required Packages\nBefore this will run, the following meed to be installed, either through your Julia REPL, or at the top of the NanobodyMinerPipeline.ipynb notebook.\n\n```\nusing Pkg\nPkg.add([\"YAML\", \"PyPlot\", \"DataFrames\", \"CSV\", \"NearestNeighbors\", \"LightGraphs\", \"LazySets\", \"Distances\", \"SparseArrays\"])\nPkg.add(PackageSpec(;name=\"SeqUMAP\",url=\"https://github.com/murrellb/SeqUMAP.jl.git\"))\nPkg.add(PackageSpec(name=\"NextGenSeqUtils\", rev=\"1.5.3\", url = \"https://github.com/MurrellGroup/NextGenSeqUtils.jl.git\"))\n```\n\n## Running\nOnce you have duplicated the Demo directory, placed the .fastq files in the Fastq/ directory, and pointed to them correctly in the config.yaml file, just open up the notebook and \"Restart \u0026 Run All\".\n\nThe main outputs will be in the Plots/ directory, and the automated selection will be in Selections/ - but don't just trust these!! Check them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurrellgroup%2Fnanobodyminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurrellgroup%2Fnanobodyminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurrellgroup%2Fnanobodyminer/lists"}